PVE delete/leave cluster

Original link: https://blog.frytea.com/archives/753/

75

delete node

 cd /etc/pve/nodes rm -rf *** pvecm delnode ***

leave the cluster

 # 离线的节点操作systemctl stop pve-cluster.service systemctl stop corosync.service pmxcfs -l rm /etc/pve/corosync.conf rm -rf /etc/corosync/* killall pmxcfs systemctl start pve-cluster.service cd /etc/pve/nodes ls rm -rf /etc/pve/nodes/*** pvecm delnode *** # 正常的节点操作: cd /etc/pve/nodes rm -rf *** pvecm delnode ***

Reference

This article is transferred from: https://blog.frytea.com/archives/753/
This site is only for collection, and the copyright belongs to the original author.