Removing a cluster node from web-interface, proxmox 4
Posted on April 14, 2016 • 1 minutes • 70 words • Suggest Changes
I removed a node from my cluster some time ago and for some weird reason it kept on being in my (web)interface, It showed as down all the time. Removing it from interface is surprisingly simple, but for future reference here goes : (note this is for proxmox 3.3-5, but it seems to work for 4.1 as well.)
NODENAME=node1 cp -r /etc/pve/nodes/$NODENAME /tmp rm -r /etc/pve/nodes/$NODENAME
happy virtualization cluster !