|NO.Z.00244|——————————|^^ 部署 ^^|——|KuberNetes&存储进阶.V10|——|Ceph.v04|ceph集群|ceph客户端工具|

一、安装ceph客户端工具
### --- 安装ceph客户端
~~~     切换到ceph目录下

[root@k8s-master01 ~]# cd /root/rook/cluster/examples/kubernetes/ceph
### --- 安装ceph客户端

[root@k8s-master01 ceph]# kubectl  create -f toolbox.yaml -n rook-ceph
deployment.apps/rook-ceph-tools created
### --- 待容器Running后,即可执行相关命令

[root@k8s-master01 ceph]# kubectl  get po -n rook-ceph -l app=rook-ceph-tools
NAME                               READY   STATUS    RESTARTS   AGE
rook-ceph-tools-58bbc55d4c-hvb8n   1/1     Running   0          15s
二、ceph客户端使用示例
### --- 进入rook-ceph-tools容器内部

[root@k8s-master01 ceph]# kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- bash
~~~     # 查看ceph集群状态

[root@rook-ceph-tools-58bbc55d4c-hvb8n /]# ceph status
  cluster:
    id:      b1a4ec80-9aaa-415e-9faf-8f9e8ad1ddc7
    health: HEALTH_ok

  services:
    mon: 1 daemons, quorum a (age 8m)
    mgr: a(active, since 7m)
    osd: 3 osds: 3 up (since 2m), 3 in (since 7m)
 
  data:
    pools:   1 pools, 1 pgs
    objects: 0 objects, 0 B
    usage:   3.0 GiB used, 297 GiB / 300 GiB avail
    pgs:     1 active+clean    
~~~     # 查看ods集群状态

[root@rook-ceph-tools-58bbc55d4c-hvb8n /]# ceph osd status
ID  HOST           USED  AVAIL  WR OPS  WR DATA  RD OPS  RD DATA  STATE      
 0  k8s-master02  1027M  98.9G      0        0       0        0   exists,up  
 1  k8s-master03  1027M  98.9G      0        0       0        0   exists,up  
 2  k8s-node01    1027M  98.9G      0        0       0        0   exists,up 
~~~     # 查看磁盘使用情况

[root@rook-ceph-tools-58bbc55d4c-hvb8n /]# ceph df
--- RAW STORAGE ---
CLASS  SIZE     AVAIL    USED    RAW USED  %RAW USED
hdd    300 GiB  297 GiB  11 MiB   3.0 GiB       1.00
TOTAL  300 GiB  297 GiB  11 MiB   3.0 GiB       1.00
 
--- POOLS ---
POOL                   ID  PGS  STORED  OBJECTS  USED  %USED  MAX AVAIL
device_health_metrics   1    1     0 B        0   0 B      0     94 GiB

 
 
 
 
 
 
 
 
 

Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart
                                                                                                                                                   ——W.S.Landor

 

 

posted on   yanqi_vip  阅读(35)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示