From c7e905e7e232a973abf7c6fa71a2ffbad7aa0ffd Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 25 Sep 2015 16:07:59 +0100 Subject: [PATCH] ceph-create-keys: set mds "allow *" So that 'tell' works out of the box. Signed-off-by: John Spray --- src/ceph-create-keys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-create-keys b/src/ceph-create-keys index 1ccd98f9b91..f9cc2191d5c 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, )