From 26a40ff914aa90f307aab61b26748da97835bb9d Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Fri, 8 Sep 2017 12:52:10 +0200 Subject: [PATCH] test/vhost: lower fio job iodepth Temporarily lower iodepth to avoid random test pool failures while running vhost blk fio tests. Reenable old iodepth value once 'too high' vhost blk performance is solved. Change-Id: I385ff3151b4433b331807be6ce0f3103980bae7c Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/377697 Reviewed-by: Dariusz Stojaczyk Tested-by: SPDK Automated Test System Reviewed-by: Pawel Wodkowski Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp --- test/vhost/common/fio_jobs/default_integrity.job | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/vhost/common/fio_jobs/default_integrity.job b/test/vhost/common/fio_jobs/default_integrity.job index 8a7b52101..daa955084 100644 --- a/test/vhost/common/fio_jobs/default_integrity.job +++ b/test/vhost/common/fio_jobs/default_integrity.job @@ -1,8 +1,8 @@ [global] blocksize_range=4k-512k -iodepth=512 -iodepth_batch=128 -iodepth_low=256 +iodepth=128 +iodepth_batch=32 +iodepth_low=64 ioengine=libaio size=1G io_size=4G