]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: edit "remove a subuser" 55034/head
authorZac Dover <zac.dover@proton.me>
Sun, 31 Dec 2023 06:22:33 +0000 (16:22 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 1 Jan 2024 00:37:06 +0000 (10:37 +1000)
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 <zac.dover@proton.me>
(cherry picked from commit 8fc3c488861887490f6ec6bac8f49770664b49a6)

doc/radosgw/admin.rst

index f0904a9ee36243f3b071d1bd0561b65ed1aa7d1c..f108d58d7120d67cb21e34b80e7ec1d4ac1a8c25 100644 (file)
@@ -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 <radosgw-admin-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
 ----------------