Removed nodes still appearing in HA

klutc

New Member
Jan 15, 2024
7
2
3
Hello,
i have strange issue. I've removed few nodes from proxmox cluster that i have using the command
Code:
pvecm delnode node1
and then removed the folders node1,2,3,4 located in /etc/pve/nodes/
Node is no longer existing in the node list, but i noticed that it is still showing in HA
Code:
master node10 (idle, Sat Feb  8 15:21:08 2025)
lrm node1 (unable to read lrm status)
lrm node10 (idle, Tue Mar  4 07:19:43 2025)
lrm node11 (idle, Tue Mar  4 07:19:43 2025)
lrm node12 (idle, Tue Mar  4 07:19:41 2025)
lrm node13 (idle, Tue Mar  4 07:19:43 2025)
lrm node14 (idle, Tue Mar  4 07:19:43 2025)
lrm node2 (unable to read lrm status)
lrm node3 (unable to read lrm status)
lrm node4 (unable to read lrm status)
lrm node5 (idle, Tue Mar  4 07:19:44 2025)
lrm node6 (idle, Tue Mar  4 07:19:44 2025)
lrm node7 (idle, Tue Mar  4 07:19:43 2025)
lrm node8 (idle, Tue Mar  4 07:19:44 2025)
lrm node9 (idle, Tue Mar  4 07:19:44 2025)

is there a clean way how i can remove them from there. Thank you!
PS. I did that in the past, and the deleted node was staying in the HA for a while and then it was gone.
 
Maybe that is just a historic log - and once recycled will just disappear?
No, they are removed from the cluster since more than 2 weeks already. In GUI they are no longer appear in the list of nodes, but they are in HA list
 
I see. Maybe they are included in the list of Resources or Groups - that needs to be removed?
 
Hi,
do you have any HA services configured? Otherwise, the HA status might not get updated. You need to wait 1 hour after adding a service for dead nodes to be removed.
 
Hi,
do you have any HA services configured? Otherwise, the HA status might not get updated. You need to wait 1 hour after adding a service for dead nodes to be removed.
Thank you! This solved the issue. Indeed before removing the nodes i've removed all VM's from any HA, and then there was nothing managed by HA. Now, after adding one VM there and after 1 hour issue got solved. Thank you!!!