From: John Wilkins Date: Wed, 3 Jul 2013 22:26:52 +0000 (-0700) Subject: doc: Added write caps. Required for auto-creating pools. X-Git-Tag: v0.67-rc1~154 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e0da832a5e50393da9297879d7718635b68fa918;p=ceph.git doc: Added write caps. Required for auto-creating pools. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-rgw.rst b/doc/start/quick-rgw.rst index cb329f61c8b5..76d4e2630a3d 100644 --- a/doc/start/quick-rgw.rst +++ b/doc/start/quick-rgw.rst @@ -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. ::