Created
March 1, 2025 22:38
-
-
Save WietseWind/b665558b2dad9a619e5b4b9c50d3feca to your computer and use it in GitHub Desktop.
Proxmox: force exit cluster & re-join
This file contains 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
# NOTE!! DO THIS ONE BY ONE, IT FAILS IF TWO NODES TRY TO JOIN AT THE SAME TIME! | |
# Clear join (back to standalone) | |
systemctl stop pve-cluster corosync | |
pmxcfs -l | |
rm /etc/corosync/* | |
rm /etc/pve/corosync.conf | |
killall pmxcfs | |
systemctl start pve-cluster | |
# Re-join with force to allow existing VMs | |
pvecm add 10.254.3.3 --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment