mirror of
https://github.com/ceph/ceph
synced 2025-02-16 07:17:21 +00:00
ceph-daemon: 'profile ...' not 'allow profile ...'
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
e97259aa6a
commit
723b93df25
@ -899,13 +899,13 @@ def command_bootstrap():
|
||||
'\tcaps osd = allow *\n'
|
||||
'[mgr.%s]\n'
|
||||
'\tkey = %s\n'
|
||||
'\tcaps mon = allow profile mgr\n'
|
||||
'\tcaps mon = profile mgr\n'
|
||||
'\tcaps mds = allow *\n'
|
||||
'\tcaps osd = allow *\n'
|
||||
'[client.crash.%s]\n'
|
||||
'\tkey = %s\n'
|
||||
'\tcaps mon = allow profile crash\n'
|
||||
'\tcaps mgr = allow profile crash\n'
|
||||
'\tcaps mon = profile crash\n'
|
||||
'\tcaps mgr = profile crash\n'
|
||||
% (mon_key, admin_key, mgr_id, mgr_key, hostname, crash_key))
|
||||
|
||||
# tmp keyring file
|
||||
|
Loading…
Reference in New Issue
Block a user