首先在待隔离节点上停止 pve-cluster 服务:
systemctl stop pve-cluster.service systemctl stop corosync.service
然后将待隔离节点的集群文件系统设置为本地模式:
pmxcfs -l
接下来删除 corosync 配置文件:
rm /etc/pve/corosync.conf rm -rf /etc/corosync/*
最后重新启动集群文件系统服务:
killall pmxcfs systemctl start pve-cluster.service
重启pveproxy服务
systemctl restart pveproxy