]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/logging: return the last object name that was actually comitted 63160/head
authorYuval Lifshitz <ylifshit@ibm.com>
Tue, 3 Jun 2025 10:30:46 +0000 (10:30 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Mon, 9 Jun 2025 17:51:05 +0000 (17:51 +0000)
commitefe4473000e1a4510549c9e39ce984e8f3bb1db6
tree1aaf3f99e76327931f9905f3bb8debe8b0283db2
parentfb2b037355b265266556a772c9c8ed5dad934475
rgw/logging: return the last object name that was actually comitted

when comitting a pending object that was never created we should
not reply the object name as the name of the comitted object.
instead, we should return the name of the object that was actuaslly
comitted.

Fixes: https://tracker.ceph.com/issues/71219
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/rgw/driver/rados/rgw_sal_rados.cc
src/rgw/driver/rados/rgw_sal_rados.h
src/rgw/radosgw-admin/radosgw-admin.cc
src/rgw/rgw_bucket_logging.cc
src/rgw/rgw_bucket_logging.h
src/rgw/rgw_rest_bucket_logging.cc
src/rgw/rgw_sal.h
src/rgw/rgw_sal_filter.h
src/rgw/rgw_sal_store.h