From 2b6e002c490548feab5a32e130be531c4524d553 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Thu, 29 Mar 2018 14:10:58 +0300 Subject: [PATCH] qa/suites/rbd: set qemu task time_wait param so workloads qemu_dynamic_features.sh and qemu_rebuild_object_map.sh, which check if qemu is finished with periodicity 60 sec, have enough time to detect this before the rbd image is removed. Fixes: https://tracker.ceph.com/issues/23502 Signed-off-by: Mykola Golub (cherry picked from commit 6fe8d6470506a9947f685b05683e2e046457a9f5) Conflicts: qa/suites/rbd/maintenance/qemu/xfstests.yaml - trivial resolution --- qa/suites/rbd/maintenance/qemu/xfstests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rbd/maintenance/qemu/xfstests.yaml b/qa/suites/rbd/maintenance/qemu/xfstests.yaml index bd0f3e44de0a7..1bf908950daed 100644 --- a/qa/suites/rbd/maintenance/qemu/xfstests.yaml +++ b/qa/suites/rbd/maintenance/qemu/xfstests.yaml @@ -9,5 +9,6 @@ io_workload: clone: true type: block num_rbd: 2 + time_wait: 120 test: http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=qa/run_xfstests_qemu.sh exclude_arch: armv7l -- 2.39.5