From 057a95a86f6f266b47c22b78017ec9c61c501e57 Mon Sep 17 00:00:00 2001 From: huanwen ren Date: Thu, 4 Aug 2016 19:50:18 +0800 Subject: [PATCH] doc/mds: add generated files into the /etc/ceph/ Fixes: 16906 Signed-off-by: huanwen ren (cherry picked from commit d1277f116cd297bae8da7b3e1a7000d3f99c6a51) --- doc/cephfs/client-auth.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index dac40eda8094b..9e20032d58c78 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 -- 2.39.5