mirror of
https://github.com/ceph/ceph
synced 2025-01-30 23:13:44 +00:00
tasks/ceph: update mds auth caps to 'allow *'
Since the new 'tell' for the MDS was introduced, caps have to have the '*' to permit running remote administrative commands. Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
8033c749f8
commit
213641f315
@ -375,7 +375,7 @@ def cluster(ctx, config):
|
||||
'--set-uid=0',
|
||||
'--cap', 'mon', 'allow *',
|
||||
'--cap', 'osd', 'allow *',
|
||||
'--cap', 'mds', 'allow',
|
||||
'--cap', 'mds', 'allow *',
|
||||
keyring_path,
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user