From e025445232f7c96ca2310db6385544fc410d1dc7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 6 Mar 2020 14:57:35 -0600 Subject: [PATCH] mgr/cephadm: implement apply_mon Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5