]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/radosgw/admin.rst
Import ceph 15.2.8
[ceph.git] / ceph / doc / radosgw / admin.rst
index c32158e29c1ce583a98314cfa13a811e147347fb..b498cd97f63dd69800246157baa17154a2e7863a 100644 (file)
@@ -22,7 +22,8 @@ There are two user types:
 - **Subuser:** The term 'subuser' reflects a user of the Swift interface. A subuser
   is associated to a user .
   
-.. ditaa:: +---------+
+.. ditaa::
+           +---------+
            |   User  |
            +----+----+  
                 |     
@@ -148,9 +149,9 @@ email addresses, display names and access levels. For example::
 
        radosgw-admin user modify --uid=johndoe --display-name="John E. Doe"
 
-To modify subuser values, specify ``subuser modify`` and the subuser ID. For example::
+To modify subuser values, specify ``subuser modify``, user ID and the subuser ID. For example::
 
-       radosgw-admin subuser modify --subuser=johndoe:swift --access=full
+       radosgw-admin subuser modify --uid=johndoe --subuser=johndoe:swift --access=full
 
 
 User Enable/Suspend
@@ -415,6 +416,7 @@ the latest quota stats. ::
 
        radosgw-admin user stats --uid=<uid> --sync-stats
 
+.. _rgw_user_usage_stats:
 
 Get User Usage Stats
 --------------------