]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/reshard: use cls_rgw_bi_put_entries() when replaying the reshard log
authorCasey Bodley <cbodley@redhat.com>
Tue, 3 Sep 2024 21:47:35 +0000 (17:47 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 5 Sep 2024 17:23:41 +0000 (13:23 -0400)
commit6ec74a5dccc7e9ec014e7974ba0d7948f9b78769
treeaa6209f4d1e98466b4c5a6b86b6425ebcecf4e50
parente11480aa4c550b98e1cc5f584d0d7a697c100fdf
rgw/reshard: use cls_rgw_bi_put_entries() when replaying the reshard log

use cls_rgw_bi_put_entries() in BucketReshardShard::flush() to avoid
blocking on the extra call to bi_get_vals()

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