From: Sage Weil Date: Fri, 6 Mar 2020 20:57:35 +0000 (-0600) Subject: mgr/cephadm: implement apply_mon X-Git-Tag: v15.1.1~67^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e025445232f7c96ca2310db6385544fc410d1dc7;p=ceph.git mgr/cephadm: implement apply_mon Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index daf1c04783c..5a2ca3a7aca 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -2352,6 +2352,9 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule): return create_func_map(args) + def apply_mon(self, spec): + return self._apply(spec) + def _create_mon(self, name, host, network): """ Create a new monitor on the given host.