Skip to content

Commit

Permalink
Merge pull request ceph#59890 from rhcs-dashboard/fix-68161-main
Browse files Browse the repository at this point in the history
mgr/dashboard: update period after migrating to multi-site 

Reviewed-by: Nizamudeen A <[email protected]>
  • Loading branch information
aaSharma14 authored Sep 24, 2024
2 parents bd51dcf + ea3bdc6 commit 25734ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pybind/mgr/dashboard/services/rgw_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ def migrate_to_multisite(self, realm_name: str, zonegroup_name: str, zone_name:
http_status_code=500, component='rgw')
except SubprocessError as error:
raise DashboardException(error, http_status_code=500, component='rgw')
self.update_period()

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

0 comments on commit 25734ec

Please sign in to comment.