grin

ceph useful stuff

Feb 27th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # my useful ceph status stuff :)
  2.  
  3. ## general
  4.  
  5. # data view
  6. ceph df
  7. ceph fs ls
  8. ceph health [detail]
  9.  
  10.  
  11. ## OSD
  12.  
  13. # performance data
  14. ceph osd perf
  15.  
  16. # simple status
  17. ceph osd stat
  18. ceph osd tree
  19.  
  20. # create a new pool
  21. ceph osd pool create ptest 3 2
  22.  
  23. ceph osd lspools
  24.  
  25. # simple stat
  26. ceph osd pool stats
  27.  
  28. # osd allapot
  29. ceph osd dump
  30.  
  31. # pg
  32. ceph pg stat
  33. ceph pg dump all
  34. ceph pg 2.5d query
Advertisement
Add Comment
Please, Sign In to add comment