mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
Merge PR #29109 into master
* refs/pull/29109/head: qa/tasks/ceph_manager: wait for clean before asserting clean on minsize test Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
c8f35af6e1
@ -701,6 +701,7 @@ class Thrasher:
|
||||
minlive = int(self.config.get("min_live", 2))
|
||||
mindead = int(self.config.get("min_dead", 1))
|
||||
self.log("doing min_size thrashing")
|
||||
self.ceph_manager.wait_for_clean(timeout=60)
|
||||
assert self.ceph_manager.is_clean(), \
|
||||
'not clean before minsize thrashing starts'
|
||||
while not self.stopping:
|
||||
|
Loading…
Reference in New Issue
Block a user