From: John Spray Date: Thu, 20 Apr 2017 14:22:18 +0000 (+0100) Subject: mgr: update osd and mds caps X-Git-Tag: v1.5.38~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9d75166c2d855fea003a2e6f2a60037b752b50c;p=ceph-deploy.git mgr: update osd and mds caps This is to enable mgr daemons to remote control mds and osd daemons using MCommand messages. Fixes: http://tracker.ceph.com/issues/19713 Signed-off-by: John Spray --- diff --git a/ceph_deploy/mgr.py b/ceph_deploy/mgr.py index 72046a4..d3991c1 100644 --- a/ceph_deploy/mgr.py +++ b/ceph_deploy/mgr.py @@ -49,6 +49,8 @@ def create_mgr(distro, name, cluster, init): '--keyring', bootstrap_keyring, 'auth', 'get-or-create', 'mgr.{name}'.format(name=name), 'mon', 'allow profile mgr', + 'osd', 'allow *', + 'mds', 'allow *', '-o', os.path.join(keypath), ]