From 1b6a7e3600c8b4cf630691dd12427c572bff1230 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 8 Dec 2015 14:10:18 +0000 Subject: [PATCH] doc: note that cephfs auth stuff is new in jewel + bonus whitespace fixes to the code blocks to get them to render properly Signed-off-by: John Spray --- doc/cephfs/client-auth.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index ad4af2dae252c..30017c3f2c203 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -5,6 +5,11 @@ CephFS Client Capabilities Use Ceph authentication capabilities to restrict your filesystem clients to the lowest possible level of authority needed. +.. note:: + + Path restriction and layout modification restriction are new features + in the Jewel release of Ceph. + Path restriction ================ @@ -46,6 +51,7 @@ those in use for CephFS, set an OSD authentication capability that restricts access to the CephFS data pool(s): :: + client.0 key: AQAz7EVWygILFRAAdIcuJ12opU/JKyfFmxhuaw== caps: [mds] allow rw @@ -67,6 +73,7 @@ For example, in the following snippet client.0 can modify the pool used for files, but client.1 cannot. :: + client.0 key: AQAz7EVWygILFRAAdIcuJ12opU/JKyfFmxhuaw== caps: [mds] allow rwp -- 2.39.5