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:
John Spray 2014-12-18 18:29:53 +00:00
parent 8033c749f8
commit 213641f315

View File

@ -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,
],
)