From: John Spray Date: Fri, 25 Sep 2015 15:07:59 +0000 (+0100) Subject: ceph-create-keys: set mds "allow *" X-Git-Tag: v9.1.0~70^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6083%2Fhead;p=ceph.git ceph-create-keys: set mds "allow *" So that 'tell' works out of the box. Signed-off-by: John Spray --- diff --git a/src/ceph-create-keys b/src/ceph-create-keys index 1ccd98f9b91c..f9cc2191d5ca 100755 --- a/src/ceph-create-keys +++ b/src/ceph-create-keys @@ -106,7 +106,7 @@ def get_key(cluster, mon_id): 'client.admin', 'mon', 'allow *', 'osd', 'allow *', - 'mds', 'allow', + 'mds', 'allow *', ], stdout=f, )