]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: RGWOp_BILog_Status reads full status unconditionally
authorCasey Bodley <cbodley@redhat.com>
Thu, 19 Aug 2021 20:21:55 +0000 (16:21 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 1 Feb 2022 22:31:58 +0000 (17:31 -0500)
commit58d2ba97506c597dc372e844458b4648899d2115
tree6220e4a2f74fad02d243c9d76abd410580419645
parentfb9e72599db4170ee3d5ec25d954c78cbfea1317
rgw: RGWOp_BILog_Status reads full status unconditionally

the calls to rgw_read_bucket_inc_sync_status() depend on
sync_status.incremental_gen, which we need to read via
rgw_read_bucket_full_sync_status() regardless of whether
we're returning it to the client (version > 1)

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