From: Jens Axboe Date: Fri, 18 Jan 2008 09:28:11 +0000 (+0100) Subject: Make iodepth_batch=1 by default X-Git-Tag: fio-1.17.3~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a2e6f8ac56a9b0f519ccc6cd13e76a9b239ba37d Make iodepth_batch=1 by default Signed-off-by: Jens Axboe --- 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",