mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
Merge pull request #21313 from ceph/wip-pg-clean-timeout
qa/tasks: Add default timeout for wait for pg clean task Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
ee03866b9f
@ -2091,7 +2091,7 @@ class CephManager:
|
||||
"""
|
||||
return self.get_num_active_down() == self.get_num_pgs()
|
||||
|
||||
def wait_for_clean(self, timeout=None):
|
||||
def wait_for_clean(self, timeout=1200):
|
||||
"""
|
||||
Returns true when all pgs are clean.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user