]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: Add missing decorator 34218/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 26 Mar 2020 16:50:21 +0000 (17:50 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 26 Mar 2020 16:50:21 +0000 (17:50 +0100)
Caused by a conflict between

* #33581 (770816dc9f5b440fd1fc6cc507a06cd8573f6ea1) and
* #34091 (a78f42e225bbc041324dc3e565deb207feddad26)

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/module.py

index a78462bd271994f91c9be80fe6cec76d64c817ab..7e89a365500f4d2748a3ef6e21d227c0b45a26df 100644 (file)
@@ -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)