From 5f017bed4af923c663fe260ff0b0cefac2508c39 Mon Sep 17 00:00:00 2001 From: Ivan Jager Date: Mon, 14 Dec 2020 06:39:00 -0600 Subject: [PATCH] doc: Fix mds capabilities for manual deployment Now matches auth-config-ref.rst, and actually works. Signed-off-by: Ivan Jager --- doc/install/manual-deployment.rst | 2 +- doc/install/manual-freebsd-deployment.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.:: -- 2.39.5