Skip to content

Instantly share code, notes, and snippets.

@gsmitheidw
Last active April 29, 2021 17:22
Show Gist options
  • Save gsmitheidw/66c46a881f85e3bbc74dec740e13081c to your computer and use it in GitHub Desktop.
Save gsmitheidw/66c46a881f85e3bbc74dec740e13081c to your computer and use it in GitHub Desktop.
proxmox notes
#Remove a node from cluster:
systemctl stop pve-cluster corosync
pmxcfs -l
rm /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
# install guest agent for linux
apt install qemu-guest-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment