- 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.
推薦閱讀
- UI圖標(biāo)創(chuàng)意設(shè)計(jì)
- 從零構(gòu)建知識(shí)圖譜:技術(shù)、方法與案例
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- ASP.NET MVC4框架揭秘
- 高效微控制器C語言編程
- C#編程入門指南(上下冊(cè))
- 軟件測(cè)試工程師面試秘籍
- Getting Started with PowerShell
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- Redis Essentials
- Python深度學(xué)習(xí):基于TensorFlow
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- SQL Server實(shí)用教程(SQL Server 2008版)
- Angular應(yīng)用程序開發(fā)指南
- HTML5+CSS3+jQuery Mobile APP與移動(dòng)網(wǎng)站設(shè)計(jì)從入門到精通