From: Jens Axboe Date: Thu, 23 May 2013 19:31:35 +0000 (+0200) Subject: tiobench: ensure that ioengine is being specified X-Git-Tag: fio-2.1.1~10 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=774a99b533369dc8d35c6cd09223255760cde9ba tiobench: ensure that ioengine is being specified Signed-off-by: Jens Axboe --- diff --git a/profiles/tiobench.c b/profiles/tiobench.c index 0d2ce806..bdb5985d 100644 --- a/profiles/tiobench.c +++ b/profiles/tiobench.c @@ -14,6 +14,7 @@ static const char *tb_opts[] = { "buffered=0", sz_idx, bs_idx, loop_idx, dir_idx, t_idx, "timeout=600", "group_reporting", "thread", "overwrite=1", "filename=.fio.tio.1:.fio.tio.2:.fio.tio.3:.fio.tio.4", + "ioengine=sync", "name=seqwrite", "rw=write", "end_fsync=1", "name=randwrite", "stonewall", "rw=randwrite", "end_fsync=1", "name=seqread", "stonewall", "rw=read",