- Ceph Cookbook
- Karan Singh
- 165字
- 2021-07-16 13:01:15
Using Ceph cluster with a hands-on approach
Now that we have a running Ceph cluster, we will perform some hands-on practice to gain experience with Ceph, using some basic commands.
How to do it…
- Check the status of your Ceph installation:
# ceph -s or # ceph status
- Watch the cluster health:
# ceph -w
- Check the Ceph monitor quorum status:
# ceph quorum_status --format json-pretty
- Dump the Ceph monitor information:
# ceph mon dump
- Check the cluster usage status:
# ceph df
- Check the Ceph monitor, OSD, and placement group stats:
# ceph mon stat # ceph osd stat # ceph pg stat
- List the placement group:
# ceph pg dump
- List the Ceph pools:
# ceph osd lspools
- Check the CRUSH map view of OSDs:
# ceph osd tree
- List the cluster authentication keys:
# ceph auth list
These were some basic commands that we learned in this section. In the upcoming chapters, we will learn advanced commands for Ceph cluster management.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Java應(yīng)用與實(shí)戰(zhàn)
- Maven Build Customization
- PHP程序設(shè)計(jì)(慕課版)
- NumPy Essentials
- Visual Basic程序設(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Apache Mesos Essentials
- ArcGIS By Example
- Expert Data Visualization
- D3.js 4.x Data Visualization(Third Edition)
- Web前端應(yīng)用開(kāi)發(fā)技術(shù)
- 硬件產(chǎn)品設(shè)計(jì)與開(kāi)發(fā):從原型到交付
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)
- 例解Python:Python編程快速入門(mén)踐行指南