]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add internal docs for `radosgw-admin object manifest ...` sub-command 66704/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Sat, 20 Dec 2025 00:19:01 +0000 (19:19 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 8 Apr 2026 19:32:53 +0000 (15:32 -0400)
Although the man page for `radosgw-admin1 documents the "object
manifest" sub-command, when getting internal docs with `radosgw-admin
--help`, that subcommand wasn't listed.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/radosgw-admin/radosgw-admin.cc
src/test/cli/radosgw-admin/help.t

index 4e2c39d6a9cf5452192b070bdc5750e271511f6f..4e8bbfa251a7071ad5292b189f99bced4e6b9a7c 100644 (file)
@@ -201,6 +201,7 @@ void usage()
   cout << "  object rm                        remove object; include --yes-i-really-mean-it to force removal from bucket index\n";
   cout << "  object put                       put object\n";
   cout << "  object stat                      stat an object for its metadata\n";
+  cout << "  object manifest                  display the manifest of an object, producing a list of RADOS objects containing the data\n";
   cout << "  object unlink                    unlink object from bucket index\n";
   cout << "  object rewrite                   rewrite the specified object\n";
   cout << "  object reindex                   reindex the object(s) indicated by --bucket and either --object or --objects-file\n";
index fb68f164e344ca7695887a50b5eeeaed605f4c0d..968e08e6e868edcdfef993fe77b05cc8a93e1361 100644 (file)
@@ -61,6 +61,7 @@
     object rm                        remove object; include --yes-i-really-mean-it to force removal from bucket index
     object put                       put object
     object stat                      stat an object for its metadata
+    object manifest                  display the manifest of an object, producing a list of RADOS objects containing the data
     object unlink                    unlink object from bucket index
     object rewrite                   rewrite the specified object
     object reindex                   reindex the object(s) indicated by --bucket and either --object or --objects-file