From: huanwen ren Date: Thu, 4 Aug 2016 11:50:18 +0000 (+0800) Subject: doc/mds: add generated files into the /etc/ceph/ X-Git-Tag: v10.2.11~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19795%2Fhead;p=ceph.git doc/mds: add generated files into the /etc/ceph/ Fixes: 16906 Signed-off-by: huanwen ren (cherry picked from commit d1277f116cd297bae8da7b3e1a7000d3f99c6a51) --- diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index dac40eda8094..9e20032d58c7 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -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