From b61f0c0b3179d3ca6c208d75f6c6efcc69c62d4c Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 14 Jun 2017 09:53:26 -0400 Subject: [PATCH] doc/mgr: fix auth keys instruction This was out of date. Signed-off-by: John Spray --- doc/mgr/administrator.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/mgr/administrator.rst b/doc/mgr/administrator.rst index 8db733c1c4ee4..173062ac76cfd 100644 --- a/doc/mgr/administrator.rst +++ b/doc/mgr/administrator.rst @@ -2,12 +2,16 @@ ceph-mgr administrator's guide ============================== -Setup ------ +Manual setup +------------ -Create an authentication key for your daemon:: +Usually, you would set up a ceph-mgr daemon using a tool such +as ceph-ansible. These instructions describe how to set up +a ceph-mgr daemon manually. - ceph auth get-or-create mgr.$name mon 'allow *' +First, create an authentication key for your daemon:: + + ceph auth get-or-create mgr.$name mon 'allow profile mgr' osd 'allow *' mds 'allow *' Place that key into ``mgr data`` path, which for a cluster "ceph" and mgr $name "foo" would be ``/var/lib/ceph/mgr/ceph-foo``. -- 2.39.5