add a filecreate engine
authorJosef Bacik <josef@toxicpanda.com>
Fri, 6 Oct 2017 19:43:14 +0000 (15:43 -0400)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Oct 2017 15:10:01 +0000 (09:10 -0600)
commit1216cc5ad4701c001dc75fb86ae07f2c0f19df4c
tree871f45fed7f73b35bf15d5c1c0070607ccb7e913
parent24cab44e2840067203ac9ce52b48a7c21e647680
add a filecreate engine

This is for doing empty file creation jobs much like what we do with
fs_mark.  You still need to specify a filesize so that fio will pretend
to do something, but the IO won't actually be done on the file.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
Makefile
engines/filecreate.c [new file with mode: 0644]
fio.1