mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #69438 from kginonredhat/issue-77374-orchestrator_cli-test_mds_rm-fails-missingforce-_delete_data-kwarg
mgr/test_orchestrator: accept force_delete_data in remove_daemons Reviewed-by: Redouane Kachach <rkachach@ibm.com>
This commit is contained in:
commit
0157ecd37e
@ -225,12 +225,12 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator):
|
||||
return [self._create_osds(dg) for dg in specs]
|
||||
|
||||
@handle_orch_error
|
||||
def remove_daemons(self, names):
|
||||
def remove_daemons(self, names, force_delete_data=False):
|
||||
assert isinstance(names, list)
|
||||
return 'done'
|
||||
|
||||
@handle_orch_error
|
||||
def remove_service(self, service_name, force = False):
|
||||
def remove_service(self, service_name, force=False, force_delete_data=False):
|
||||
assert isinstance(service_name, str)
|
||||
return 'done'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user