天天看點

Ceph實驗室:第三課:Ceph服務管理

本次課程示範在centos 7下對ceph各個服務程序的管理。主要包括monitor和osd程序。

monitor服務

檢查狀态

<code>[root@ceph-node1 ceph]# systemctl status [email protected]</code>

停止服務

<code>[root@ceph-node1 ceph]# systemctl stop [email protected]</code>

啟動服務

<code>[root@ceph-node1 ceph]# systemctl start [email protected]</code>

osd服務

<code>[root@ceph-node2 vagrant]# systemctl status [email protected]</code>

起停服務

繼續閱讀