作为 集群 管理 人员,可以 通过 很多种 方式 操纵 集群;可以 根据 实际 需要 开启、关闭 和 重启 ceph 进程 服务;本文 简单 描述 了 关于 systemctl 服务 管理 ceph 存储 集群(关于 systemctl 原理 后期 有机会 再 详细描述)
# systemctl { start | stop | restart} ceph.target
# systemctl { start | stop | restart} ceph-mon.target
# systemctl { start | stop | restart} ceph-mgr.target
# systemctl { start | stop | restart} ceph-osd.target
# systemctl { start | stop | restart} ceph-radosgw.target
# systemctl { start | stop | restart} ceph-mds.target
# systemctl { start | stop | restart} ceph-mon@{mon_instance}.service
# systemctl { start | stop | restart} ceph-mgr@{mgr_instance}.service
# systemctl { start | stop | restart} ceph-osd@{osd_instance}.service
# systemctl { start | stop | restart} ceph-radosgw@{rgw_instance}.service
# systemctl { start | stop | restart} ceph-mds@{mds_instance}.service
ceph 集群 进程 管理 -- systemctl 管理(哈哈,开启 ceph 篇章)
原文:http://blog.51cto.com/11495268/2339451