mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
ceph-create-keys: set mds "allow *"
So that 'tell' works out of the box. Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
f1ead76f80
commit
c7e905e7e2
@ -106,7 +106,7 @@ def get_key(cluster, mon_id):
|
||||
'client.admin',
|
||||
'mon', 'allow *',
|
||||
'osd', 'allow *',
|
||||
'mds', 'allow',
|
||||
'mds', 'allow *',
|
||||
],
|
||||
stdout=f,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user