]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Thu, 20 Mar 2025 20:25:03 +0000 (21:25 +0100)
commitc19b02cfc9644710964cba689a272782b7064a12
treef26399bb141605055b24aa4bf548b0fa76b81c69
parentd37535ba3132a977116374282fbd561d0c6aaa2a
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>
(cherry picked from commit a8e112cf538dfea238a88f52c32da3db35f58c8a)
src/rgw/rgw_op.cc