]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added 'x' to monitor cap.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 4 Aug 2014 18:47:58 +0000 (11:47 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 4 Aug 2014 18:47:58 +0000 (11:47 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/config.rst
doc/radosgw/federated-config.rst

index f2dc2dfaca60a068bca0093b3eb66a4178345117..3b6585151b9aa6437c31ffb073fab23679e0748b 100644 (file)
@@ -55,7 +55,7 @@ See the `Cephx Guide`_ for additional details on Ceph authentication.
 #. Add capabilities to the key. See `Configuration Reference - Pools`_ for details
    on the effect of write permissions for the monitor and creating pools. ::
 
-       sudo ceph-authtool -n client.radosgw.gateway --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/ceph.client.radosgw.keyring
+       sudo ceph-authtool -n client.radosgw.gateway --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring
 
 
 #. Once you have created a keyring and key to enable the Ceph Object Gateway 
index ab7b7ee4b2b9a78ff91f5df1bc3467c1342767a2..5c7c91a025f5b94481ea01270117d6b1aeb9b611 100644 (file)
@@ -179,8 +179,8 @@ each node containing an instance.
 #. Add capabilities to each key. See `Configuration Reference - Pools`_ for details
    on the effect of write permissions for the monitor and creating pools. ::
 
-       sudo ceph-authtool -n client.radosgw.us-east-1 --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/ceph.client.radosgw.keyring
-       sudo ceph-authtool -n client.radosgw.us-west-1 --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/ceph.client.radosgw.keyring
+       sudo ceph-authtool -n client.radosgw.us-east-1 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring
+       sudo ceph-authtool -n client.radosgw.us-west-1 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring
 
 
 #. Once you have created a keyring and key to enable the Ceph Object Gateway