From ce4124cde3e1f7854beb2f3aa77f31853f974727 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) --- 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 ffa012e30bf93..38022f6b9158c 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 disks: 3 + 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