[SOLVED] Deleted cluster node still shows up in webinterface (PVE 4.1)

F_B

Active Member
Apr 6, 2016
4
0
41
69
Hey

we are running a pve cluster (4.1). Because one machine totally stopped working, I removed it from the cluster with pvecm delnode . pvecm status tells me that the node is removed. However when managing the cluster via webinterface it still shows up in the "server view" perspective as an offline node. In all other perspectives it is gone. So how to remove it from the "server view"?
 
Hi,
remove the node from /etc/pve/nodes/<nodename>
But by carefull if you remove the wrong one your settings are gone form a good node.
copy first.

say you like to remove pve1 not pve2 then
cp -r /etc/pve/nodes/pve1 /root/
rm -r /etc/pve/nodes/pve1
 
@dietmar

I am having this problem also - I decided to retire a node completely so got what i needed, powered it off and then used pvecm delnode <node>

The node is still in my web interface so I removed /etc/pve/nodes/<node> but it is still in my web interface - is there anywhere else I need to update this?
 
Maybe you need to restart the daemons (and make sure /etc/pve/nodes/<node> is really removed)

# systemctl restart pvedeamon
# systemctl restart pveproxy