B bruceg Member Aug 29, 2018 13 0 6 71 Aug 29, 2018 #1 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.
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.
B bruceg Member Aug 29, 2018 13 0 6 71 Aug 29, 2018 #2 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
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