]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add rgw-restore-bucket-index 50348/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 8 Mar 2023 21:51:17 +0000 (16:51 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Thu, 9 Mar 2023 16:00:57 +0000 (11:00 -0500)
commit6ea11b1305c77f9141f2dd8093ac56b579f250be
treef971f0c5cd0d70e016e8662dd0242acc3cdfce53
parentbe0583c3082b9f924fcdbe4c81d540ad08bcca24
rgw: add rgw-restore-bucket-index

Adds an experimental script that allows a bucket index of a
non-versioned bucket to be restored by applying `radosgw-admin object
reindex ...` to all objects in the specified bucket. The objects in
the bucket are determined by scanning the data pool for head objects
containing the bucket's marker.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
ceph.spec.in
debian/radosgw.install
src/rgw/CMakeLists.txt
src/rgw/rgw-restore-bucket-index [new file with mode: 0755]