728x90
SMALL
한 줄씩 쳐보시길 바랍니다
ceph -s
# ceph 상태 확인
ceph health detail
# ceph cluster 상태 확인
ceph orch ps --refresh
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 통계 정보
ceph osd pool get [pool 이름] pg_num
# id 에 해당하는 pg_num 개수 확인
LIST
'🔹Storage' 카테고리의 다른 글
[Ceph 18.2.0] Rocky 9.4 version 설치 (1) | 2024.07.25 |
---|---|
stress 명령어 사용법 (0) | 2024.03.25 |
RADOS Object 레벨 스토리지 명령어 (0) | 2024.03.10 |
[Ceph] RADOS Block Device 명령어 (0) | 2024.03.10 |
[Ceph] Storage Cluster 초기화 방법 (0) | 2024.03.10 |