From: John Wilkins Date: Mon, 4 Aug 2014 18:47:58 +0000 (-0700) Subject: doc: Added 'x' to monitor cap. X-Git-Tag: v0.85~103 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=354c4112a9b71dc4c65b0974e2746e431002da90;p=ceph.git doc: Added 'x' to monitor cap. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index f2dc2dfaca60..3b6585151b9a 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -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 diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst index ab7b7ee4b2b9..5c7c91a025f5 100644 --- a/doc/radosgw/federated-config.rst +++ b/doc/radosgw/federated-config.rst @@ -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