iPlay / iTech / Linux · 2025年3月1日

proxmox 退出集群

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 

作者:skydieu
链接:https://www.jianshu.com/p/59df76c6ed06
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。