]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix mds capabilities for manual deployment 38666/head
authorIvan Jager <aij+git@mrph.org>
Mon, 14 Dec 2020 12:39:00 +0000 (06:39 -0600)
committerIvan Jager <aij+git@mrph.org>
Sun, 20 Dec 2020 11:50:08 +0000 (05:50 -0600)
Now matches auth-config-ref.rst, and actually works.

Signed-off-by: Ivan Jager <aij+git@mrph.org>
doc/install/manual-deployment.rst
doc/install/manual-freebsd-deployment.rst

index 7c3c502cc1f64fe63f02d83db307c2e9a7f6f6c9..9ad65263445ef92f083940977765469c93821f64 100644 (file)
@@ -473,7 +473,7 @@ In the below instructions, ``{id}`` is an arbitrary name, such as the hostname o
 
 #. Import the keyring and set caps.::
 
-       ceph auth add mds.{id} osd "allow rwx" mds "allow" mon "allow profile mds" -i /var/lib/ceph/mds/{cluster}-{id}/keyring
+       ceph auth add mds.{id} osd "allow rwx" mds "allow *" mon "allow profile mds" -i /var/lib/ceph/mds/{cluster}-{id}/keyring
 
 #. Add to ceph.conf.::
 
index cbfa4083fc1cebd4ec242415924ee694e00124ad..f597574f43a1f2e116d47c7c54b8567b986c844b 100644 (file)
@@ -519,7 +519,7 @@ In the below instructions, ``{id}`` is an arbitrary name, such as the hostname o
 
 #. Import the keyring and set caps.::
 
-       ceph auth add mds.{id} osd "allow rwx" mds "allow" mon "allow profile mds" -i /var/lib/ceph/mds/{cluster}-{id}/keyring
+       ceph auth add mds.{id} osd "allow rwx" mds "allow *" mon "allow profile mds" -i /var/lib/ceph/mds/{cluster}-{id}/keyring
 
 #. Add to ceph.conf.::