]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: send self zonegroup on forward to master
authorSeena Fallah <seenafallah@gmail.com>
Mon, 19 Aug 2024 12:15:59 +0000 (14:15 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Fri, 22 Nov 2024 22:03:51 +0000 (23:03 +0100)
commita8e112cf538dfea238a88f52c32da3db35f58c8a
treeacaa3203eb55c60a30e3283806e3104fe58944de
parentb92d14a0aa9d6d0701cc51edb29a44e14af01aef
rgw: send self zonegroup on forward to master

When creating a bucket in the secondary zonegroup, the `rgwx-zonegroup`
is mistakenly set to the master zonegroup when forwarding the request.
Instead, it should be set to the secondary zonegroup so that the master
zonegroup creates the bucket for the intended zonegroup rather than
for itself.

Fixes: https://tracker.ceph.com/issues/67610
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
src/rgw/rgw_op.cc