]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: drop mention of MDS capabilities from radosgw man page 17/head
authorFlorian Haas <florian@hastexo.com>
Mon, 2 Jul 2012 14:54:08 +0000 (16:54 +0200)
committerFlorian Haas <florian@hastexo.com>
Mon, 2 Jul 2012 14:54:08 +0000 (16:54 +0200)
Signed-off-by: Florian Haas <florian@hastexo.com>
doc/man/8/radosgw.rst

index 3adf471c7e452b4b2dadfdee1a0e40a0213075e7..46511f9afe63f3f71c1c8da63c4a5b9c79859544 100644 (file)
@@ -86,7 +86,7 @@ You will also have to generate a key for the radosgw to use for
 authentication with the cluster::
 
         ceph-authtool -C -n client.radosgw.gateway --gen-key /etc/ceph/keyring.radosgw.gateway
-        ceph-authtool -n client.radosgw.gateway --cap mon 'allow r' --cap osd 'allow rwx' --cap mds 'allow' /etc/ceph/keyring.radosgw.gateway
+        ceph-authtool -n client.radosgw.gateway --cap mon 'allow r' --cap osd 'allow rwx' /etc/ceph/keyring.radosgw.gateway
 
 And add the key to the auth entries::