New node in cluster is missing from Datacenter -> HA?

lpowers-ucsf

New Member
Jul 29, 2024
1
0
1
I just installed Proxmox VE on a third node to achieve quorum and everything seems to be working ok, but for some reason I don't see the node when I go to Datacenter -> HA. Should it show all 3 nodes here? I checked the HA services on the third node and see that they are running:

Code:
root@c4-proxmox3:/etc/pve# systemctl status pve-ha-crm.service

● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon

Loaded: loaded (/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled)

Active: active (running) since Sun 2024-07-28 16:46:57 PDT; 27min ago

Main PID: 1290 (pve-ha-crm)

Tasks: 1 (limit: 154090)

Memory: 108.1M

CPU: 847ms

CGroup: /system.slice/pve-ha-crm.service

└─1290 pve-ha-crm

Jul 28 16:46:56 c4-proxmox3 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...

Jul 28 16:46:57 c4-proxmox3 pve-ha-crm[1290]: starting server

Jul 28 16:46:57 c4-proxmox3 pve-ha-crm[1290]: status change startup => wait_for_quorum

Jul 28 16:46:57 c4-proxmox3 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon.

root@c4-proxmox3:/etc/pve# systemctl status pve-ha-lrm

● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon

Loaded: loaded (/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled)

Active: active (running) since Sun 2024-07-28 17:09:04 PDT; 5min ago

Process: 9609 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS)

Main PID: 9610 (pve-ha-lrm)

Tasks: 1 (limit: 154090)

Memory: 107.6M

CPU: 766ms

CGroup: /system.slice/pve-ha-lrm.service

└─9610 pve-ha-lrm

Jul 28 17:09:03 c4-proxmox3 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon...
Jul 28 17:09:04 c4-proxmox3 pve-ha-lrm[9610]: starting server

Jul 28 17:09:04 c4-proxmox3 pve-ha-lrm[9610]: status change startup => wait_for_agent_lock

Jul 28 17:09:04 c4-proxmox3 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon.

Screenshot 2024-07-28 at 5.16.38 PM.pngScreenshot 2024-07-28 at 5.16.26 PM.png