From b18775f7b7c6c7d0a4d9b0a38e2a979e4180d14e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 9 Oct 2017 14:42:45 -0600 Subject: [PATCH] Update file creation example Don't use a write data direction, use read or just don't set it as fio defaults to read. This ensures that all stats are printed. Signed-off-by: Jens Axboe --- examples/filecreate-ioengine.fio | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/filecreate-ioengine.fio b/examples/filecreate-ioengine.fio index e1eb06ce..ec7caad5 100644 --- a/examples/filecreate-ioengine.fio +++ b/examples/filecreate-ioengine.fio @@ -12,7 +12,6 @@ [global] create_on_open=1 nrfiles=31250 -readwrite=write ioengine=filecreate fallocate=none filesize=4k -- 2.25.1