Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
Created September 20, 2025 18:43
Show Gist options
  • Select an option

  • Save dogukancagatay/38a224a6e571dc36e48a2772391709b1 to your computer and use it in GitHub Desktop.

Select an option

Save dogukancagatay/38a224a6e571dc36e48a2772391709b1 to your computer and use it in GitHub Desktop.
Proxmox VE disable clustering
# Proxmox VE disable clustering -- Run on all nodes
rm -rf /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
# Optional: remove the other nodes
rm -rf /etc/pve/nodes/pve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment