大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
哈哈哈,想想 还是 写写 关于 ceph 相关 的文章,本人 能力有限,不能 写出 NB 的 技术文章,不足 之处 愿和 大家 一起 交流,共同 进步
网站设计制作、成都网站制作的关注点不是能为您做些什么网站,而是怎么做网站,有没有做好网站,给创新互联公司一个展示的机会来证明自己,这并不会花费您太多时间,或许会给您带来新的灵感和惊喜。面向用户友好,注重用户体验,一切以用户为中心。
作为 集群 管理 人员,可以 通过 很多种 方式 操纵 集群;可以 根据 实际 需要 开启、关闭 和 重启 ceph 进程 服务;本文 简单 描述 了 关于 systemctl 服务 管理 ceph 存储 集群(关于 systemctl 原理 后期 有机会 再 详细描述)
## 本文操作系统 Ubuntu 16.04 amd64
## 发行版本号 xenial
# lsb_release -a
# 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