Skip to content

Instantly share code, notes, and snippets.

@hbasria
Last active October 5, 2022 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbasria/09f0e13d99dbe74fe560b993dde9ef3f to your computer and use it in GitHub Desktop.
Save hbasria/09f0e13d99dbe74fe560b993dde9ef3f to your computer and use it in GitHub Desktop.
Proxmox VE Removing cluster configuration
systemctl stop pve-cluster
systemctl stop corosync
pmxcfs -l
rm -rf /etc/pve/corosync.conf
rm -rf /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment