Open haklein opened 7 years ago
Isn't that the information the fill_status is giving you? When you are over the rgw_safe_max_objects_per_shard (which is 100*1024 objects by default)
when I tried running this on the CLI it hang for ever, and there aren't any possible timeout flags we can pass. Do you guys know if there is any other way to capture this information?
We recommend to shard the RGW bucket index above 100k objects. The command would be "radosgw-admin bucket limit check" on one of the RGW nodes. This will print out a JSON with the field "objects_per_shard" that we're interested in. A warning should be spit out if that exceeds 100k.
example output: