From: hoamer Date: Wed, 2 Sep 2020 07:13:12 +0000 (+0200) Subject: doc/mgr/administrator: add a more precise description for creating key X-Git-Tag: v17.1.0~1751^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=78bb36cb62dffca3fac6ec69554125eb4b720dc9;p=ceph.git doc/mgr/administrator: add a more precise description for creating key added a more precise description to handle filename when creating key for mgr Signed-off-by: hoamer --- diff --git a/doc/mgr/administrator.rst b/doc/mgr/administrator.rst index 422aa5da9910..af1a3ee97db7 100644 --- a/doc/mgr/administrator.rst +++ b/doc/mgr/administrator.rst @@ -14,8 +14,8 @@ 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``. +Place that key as file named ``keyring`` into ``mgr data`` path, which for a cluster "ceph" +and mgr $name "foo" would be ``/var/lib/ceph/mgr/ceph-foo`` respective ``/var/lib/ceph/mgr/ceph-foo/keyring``. Start the ceph-mgr daemon::