From 8fc3c488861887490f6ec6bac8f49770664b49a6 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 31 Dec 2023 16:22:33 +1000 Subject: [PATCH] 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 --- doc/radosgw/admin.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index f0904a9ee36..f108d58d712 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 ---------------- -- 2.39.5