Skip to content

Instantly share code, notes, and snippets.

@RobSeder
Created March 2, 2024 05:58
Show Gist options
  • Save RobSeder/ec95bf6600b1546186d6f8c7f0706c97 to your computer and use it in GitHub Desktop.
Save RobSeder/ec95bf6600b1546186d6f8c7f0706c97 to your computer and use it in GitHub Desktop.
Revert ProxMox from orphaned cluster node, back to standalone server.
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