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:
Josh Durgin 2018-04-09 22:27:16 -07:00 committed by GitHub
commit ee03866b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
"""