]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: bump up scrub status command timeout 55915/head
authorMilind Changire <mchangir@redhat.com>
Sat, 11 Nov 2023 03:39:55 +0000 (09:09 +0530)
committerMilind Changire <mchangir@redhat.com>
Mon, 4 Mar 2024 09:43:32 +0000 (15:13 +0530)
commit3d3300469fdcee4a71e4fb3bd0b76811f2a51638
tree923445d9054b95a68eea96d50971e9e51c319f96
parent5cc7a7679b7ba0f0befea649a39bb50c530f1e24
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>
(cherry picked from commit 33899fdaac57db5266940f59f5ef956932aa1714)

Conflicts:
qa/tasks/ceph_manager.py
- fixed diff between main and reef
qa/tasks/cephfs/filesystem.py
- fixed diff between main and reef
qa/tasks/vstart_runner.py
- fixed diff between main and reef
qa/tasks/ceph_manager.py
qa/tasks/cephfs/filesystem.py
qa/tasks/vstart_runner.py