The bucket chown command needs to touch every object, and if it fails
can take a long time to catch up. Allow it to accept the --marker
option so you can tell it where to pick up.
Fixes: https://tracker.ceph.com/issues/53614
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
bucket_op.set_bucket_name(bucket_name);
bucket_op.set_new_bucket_name(new_bucket_name);
string err;
- string marker;
int r = RGWBucketAdminOp::chown(store, bucket_op, marker, dpp(), &err);
if (r < 0) {