]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: rgw_read_bucket_inc_sync_status doesn't need bucket info
authorCasey Bodley <cbodley@redhat.com>
Thu, 19 Aug 2021 20:12:21 +0000 (16:12 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 1 Feb 2022 22:38:41 +0000 (17:38 -0500)
commitf5a1ab7b35ab819cadaa9a9341e63a85c502b2b8
treeb569314e33c129c218ce8bb0bb27c53b66147a9b
parent729b3e76adced50dc73bf4fc3533c20d6f5fdfbe
rgw: rgw_read_bucket_inc_sync_status doesn't need bucket info

all we need to construct the per-shard bucket sync status object names
are the bucket names themselves, which we already have from
rgw_sync_bucket_pipe

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_admin.cc
src/rgw/rgw_data_sync.cc
src/rgw/rgw_data_sync.h
src/rgw/rgw_rest_log.cc
src/rgw/rgw_sync_checkpoint.cc