From 78bb36cb62dffca3fac6ec69554125eb4b720dc9 Mon Sep 17 00:00:00 2001 From: hoamer Date: Wed, 2 Sep 2020 09:13:12 +0200 Subject: [PATCH] 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 --- doc/mgr/administrator.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mgr/administrator.rst b/doc/mgr/administrator.rst index 422aa5da991..af1a3ee97db 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::