From: Farzan Date: Mon, 6 Apr 2026 18:46:32 +0000 (+0530) Subject: doc/rgw: fix radosgw-admin command names in man page X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8cb47dbdaac46c76e313ee170fb395da0cbcf4d2;p=ceph.git doc/rgw: fix radosgw-admin command names in man page The man page documented several commands with incorrect names that do not match the actual implementation in radosgw-admin.cc: - period rm -> period delete - zone rm -> zone delete - role rm -> role delete - role-policy rm -> role-policy delete Cross-referenced all rm/delete commands with the source code to ensure documentation matches actual command names. Signed-off-by: Farzan --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 163dcc89e0d8..91b9e27859f5 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -168,7 +168,7 @@ as follows: :command:`objects expire` Run expired objects cleanup. -:command:`period rm` +:command:`period delete` Remove a period. :command:`period get` @@ -291,7 +291,7 @@ as follows: :command:`zone create` Create a new zone. -:command:`zone rm` +:command:`zone delete` Remove a zone. :command:`zone get` @@ -449,7 +449,7 @@ as follows: :command:`role create` Create a new role for use with STS (Security Token Service). -:command:`role rm` +:command:`role delete` Remove a role. :command:`role get` @@ -470,7 +470,7 @@ as follows: :command:`role-policy get` Get the specified inline policy document embedded with the given role. -:command:`role-policy rm` +:command:`role-policy delete` Remove the policy attached to a role :command:`reshard add`