]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mds: add generated files into the /etc/ceph/ 19795/head
authorhuanwen ren <ren.huanwen@zte.com.cn>
Thu, 4 Aug 2016 11:50:18 +0000 (19:50 +0800)
committerJos Collin <jcollin@redhat.com>
Sat, 6 Jan 2018 14:50:08 +0000 (20:20 +0530)
Fixes: 16906
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
(cherry picked from commit d1277f116cd297bae8da7b3e1a7000d3f99c6a51)

doc/cephfs/client-auth.rst

index dac40eda8094b62f091451453e396f4c08ef0d42..9e20032d58c787bd658ea52969d804294638128c 100644 (file)
@@ -33,6 +33,7 @@ for example, to restrict client ``foo`` to ``bar`` directory, we will use. ::
 
 ./ceph auth get-or-create client.foo mon 'allow r' mds 'allow r, allow rw path=/bar' osd 'allow rw pool=data'
 
+See `User Management - Add a User to a Keyring`_. for additional details on user management
 
 To restrict a client to the specfied sub-directory only, we mention the specified
 directory while mounting following the undermentioned syntax. ::
@@ -105,3 +106,5 @@ for files, but client.1 cannot.
         caps: [mon] allow r
         caps: [osd] allow rw pool=data
 
+
+.. _User Management - Add a User to a Keyring: ../rados/operations/user-management/#add-a-user-to-a-keyring