Home » Linux » PROXMOX删除节点

在待隔离节点上停止 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

删除故障节点node文件

cd /etc/pve/nodes
rm -rf /etc/pve/nodes/pve2 #改成故障节点对应路径

3、清理集群残留信息:

pvecm delnode NodeName

标签: proxmox pve-cluster pmxcfs

添加新评论

V