### Cheatsheet ## Quorum and status ``` ceph quorum_status --format json-pretty ceph -s ceph health ``` ## Get placement group of file ``` rados -p cephfs_data ls 1000000000000.00000 ceph osd map cephfs_data 1000000000000.00000 ```