From: Michael Fritch Date: Thu, 2 Apr 2020 03:10:40 +0000 (-0600) Subject: mgr/cephadm: revert trivial_completion for nfs_add X-Git-Tag: v16.1.0~2713^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34361%2Fhead;p=ceph.git mgr/cephadm: revert trivial_completion for nfs_add revert change that was missed in af8fa11 Signed-off-by: Michael Fritch --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 2857b3653f65..783665c94b9b 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -2830,7 +2830,6 @@ 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)