From: Jens Axboe Date: Mon, 9 Oct 2017 20:42:45 +0000 (-0600) Subject: Update file creation example X-Git-Tag: fio-3.2~51 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b18775f7b7c6c7d0a4d9b0a38e2a979e4180d14e;p=fio.git 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 --- 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