- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 172字
- 2021-07-02 23:19:07
How to do it...
Below are some of the common commands used by Ceph admins:
- Check the status of your Ceph installation:
# ceph -s or # ceph status
- Check Ceph's health detail:
# ceph health detail
- Watch the cluster health:
# ceph -w
- Check Ceph's monitor quorum status:
# ceph quorum_status --format json-pretty
- Dump Ceph's monitor information:
# ceph mon dump
- Check the cluster usage status:
# ceph df
- Check the Ceph monitor, OSD, pool, and placement group stats:
# ceph mon stat
# ceph osd stat
# ceph osd pool stats
# ceph pg stat
- List the placement group:
# ceph pg dump
- List the Ceph pools in detail:
# ceph osd pool ls detail
- Check the CRUSH map view of OSDs:
# ceph osd tree
- Check Ceph's OSD usage:
# ceph osd df
- List the cluster authentication keys:
# ceph auth list
These were some basic commands that you learned in this section. In the upcoming chapters, you will learn advanced commands for Ceph cluster management.
推薦閱讀
- 現代測控電子技術
- ABB工業機器人編程全集
- Hands-On Machine Learning on Google Cloud Platform
- 自動控制原理
- 四向穿梭式自動化密集倉儲系統的設計與控制
- C語言開發技術詳解
- JSP從入門到精通
- 高維聚類知識發現關鍵技術研究及應用
- Learn CloudFormation
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- Building a BeagleBone Black Super Cluster
- Mastering Geospatial Analysis with Python
- Photoshop CS4數碼照片處理入門、進階與提高
- 筆記本電腦使用與維護
- Flink內核原理與實現