Project

General

Profile

Bug #36109

Updated by Volker Theile over 5 years ago

The RGW backend controller (https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/services/rgw_client.py#L21) does not parse settings like this properly: 

 [client.rgw.$SERVERNAME] 
 rgw_frontends = civetweb port=[::]:7480  

 As workaround the host and port can be configured via CLI using "ceph dashboard set-rgw-api-host <host>" and "ceph dashboard set-rgw-api-port <port>".  

Back