So do this. Get the ip of the host running the mgr, and put it this in the config file: [global] public addr = <mgr ip> cluster addr = <mgr ip> Then restart your mgr. IMHO we really need a 14.2.19 with this fixed asap. On Thu, Mar 25, 2021 at 8:47 PM Simon Oosthoek <s.oosthoek@science.ru.nl> wrote:
On 25/03/2021 20:42, Dan van der Ster wrote:
netstat -anp | grep LISTEN | grep mgr
# netstat -anp | grep LISTEN | grep mgr tcp 0 0 127.0.0.1:6801 0.0.0.0:* LISTEN 1310/ceph-mgr tcp 0 0 127.0.0.1:6800 0.0.0.0:* LISTEN 1310/ceph-mgr tcp6 0 0 :::8443 :::* LISTEN 1310/ceph-mgr tcp6 0 0 :::9283 :::* LISTEN 1310/ceph-mgr unix 2 [ ACC ] STREAM LISTENING 26205 1564/master private/tlsmgr unix 2 [ ACC ] STREAM LISTENING 26410 1310/ceph-mgr /var/run/ceph/ceph-mgr.cephmon1.asok
Looks like :-(
/Simon