Hey,
I've a fresh proxmox 6.0.5 cluster installation with no changes beside cluster creation, installation of ceph (via gui), and the addition of two more monitors and managers (also via gui). The list under Ceph -> Monitor seems correct but in the overview every monitor and manager has a duplicate with an unknown state.
The ms_bind values seems also correct:
And there is only one manager and monitor service running:
Maybe someone has an idea whats the source of this glitch.
I've a fresh proxmox 6.0.5 cluster installation with no changes beside cluster creation, installation of ceph (via gui), and the addition of two more monitors and managers (also via gui). The list under Ceph -> Monitor seems correct but in the overview every monitor and manager has a duplicate with an unknown state.
The ms_bind values seems also correct:
Code:
ms_bind_ipv4 = false
ms_bind_ipv6 = true
And there is only one manager and monitor service running:
Code:
├─system-ceph\x2dmgr.slice
│ └─ceph-mgr@node5.service
│ └─5436 /usr/bin/ceph-mgr -f --cluster ceph --id node5 --setuser ceph --setgroup ceph
├─system-ceph\x2dmon.slice
│ └─ceph-mon@node5.service
│ └─8249 /usr/bin/ceph-mon -f --cluster ceph --id node5 --setuser ceph --setgroup ceph
Maybe someone has an idea whats the source of this glitch.