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>
:command:`objects expire`
Run expired objects cleanup.
-:command:`period rm`
+:command:`period delete`
Remove a period.
:command:`period get`
:command:`zone create`
Create a new zone.
-:command:`zone rm`
+:command:`zone delete`
Remove a zone.
:command:`zone get`
: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`
: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`