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 <karol.latecki@intel.com>
Reviewed-on: https://review.gerrithub.io/377697
Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Karol Latecki 2017-09-08 12:52:10 +02:00 committed by Daniel Verkamp
parent 03305949f9
commit 26a40ff914

View File

@ -1,8 +1,8 @@
[global] [global]
blocksize_range=4k-512k blocksize_range=4k-512k
iodepth=512 iodepth=128
iodepth_batch=128 iodepth_batch=32
iodepth_low=256 iodepth_low=64
ioengine=libaio ioengine=libaio
size=1G size=1G
io_size=4G io_size=4G