Last active
April 29, 2021 17:22
-
-
Save gsmitheidw/66c46a881f85e3bbc74dec740e13081c to your computer and use it in GitHub Desktop.
proxmox notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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