]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
mgr: update osd and mds caps 437/head
authorJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 14:22:18 +0000 (15:22 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 14:22:18 +0000 (15:22 +0100)
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 <john.spray@redhat.com>
ceph_deploy/mgr.py

index 72046a4a4a53d80184f34cb95026b8f46dbe3864..d3991c18b1287898d93693e61ce92738ef73da0d 100644 (file)
@@ -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),
         ]