HA "Status" screen missing lrms

miztahsparklez

New Member
Feb 20, 2025
7
0
1
I finally got my 2 node cluster working at home with a qdevice as my third quorum vote. In that process I noticed that the HA status had an old LRM listed that said it was dead.

I then proceeded to remove that old lrm (which I may have inadvertently removed all of the nodes listed there). I was hoping that it would just repopulate but now it just says quorum ok.


Screenshot 2025-08-06 234130.png

Is there a way to refresh this so it recreates whatever it needs?

ha-manager status just reports exactly the same thing.

pvecm status shows

Code:
Votequorum information
----------------------
Expected votes:   3
Highest expected: 3
Total votes:      3
Quorum:           2 
Flags:            Quorate Qdevice

Membership information
----------------------
    Nodeid      Votes    Qdevice Name
0x00000001          1    A,V,NMW 192.168.0.100 (local)
0x00000002          1    A,V,NMW 192.168.0.101
0x00000000          1            Qdevice
root@proxmox:~#
 
I then proceeded to remove that old lrm (which I may have inadvertently removed all of the nodes listed there).
How did you remove the old lrm exactly?

I was hoping that it would just repopulate but now it just says quorum ok.
If there are no resources, if the manager_status was deleted or the HA Manager doesn't have to manage any HA resources, then it is expected that the status won't show any CRM nor LRMs, because there are no HA resources to be managed. As soon as there are HA resources to be managed again, the information will be shown again.
 
How did you remove the old lrm exactly?


If there are no resources, if the manager_status was deleted or the HA Manager doesn't have to manage any HA resources, then it is expected that the status won't show any CRM nor LRMs, because there are no HA resources to be managed. As soon as there are HA resources to be managed again, the information will be shown again.

I believe I followed this https://forum.proxmox.com/threads/lrm-unable-to-read-lrm-status.65415/

Ah, ok... so upon the creation of a resource, LRMs will be created for each of the nodes?

I think I figured out how the original entry was created then... i was attempting to use it as a watchdog service for a single lxc that had a tendency to lock up.

Thanks for the insight. I just didn't want to go setting up a bunch of HA stuff if I had to reset things again to make it work.