diff options
author | J. Eric Ivancich <ivancich@redhat.com> | 2023-03-08 22:51:17 +0100 |
---|---|---|
committer | J. Eric Ivancich <ivancich@redhat.com> | 2023-03-09 17:00:57 +0100 |
commit | 6ea11b1305c77f9141f2dd8093ac56b579f250be (patch) | |
tree | f971f0c5cd0d70e016e8662dd0242acc3cdfce53 /debian/radosgw.install | |
parent | rgw: add an "object reindex" subcommand to radosgw-admin (diff) | |
download | ceph-6ea11b1305c77f9141f2dd8093ac56b579f250be.tar.xz ceph-6ea11b1305c77f9141f2dd8093ac56b579f250be.zip |
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>
Diffstat (limited to 'debian/radosgw.install')
-rw-r--r-- | debian/radosgw.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/radosgw.install b/debian/radosgw.install index 40940c0e1ac..df522926619 100644 --- a/debian/radosgw.install +++ b/debian/radosgw.install @@ -7,6 +7,7 @@ usr/bin/radosgw-token usr/bin/rgw-gap-list usr/bin/rgw-gap-list-comparator usr/bin/rgw-orphan-list +usr/bin/rgw-restore-bucket-index usr/share/man/man8/ceph-diff-sorted.8 usr/share/man/man8/radosgw.8 usr/share/man/man8/rgw-orphan-list.8 |