Skip to content
Snippets Groups Projects
cheatsheet.md 232 B
Newer Older
  • Learn to ignore specific revisions
  • Antonio Falabella's avatar
    Antonio Falabella committed
    ### Cheatsheet
    
    Antonio Falabella's avatar
    Antonio Falabella committed
    ## Quorum and status
    
    Antonio Falabella's avatar
    Antonio Falabella committed
    ```
    ceph quorum_status --format json-pretty
    ceph -s
    ceph health
    ```
    
    Antonio Falabella's avatar
    Antonio Falabella committed
    ## Get placement group of file
    ```
    rados -p cephfs_data ls
    1000000000000.00000
    ceph osd map cephfs_data 1000000000000.00000
    ```