From: Zac Dover Date: Sun, 31 Dec 2023 06:22:33 +0000 (+1000) Subject: doc/radosgw: edit "remove a subuser" X-Git-Tag: v19.3.0~307^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55030%2Fhead;p=ceph.git doc/radosgw: edit "remove a subuser" Edit the English language in the section "Remove a Subuser" in doc/radosgw/admin.rst. This commit is made in response to Matt Benjamin's request for improvement of this section (https://github.com/ceph/ceph/pull/55028#discussion_r1438599833). Signed-off-by: Zac Dover --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index f0904a9ee362..f108d58d7120 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -197,9 +197,10 @@ in a command of the following form: Remove a User ------------- -The act of removing a user removes both the user and any subusers associated -with the user from the system. Remember that it is possible to remove a subuser -without removing the user with which it is associated. +When you remove a user, you also remove any subusers associated with the user. + +It is possible to remove a subuser without removing its associated user. This +is covered in the section called :ref:`Remove a Subuser `. To remove a user and any subusers associated with it, use the ``user rm`` command and provide the user ID of the user to be removed. Use a command of the @@ -217,6 +218,7 @@ Options include: - **Purge Keys:** The ``--purge-keys`` option purges all keys associated with the UID. +.. _radosgw-admin-remove-a-subuser: Remove a Subuser ----------------