内容简介:Ceph实验室:第三课:Ceph服务管理
本次课程演示在centos 7下对ceph各个服务进程的管理。主要包括monitor和OSD进程。
Monitor服务
- 检查状态
[root@ceph-node1 ceph]# systemctl status ceph-mon@ceph-node1.service
- 停止服务
[root@ceph-node1 ceph]# systemctl stop ceph-mon@ceph-node1.service
- 启动服务
[root@ceph-node1 ceph]# systemctl start ceph-mon@ceph-node1.service
OSD服务
- 检查状态
[root@ceph-node2 vagrant]# systemctl status ceph-osd@3.service
- 起停服务
# ceph osd stat
osdmap e26: 6 osds: 6 up, 6 in
flags sortbitwise,require_jewel_osds
# systemctl stop ceph-osd@3.service
# ceph osd stat
osdmap e27: 6 osds: 5 up, 6 in
flags sortbitwise,require_jewel_osds
# systemctl start ceph-osd@3.service
# ceph osd stat
osdmap e28: 6 osds: 6 up, 6 in
flags sortbitwise,require_jewel_osds
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Ceph实验室:第四课:Ceph监控
- Ceph实验室:第四课:Ceph监控
- 2018Android实验室CV培训总结
- 复旦NLP实验室NLP上手教程
- Ceph实验室:第三课:Ceph服务管理
- Swoole实验室:1-使用Composer构建项目
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!