From 8e90f312e4dcde50e29735060fdb6fded9029e69 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 26 Mar 2020 17:50:21 +0100 Subject: [PATCH] mgr/cephadm: Add missing decorator Caused by a conflict between * #33581 (770816dc9f5b440fd1fc6cc507a06cd8573f6ea1) and * #34091 (a78f42e225bbc041324dc3e565deb207feddad26) Signed-off-by: Sebastian Wagner --- src/pybind/mgr/cephadm/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index a78462bd27199..7e89a365500f4 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -2781,6 +2781,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule): return cephadm_config, deps + @trivial_completion def add_nfs(self, spec): return self._add_daemon('nfs', spec, self._create_nfs, self._config_nfs) -- 2.39.5