From 774a99b533369dc8d35c6cd09223255760cde9ba Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 23 May 2013 21:31:35 +0200 Subject: [PATCH] tiobench: ensure that ioengine is being specified Signed-off-by: Jens Axboe --- profiles/tiobench.c | 1 + 1 file changed, 1 insertion(+) 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", -- 2.25.1