2018年11月3日 星期六

Proxmox Cluster 移除操作資訊

刪除 Cluster 的步驟:

首先把2個服務暫停 corosync and the pve-cluster services on the node:
# systemctl stop pve-cluster
# systemctl stop corosync
# pmxcfs -l


Delete the corosync configuration files:
#rm /etc/pve/corosync.conf
#rm -r -f /etc/corosync/*

You can now start the filesystem again as normal service:
# killall pmxcfs
# systemctl start pve-cluster