]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Move pool=... syntax inside of single quotes
authorTravis Rhoden <trhoden@gmail.com>
Thu, 14 Feb 2013 16:19:20 +0000 (11:19 -0500)
committerTravis Rhoden <trhoden@gmail.com>
Thu, 14 Feb 2013 16:19:20 +0000 (11:19 -0500)
When specifying caps, the entire 'allow ...' bit needs to be in the
single quotes, including the pool= part.

Signed-off-by: Travis Rhoden <trhoden@gmail.com>
doc/rados/operations/auth-intro.rst

index 30e015de6c597079113a9129019ff6a82f5a1200..4d8e8c3aa503f61fea2d1283e462223e489cc50e 100644 (file)
@@ -249,7 +249,7 @@ capabilities to a particular pool. This means you can have full access to some
 pools, and restricted (or no) access to other pools for the same user.
 For example:: 
 
-       ceph-authtool -n client.foo --cap osd 'allow rwx' pool=customer-pool
+       ceph-authtool -n client.foo --cap osd 'allow rwx pool=customer-pool'