# 检查ceph的状态
# ceph -s
# ceph status
观察集群健康状态
# ceph -w
检查Ceph monitor仲裁状态
# ceph quorum_status --format json-pretty
导出Ceph monitor信息
# ceph mon dump
检查集群使用状态:
# ceph df
检查Ceph monitor、OSD和PG(配置组)状态:
# ceph mon stat
# ceph osd stat
# ceph pg stat
列表PG
# ceph pg dump
列表Ceph存储池:
# ceph osd lspools
检查OSD的CRUSH map:
# ceph osd tree
列表集群的认证密钥:
# ceph auth list