The is_truncated flag was not being handled properly and therefore
limited the output on these radosgw-admin commands to 1000 buckets.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit
11ab7c8234daa3d4c077710ea4c8b0437e57daf8)
Conflicts:
src/rgw/rgw_bucket.cc -- small organizational adjustments
src/rgw/rgw_sal.h -- does not exist in nautilus
bool is_truncated = false;
do {
+ buckets.clear();
ret = rgw_read_user_buckets(store, op_state.get_user_id(), buckets,
marker, string(), max_entries, false,
&is_truncated);