Hello, I am uisng 18.2.2 on Rocky 8 Linux. I am getting http error 500 whe trying to hit the ceph dashboard on reef 18.2.2 when trying to look at any of the radosgw pages. I tracked this down to /usr/share/ceph/mgr/dashboard/controllers/rgw.py It appears to parse the metadata for a given radosgw server improperly. In my varoous rgw ceph.conf entries, I have: rgw frontends = beast ssl_endpoint=0.0.0.0 ssl_certificate=/path/to/pem_with_cert_and_key but, rgw.py pulls the metadata for each server, and it is looking for 'port=' in the metadata for each server. When it doesn't find it based on line 147 in rgw.py, the ceph-mgr logs throwan exception which the manager proper catches and returns a 500. Would changing my frontends definition work? Is this known? I have had the frontends definition for awhile prior to my reef upgrade. Thanks -Chris _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx