Skip to content

Commit 25734ec

Browse files
authored
Merge pull request ceph#59890 from rhcs-dashboard/fix-68161-main
mgr/dashboard: update period after migrating to multi-site Reviewed-by: Nizamudeen A <[email protected]>
2 parents bd51dcf + ea3bdc6 commit 25734ec

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
@@ -1154,6 +1154,7 @@ def migrate_to_multisite(self, realm_name: str, zonegroup_name: str, zone_name:
11541154
http_status_code=500, component='rgw')
11551155
except SubprocessError as error:
11561156
raise DashboardException(error, http_status_code=500, component='rgw')
1157+
self.update_period()
11571158

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

0 commit comments

Comments
 (0)