]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/administrator: add a more precise description for creating key 36941/head
authorhoamer <kontakt@sebastian-neugebauer.de>
Wed, 2 Sep 2020 07:13:12 +0000 (09:13 +0200)
committerKefu Chai <kchai@redhat.com>
Fri, 4 Jun 2021 08:56:56 +0000 (16:56 +0800)
added a more precise description to handle filename when creating key for mgr

Signed-off-by: hoamer <kontakt@sebastian-neugebauer.de>
doc/mgr/administrator.rst

index 422aa5da99104da8b0fb3887425b6ea322016159..af1a3ee97db74a84b51da43a9ea7de8d20004551 100644 (file)
@@ -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::