Skip to content

Commit ea3bdc6

Browse files
author
Aashish Sharma
committed
mgr/dashboard: update period after migrating to multisite
Fixes: https://tracker.ceph.com/issues/68161 Signed-off-by: Aashish Sharma <[email protected]>
1 parent cadfc96 commit ea3bdc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pybind/mgr/dashboard/services/rgw_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,7 @@ def migrate_to_multisite(self, realm_name: str, zonegroup_name: str, zone_name:
11451145
http_status_code=500, component='rgw')
11461146
except SubprocessError as error:
11471147
raise DashboardException(error, http_status_code=500, component='rgw')
1148+
self.update_period()
11481149

11491150
def replace_hostname(self, endpoint, hostname_to_ip):
11501151
# Replace the hostname in the endpoint URL with its corresponding IP address.

0 commit comments

Comments
 (0)