Cluster

bruceg

Member
Aug 29, 2018
13
0
6
71
Hello-

I am new to proxmox and have gotten myself into a pickle. I created a cluster on a server with no nodes attached. I would like to delete the cluster and begin anew, but I just don't see how/where to do this. Any help would be appreciated.
 
I found this and it did it for me:

First stop the corosync and the pve-cluster services on the node:

systemctl stop pve-cluster
systemctl stop corosync
Start the cluster filesystem again in local mode:

pmxcfs -l
Delete the corosync configuration files:

rm /etc/pve/corosync.conf
rm /etc/corosync/*
You can now start the filesystem again as normal service:

killall pmxcfs
systemctl start pve-cluster