본문으로 바로가기

Ceph monitoring 명령어

category Cloud/Ceph 2021. 7. 5. 15:48
반응형

 

 

1. 상태 모니터링
ceph -s                                      // Ceph 상태 확인 
ceph health detail                           // ceph cluster 상태 확인 - 자세히
ceph -w                                      // Ceph Cluster 상태 실시간 확인
ceph df                                      // cluster 사용량 확인
ceph df detail                               // ceph cluster 사용량 확인 - 자세히
ceph pg dump                                 // pg 상태 확인
ceph mon dump                                // ceph monitor 상태 확인
ceph mgr dump                                // ceph manager 상태 확인
ceph osd dump                                // ceph osd 상태 확인
ceph osd tree                                // osd map 정보 tree 형식으로 출력
ceph osd df                                  // osd별 사용량 확인
ceph osd pool ls                             // osd pool 리스트 확인
ceph auth list                               // keyring 정보 출력 
rados df                                     // pool 통계 정보


2. Ceph FS 상태 체크
ceph fs status cephfs
728x90

'Cloud > Ceph' 카테고리의 다른 글

Ceph osd pool 설정  (0) 2021.07.05
Ceph Dashboard Enable  (0) 2021.07.05