From a2e6f8ac56a9b0f519ccc6cd13e76a9b239ba37d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 18 Jan 2008 10:28:11 +0100 Subject: [PATCH] Make iodepth_batch=1 by default Signed-off-by: Jens Axboe --- options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/options.c b/options.c index d17dbb1c..3de2ae61 100644 --- a/options.c +++ b/options.c @@ -504,6 +504,8 @@ static struct fio_option options[] = { .off1 = td_var_offset(iodepth_batch), .help = "Number of IO to submit in one go", .parent = "iodepth", + .minval = 1, + .def = "1", }, { .name = "iodepth_low", -- 2.25.1