]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: bump up scrub status command timeout 54446/head
authorMilind Changire <mchangir@redhat.com>
Sat, 11 Nov 2023 03:39:55 +0000 (09:09 +0530)
committerMilind Changire <mchangir@redhat.com>
Sat, 11 Nov 2023 03:39:55 +0000 (09:09 +0530)
commit33899fdaac57db5266940f59f5ef956932aa1714
treec50645c23e0f88b4f7535ecfc1da4becb5f80db9
parenta973827cb8d10bdfeaebfd783d143cfdde710145
qa: bump up scrub status command timeout

A journal flush sometimes takes more than 120 seconds and so the 'scrub
status' command after blocking for more than 120 seconds is declared
failed causing the job to be declared as failed.

This bumping up of the timeout gives more time for the 'scrub status'
command to wait and eventually let the journal flush to complete.

Fixes: https://tracker.ceph.com/issues/63411
Signed-off-by: Milind Changire <mchangir@redhat.com>
qa/tasks/ceph_manager.py
qa/tasks/cephfs/filesystem.py
qa/tasks/vstart_runner.py