]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
RGW - Make admin bucket chown accept marker 45506/head
authorDaniel Gryniewicz <dang@redhat.com>
Thu, 17 Mar 2022 14:35:51 +0000 (10:35 -0400)
committerDaniel Gryniewicz <dang@redhat.com>
Thu, 17 Mar 2022 14:35:51 +0000 (10:35 -0400)
commit7eee6efa81ad97b8c8a9c7d8d7a8a3be0394adc0
treef7aa2ea088163f16a9bdf920dca5d1e87b651a5b
parentf735432033a131a8101d9f67b8c22b3d82a51a79
RGW - Make admin bucket chown accept marker

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>
src/rgw/rgw_admin.cc