Do you see the port definition in the unit.meta file? jq -r '.ports' /var/lib/ceph/{FSID}/mgr.{MGR}/unit.meta [ 8443, 9283, 8765 ] Zitat von Matthew Vernon <mvernon@wikimedia.org>:
Hi,
On 02/09/2024 21:24, Eugen Block wrote:
Without having looked too closely, do you run ceph with IPv6? There’s a tracker issue:
https://tracker.ceph.com/issues/66426
It will be backported to Reef.
I do run IPv6, but the problem is that nothing is listening on port 8765 at all, not that it's only doing so on v4. If I do lsof -p [pid of mgr] | grep LISTEN I just get
/var/run/ceph/ceph-mgr.moss-be1001.eshmpf.asok type=STREAM (LISTEN) TCP *:9283 (LISTEN)
i.e. the management socket, and the prometheus endpoint itself.
AFAICT that tracker issue describes a v6-enabled deployment where it's only listening on v4.
Thanks,
Matthew _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io