From: Ilya Dryomov Date: Fri, 20 May 2022 12:05:03 +0000 (+0200) Subject: qa/suites/rbd: disable workunit timeout for dynamic_features_no_cache X-Git-Tag: v17.2.4~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87c4b560774414300e035cc9dde6e0fc23df0123;p=ceph.git qa/suites/rbd: disable workunit timeout for dynamic_features_no_cache The I/O workload in this test is xfstests (qa/run_xfstests_qemu.sh) which isn't subjected to any timeout other than global max_job_time limit in any other subsuite (e.g. qemu/workloads/qemu_xfstests.yaml). But here, there is a parallel "op" workload defined as a workunit. The workunit task has a default timeout of 3 hours which is effectively imposed on the entire job. In the "rbd cache = false" configuration, it's sometimes exceeded. Fixes: https://tracker.ceph.com/issues/48038 Signed-off-by: Ilya Dryomov (cherry picked from commit 0a6a70760a6f771b848852e0779a221e22c8775d) --- diff --git a/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml b/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml index dc8671b7d9d..5d80e6bd372 100644 --- a/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml +++ b/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml @@ -11,3 +11,4 @@ op_workload: - rbd/qemu_dynamic_features.sh env: IMAGE_NAME: client.0.1-clone + timeout: 0