]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added clarification from Peter's feedback.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 19 Oct 2012 22:40:33 +0000 (15:40 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 19 Oct 2012 22:40:33 +0000 (15:40 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/cluster-ops/auth-intro.rst

index d7c2ea32224fee17612c38cf9f136b270f604d60..2e7a23160b0a4990e3cce846dd6920a243407185 100644 (file)
@@ -191,9 +191,12 @@ authenticated  user to exercise the functionality of the monitors, OSDs and
 metadata servers. Capabilities can also restrict access to data within one or
 more pools.
 
-.. important:: Ceph capabilities are **NOT** the same as CephFS
-   filesystem authorization permission using the POSIX file system 
-   interface (e.g., ``chmod``).
+.. important:: Ceph uses the capabilities discussed here for setting up and 
+   controlling access between various Ceph client and server instances, and 
+   are relevant regardless of what type of client accesses the Ceph object 
+   store. CephFS uses a different type of capability for files and directories 
+   internal to the CephFS filesystem. CephFS filesystem access controls are
+   relevant to CephFS, but not block devices or the RESTful gateway.
 
 A Ceph ``client.admin`` user sets a user's capabilities when creating
 the user.