]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: radosgw-admin bucket check should only print index entries with --check-objects... 52576/head
authorCory Snyder <csnyder@1111systems.com>
Fri, 22 Sep 2023 08:35:16 +0000 (08:35 +0000)
committerCory Snyder <csnyder@1111systems.com>
Fri, 22 Sep 2023 08:35:22 +0000 (08:35 +0000)
commit6b057fe55413c0eaf9959f006584cba6cc4c192a
treea3d7c53a001ce8d1f7d85827eb24b15d01b67697
parent570adec5bb8142f5baf1f05f0040e8afdb11ec05
rgw: radosgw-admin bucket check should only print index entries with --check-objects flag

Printing all index entries can be very time consuming for large
buckets and the inability to switch this behavior off makes it
cumbersome to use the command for fixing bucket stats. This was
also preventing the command from outputting recalculated bucket
stats when the --fix flag wasn't specified.

Signed-off-by: Cory Snyder <csnyder@1111systems.com>
src/rgw/driver/rados/rgw_bucket.cc