mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #36941 from hoamer/patch-1
doc/mgr/administrator: add a more precise description for creating key Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
8a0c13f437
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user