From: J. Eric Ivancich Date: Sat, 20 Dec 2025 00:19:01 +0000 (-0500) Subject: rgw: add internal docs for `radosgw-admin object manifest ...` sub-command X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf903b161c9bf13f43f77784889609ce638dcd41;p=ceph.git rgw: add internal docs for `radosgw-admin object manifest ...` sub-command 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 --- diff --git a/src/rgw/radosgw-admin/radosgw-admin.cc b/src/rgw/radosgw-admin/radosgw-admin.cc index 4e2c39d6a9cf..4e8bbfa251a7 100644 --- a/src/rgw/radosgw-admin/radosgw-admin.cc +++ b/src/rgw/radosgw-admin/radosgw-admin.cc @@ -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"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index fb68f164e344..968e08e6e868 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -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