ceph/qa/workunits/rgw
J. Eric Ivancich aa0071ce8b rgw: in bucket reshard list, clarify new num shards is tentative
With dynamic bucket index resharding, when the average number of
objects per shard exceeds the configured value, that bucket is
scheduled for reshard. That bucket may receive more new objects before
the resharding takes place. As a result, the existing code
re-calculates the number of new shards just prior to resharding,
rather than waste a resharding opportunity with too low a value.

The same holds true for a user-scheduled resharding.

A user reported confusion that the number reported in `radosgw-admin
reshard list` wasn't the number that the reshard operation ultimately
used. This commit makes it clear that the new number of shards is
"tentative". And test_rgw_reshard.py is updated to reflect this
altered output.

Additionally this commit adds some modernization and efficiency to the
"reshard list" subcommand.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
2022-01-28 12:05:54 -05:00
..
run-datacache.sh
run-reshard.sh
run-s3tests.sh
s3_bucket_quota.pl
s3_multipart_upload.pl
s3_user_quota.pl
s3_utilities.pm workunits/rgw: semicolon terminates perl statements 2021-09-14 17:13:49 -04:00
test_librgw_file.sh
test_rgw_datacache.py rgw: D3N Cache changes for Upstream 2021-07-06 21:36:06 +03:00
test_rgw_gc_log.sh
test_rgw_obj.sh
test_rgw_orphan_list.sh
test_rgw_reshard.py rgw: in bucket reshard list, clarify new num shards is tentative 2022-01-28 12:05:54 -05:00
test_rgw_throttle.sh