]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/rgw: add support to modify zonegroup parameters
authorAdam King <adking@redhat.com>
Mon, 25 Mar 2024 16:13:32 +0000 (12:13 -0400)
committerAdam King <adking@redhat.com>
Tue, 26 Mar 2024 19:31:59 +0000 (15:31 -0400)
commitfd417c1716ff101796e4dfd206754bcf080cc18c
tree6c6a78646bb52ccd01e83ba802e41ea0a1dadc1c
parentcc7ac7587f2280dab48a00005636a78ca2feb4d3
mgr/rgw: add support to modify zonegroup parameters

This is being done with `radosgw-admin zonegroup set`
rather than `radosgw-admin zonegroup modify` as I don't
think the hostnames parameter (which is the primary focus
for this specific change) can be set using the modify
command. The nice bit about that is it should in theory
make it easy to extend this to allow setting other parameters
to be modified in the zonegroup in the future.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 5f7c6d58cc90ff139c1f8f8b950ef37d8597f92f)
src/pybind/mgr/rgw/module.py
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/rgw/rgwam_core.py