]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/ceph: update mds auth caps to 'allow *'
authorJohn Spray <jspray@redhat.com>
Thu, 18 Dec 2014 18:29:53 +0000 (18:29 +0000)
committerJohn Spray <jspray@redhat.com>
Fri, 9 Jan 2015 10:07:34 +0000 (10:07 +0000)
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>
tasks/ceph.py

index 0a10822676b0ac615626028ebd26746cdf985a9e..42fc691e343a162bcc8dd93e75b1350feb74b703 100644 (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,
             ],
         )