Add 'allow_file_create' option
authorJens Axboe <axboe@fb.com>
Tue, 12 May 2015 15:31:32 +0000 (11:31 -0400)
committerJens Axboe <axboe@fb.com>
Tue, 12 May 2015 15:31:32 +0000 (11:31 -0400)
commit2378826d96532b390bd4cb08d3946b497a9b0e51
treec3151eaf2e918263f07aad76bfceea5cbac42000
parent3a5db9201bf7b1717f63cb8f7dbd025903117f70
Add 'allow_file_create' option

For running certain jobs, it's convenient to tell fio that you never
want it to create files. On Linux, this prevents filling up /dev
with data for cases where the specified block device isn't available.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
cconv.c
filesetup.c
fio.1
options.c
server.h
thread_options.h