Hey all! I'm a first time ceph user trying to learn how to set up a cluster. I've gotten a basic cluster created using the following: ``` cehphadm bootstrap --mon-ip <SERVER_1_IP> ceph orch host add server-2 <SERVER_2_IP> _admin ``` I've created and mounted an fs on a host, everything is going well, but I have noticed that I have an alert triggered: CephMgrPrometheusModuleInactive. It seems this alert is trying to `curl server-2:9283`. To debug if this was a network issue I did `ceph mgr fail` to move the mgr to server-2. After some time I get the same alert with the instance being server-1:9283. Running `ss -l -n -p | grep 9283` shows the port is bound on server-2 and not server-1. If I run `ceph mgr fail` again the port becomes bound on server-1 and not server-2. Is this alert important? Is there a way to remediate this issue? Let me know if I am missing something here. Thanks, - Josh _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx