]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: set dest bucket id in bucket sync checkpoint 61406/head
authorSeena Fallah <seenafallah@gmail.com>
Mon, 28 Oct 2024 01:06:53 +0000 (02:06 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 15 Jan 2025 19:57:49 +0000 (20:57 +0100)
commitf54176f28c600102f928d970973466f5b9c17ce4
treec2403485b681d774071e9de142ea4c12651d71b7
parent2f3c292e213f3544a455fc2df107759437fbb5fe
rgw: set dest bucket id in bucket sync checkpoint

bucket_source_sync_checkpoint() requires bucket id to lookup for
full-sync object and the dest pipe doesn't have it. by replcaning
the bucket key in the pipe with the bucket info we will ensure the
bucket id is set.

Fixes: https://tracker.ceph.com/issues/69548
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
src/rgw/driver/rados/rgw_rest_log.cc
src/rgw/radosgw-admin/sync_checkpoint.cc