- 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.
推薦閱讀
- 零起步輕松學單片機技術(第2版)
- Design for the Future
- 21小時學通AutoCAD
- Circos Data Visualization How-to
- Python Artificial Intelligence Projects for Beginners
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- Hands-On Data Science with SQL Server 2017
- 嵌入式Linux上的C語言編程實踐
- Windows程序設計與架構
- Photoshop CS3圖像處理融會貫通
- 3D Printing for Architects with MakerBot
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 零起點學西門子S7-200 PLC
- 在實戰中成長:C++開發之路