]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: fix radosgw-admin command names in man page 68228/head
authorFarzan <farzan.eng@gmail.com>
Mon, 6 Apr 2026 18:46:32 +0000 (00:16 +0530)
committerFarzan <farzan.eng@gmail.com>
Tue, 7 Apr 2026 11:32:41 +0000 (17:02 +0530)
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 <farzan.eng@gmail.com>
doc/man/8/radosgw-admin.rst

index 163dcc89e0d8811e49cb7b4a4982f84434b5c03a..91b9e27859f5d3cae78f0ab5813da310cd347cd8 100644 (file)
@@ -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`