Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save heartshare/54671d11b656c59792cdadba0804aebf to your computer and use it in GitHub Desktop.

Select an option

Save heartshare/54671d11b656c59792cdadba0804aebf to your computer and use it in GitHub Desktop.
Proxmox cluster delete
# First, make a backup of the cluster:
cp -a /etc/pve /root/pve_backup
# Stop cluster service:
/etc/init.d/pve-cluster stop
# Umount /etc/pve if it is mounted:
umount /etc/pve
# Stop corosync service:
/etc/init.d/cman stop
# Remove cluster configuration:
rm /etc/cluster/cluster.conf
rm -rf /var/lib/pve-cluster/*
# Start again cluster service:
/etc/init.d/pve-cluster start
# Now, you can create new cluster:
@liwsakilive

Copy link
Copy Markdown

Proxmox fail can't fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment