]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/test_orchestrator: add force flag to remove_daemons
authorSage Weil <sage@redhat.com>
Sun, 1 Mar 2020 01:29:38 +0000 (19:29 -0600)
committerSage Weil <sage@redhat.com>
Sun, 1 Mar 2020 01:29:38 +0000 (19:29 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/test_orchestrator/module.py

index d162271dffb396e06bb1625af6fcaaec8cada2b5..3b19c90e349baaaf7663a947427dbaa7f346ce99 100644 (file)
@@ -214,7 +214,7 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator):
 
 
     @deferred_write("remove_daemons")
-    def remove_daemons(self, names):
+    def remove_daemons(self, names, force):
         assert isinstance(names, list)
 
     @deferred_write("remove_service")