]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: allow multisite specification used w/ rgw-restore-bucket-index script
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 12 Jul 2023 17:54:07 +0000 (13:54 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 30 Aug 2023 18:41:15 +0000 (14:41 -0400)
commit522785e05329d4aa3e2672826032d5bd9a8ad0de
treee274e61a5a7090fc00fb9fb3bbdaa5bd5919eedf
parentbbc74189d0f009c394afc11f0f17313461f9c76c
rgw: allow multisite specification used w/ rgw-restore-bucket-index script

When the metadata for a bucket is requested only the default
realm/zonegroup/zone is currently supported. This adds three new
command-line options to rgw-restore-bucket-index:

    -r <realm-name>
    -g <zonegroup-name>
    -z <zone-name>

The multisite specification will then be used in invocations of
`radosgw-admin`, such as to query the zone, get metadata, and invoke
the "object reindex" subcommand.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
doc/man/8/rgw-restore-bucket-index.rst
src/rgw/rgw-restore-bucket-index