]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: update attrs with replication status to reflect in response 61407/head
authorSeena Fallah <seenafallah@gmail.com>
Sun, 3 Nov 2024 22:18:57 +0000 (23:18 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 15 Jan 2025 20:18:30 +0000 (21:18 +0100)
commit3dab2ed3294e2aa7fa34ec6a729453d410305e89
tree721728d6e3474dd3de5c5679fc974433d79896a2
parent2f3c292e213f3544a455fc2df107759437fbb5fe
rgw: update attrs with replication status to reflect in response

In handle_replication_status_header() when the COMPLETED status is
being set to object's attr, it needs to be reflected to the current
live attrs for the corresponding request so it can be reflected in
the first try than the second.

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