Created
March 2, 2024 05:58
-
-
Save robertsinfosec/ec95bf6600b1546186d6f8c7f0706c97 to your computer and use it in GitHub Desktop.
Revert ProxMox from orphaned cluster node, back to standalone server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl stop pve-cluster | |
systemctl stop corosync | |
#Start the cluster file system again in local mode: | |
pmxcfs -l | |
#Delete the corosync configuration files: | |
rm /etc/pve/corosync.conf | |
rm -r /etc/corosync/* | |
#Start the file system again as a normal service: | |
killall pmxcfs | |
systemctl start pve-cluster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment