From e960eb47337e49ca8f60731ae9e2caecd508840b Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 29 Sep 2017 16:51:42 -0700 Subject: [PATCH] Revert "test/vhost: lower fio job iodepth" Now that the bdev layer handles ENOMEM errors internally, we can restore the original fio queue depths that were reduced to avoid test pool failures. This reverts commit 26a40ff914aa90f307aab61b26748da97835bb9d. Change-Id: Ib7f1bd1e0251f4b2a6370cfd84e2f60e8ee15428 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/380855 Reviewed-by: Changpeng Liu Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Dariusz Stojaczyk --- 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 daa955084..8a7b52101 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=128 -iodepth_batch=32 -iodepth_low=64 +iodepth=512 +iodepth_batch=128 +iodepth_low=256 ioengine=libaio size=1G io_size=4G