mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
Merge pull request #69402 from Ericmzhang/wip-fix-mon-stretch_cluster
qa: Fix stretch_cluster.py missing function call Reviewed-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
This commit is contained in:
commit
cce2a2fcd1
@ -678,7 +678,7 @@ class TestStretchCluster(MgrTestCase):
|
||||
|
||||
# Fail over osds in DC2 completely expects PGs to be 100% inactive
|
||||
self._fail_over_all_osds_in_dc('dc2')
|
||||
self.wait_until_true_and_hold(lambda: self._pg_all_unavailable,
|
||||
self.wait_until_true_and_hold(lambda: self._pg_all_unavailable(),
|
||||
timeout=self.RECOVERY_PERIOD,
|
||||
success_hold_time=self.SUCCESS_HOLD_TIME)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user