From: Sage Weil Date: Sun, 1 Mar 2020 20:18:16 +0000 (-0600) Subject: mgr/test_orchestrator: add daemon_action X-Git-Tag: v15.1.1~189^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d90cff8cf0313d9f6c8681b6564f8fa12d97c55d;p=ceph-ci.git mgr/test_orchestrator: add daemon_action Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/test_orchestrator/module.py b/src/pybind/mgr/test_orchestrator/module.py index 237de0c7797..70b556c61d9 100644 --- a/src/pybind/mgr/test_orchestrator/module.py +++ b/src/pybind/mgr/test_orchestrator/module.py @@ -231,6 +231,10 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator): def service_action(self, action, service_name): pass + @deferred_write("daemon_action") + def daemon_action(self, action, daemon_type, daemon_id): + pass + @deferred_write("Adding NFS service") def add_nfs(self, spec): # type: (orchestrator.NFSServiceSpec) -> None