]> 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)
committerCasey Bodley <cbodley@redhat.com>
Fri, 17 Sep 2021 18:45:08 +0000 (14:45 -0400)
commit920d8a6e51a37e8328c2554121c7fe255c0a50b8
tree3075faf38d87298148b43681dd701d8e8cccba81
parentc0729a74f98879667189b63a679db3aaca6a182f
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