Skip to content

Instantly share code, notes, and snippets.

@azidanit
Created November 21, 2024 23:32
Show Gist options
  • Save azidanit/22353c8b649b749cdc6983ce9f94522f to your computer and use it in GitHub Desktop.
Save azidanit/22353c8b649b749cdc6983ce9f94522f to your computer and use it in GitHub Desktop.
How to delete pve cluster info
systemctl stop pve-cluster corosync
pmxcfs -l
rm /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment