]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added write caps. Required for auto-creating pools.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 3 Jul 2013 22:26:52 +0000 (15:26 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 3 Jul 2013 22:26:52 +0000 (15:26 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/quick-rgw.rst

index cb329f61c8b52f3bc079f54b64acedd544cb47d9..76d4e2630a3d2ac73e5da68557aa5ff3c67a02b7 100644 (file)
@@ -163,7 +163,7 @@ Perform the following steps on the server machine.
    Cluster. ::
 
        sudo ceph-authtool /etc/ceph/keyring.radosgw.gateway -n client.radosgw.gateway --gen-key
-       sudo ceph-authtool -n client.radosgw.gateway --cap osd 'allow rwx' --cap mon 'allow r' /etc/ceph/keyring.radosgw.gateway
+       sudo ceph-authtool -n client.radosgw.gateway --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/keyring.radosgw.gateway
 
 #. Add the key to the Ceph keyring. ::