From: Ivan Jager Date: Mon, 14 Dec 2020 12:39:00 +0000 (-0600) Subject: doc: Fix mds capabilities for manual deployment X-Git-Tag: v16.1.0~192^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38666%2Fhead;p=ceph.git doc: Fix mds capabilities for manual deployment Now matches auth-config-ref.rst, and actually works. Signed-off-by: Ivan Jager --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 7c3c502cc1f64..9ad65263445ef 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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.:: diff --git a/doc/install/manual-freebsd-deployment.rst b/doc/install/manual-freebsd-deployment.rst index cbfa4083fc1ce..f597574f43a1f 100644 --- a/doc/install/manual-freebsd-deployment.rst +++ b/doc/install/manual-freebsd-deployment.rst @@ -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.::