]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-create-keys: set mds "allow *" 6083/head
authorJohn Spray <john.spray@redhat.com>
Fri, 25 Sep 2015 15:07:59 +0000 (16:07 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 25 Sep 2015 15:09:00 +0000 (16:09 +0100)
So that 'tell' works out of the box.

Signed-off-by: John Spray <john.spray@redhat.com>
src/ceph-create-keys

index 1ccd98f9b91c887546c78b000375d6ed18c51998..f9cc2191d5caf0535eafdc4bd5593bf5f0fd9741 100755 (executable)
@@ -106,7 +106,7 @@ def get_key(cluster, mon_id):
                         'client.admin',
                         'mon', 'allow *',
                         'osd', 'allow *',
-                        'mds', 'allow',
+                        'mds', 'allow *',
                         ],
                     stdout=f,
                     )