其他分享
首页 > 其他分享> > pve ceph 故障后的删除

pve ceph 故障后的删除

作者:互联网

 

1.查看当前mon节点

[root@mon1 ~]# ceph mon stat
e2: 3 mons at {alpha=10.10.200.3:6789/0,beta=10.10.200.4:6789/0,gamma=10.10.200.10:6789/0}, election epoch 84, quorum 0,1,2 alpha,beta,gamma

2.例如删除mon.gamma节点,首先停止mon.gamma节点

[root@mon1 ~]# /etc/init.d/ceph -a stop mon.gamma
=== mon.gamma ===
Stopping Ceph mon.gamma on mon3...kill 1576...done

3.将mon.gamma节点从ceph cluster中删除掉

[root@mon1 ~]# ceph mon remove gamma
removed mon.gamma at 10.10.200.10:6789/0, there are now 2 monitors

4.在ceph.conf配置文件中删除mon.gamma字段(/etc/pve/ceph.conf)

 还有mon_host相关

5.查看当前mon节点

[root@mon1 ~]# ceph mon stat
e3: 2 mons at {alpha=10.10.200.3:6789/0,beta=10.10.200.4:6789/0}, election epoch 88, quorum 0,1 alpha,beta
————————————————

原文链接:https://blog.csdn.net/bobpen/article/details/40535261

标签:6789,ceph,故障,pve,mon,alpha,10.10,gamma
来源: https://www.cnblogs.com/jackadam/p/16408567.html