mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
mgr/test_orchestrator: add daemon_action
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
114ef48739
commit
d90cff8cf0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user