Add create_only option
authorJens Axboe <axboe@kernel.dk>
Wed, 2 May 2012 11:58:02 +0000 (13:58 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 May 2012 11:58:02 +0000 (13:58 +0200)
commit25460cf6350fb90b8a7943bb649a51d81bac13a4
tree35dd4f5a1941e327630a1f1c64d3a275990fd88d
parent5d89ff793b002e2bd8c1d490030bf35b6f9ee2db
Add create_only option

If this option is set, then fio will only run the preparation
phase of a job. This means it will create all the files it
needs, but exit after that.

Suggested-by: Georg Schönberger <gschoenberger@thomas-krenn.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
filesetup.c
fio.1
fio.h
options.c