From ea263ad958181882f4e8dbc85676b3746ae5d5a7 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Wed, 1 Apr 2020 21:10:40 -0600 Subject: [PATCH] mgr/cephadm: revert trivial_completion for nfs_add revert change that was missed in af8fa11 Signed-off-by: Michael Fritch --- src/pybind/mgr/cephadm/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 2857b3653f6..783665c94b9 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)