proxmox退出集群(转)
链接:https://www.jianshu.com/p/59df76c6ed06
1、在需要退出集群的node上停止pve-cluster 服务
systemctl stop pve-cluster.service
systemctl stop corosync.service
2、node上集群系统文件设置未本地模式
pmxcfs -l
3、删除 corosync 配置文件
rm /etc/pve/corosync.conf
rm -rf /etc/corosync/*
4、重新启动集群文件系统服务
killall pmxcfs
systemctl start pve-cluster.service