]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/rgwam: use realm/zonegroup/zone method arguments for period update 59716/head
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Wed, 11 Sep 2024 04:36:46 +0000 (10:06 +0530)
committerAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Mon, 23 Sep 2024 05:37:50 +0000 (11:07 +0530)
commite4183b2fde820a6fc41146265f89d5fab79f684f
tree06ef7bf17e553eb45bad707065432120a5bc2546
parent0d61375b8ab53be4c233f5b93e463edfdff9316a
mgr/rgwam: use realm/zonegroup/zone method arguments for period update

period update method currently uses default zonegroup/zone for period
update commit. This PR is to use realm/zg/zone provided in the arguments
for period update. Also make the realm default that is created using realm pull
if it is the only realm present

Fixes: https://tracker.ceph.com/issues/67897
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/dashboard/services/rgw_client.py
src/python-common/ceph/rgw/rgwam_core.py