Add --aux-path support
authorJens Axboe <axboe@fb.com>
Thu, 20 Aug 2015 19:02:05 +0000 (12:02 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 20 Aug 2015 19:02:05 +0000 (12:02 -0700)
commitd264264a084e4989f7be577001484981bd606669
tree1f2a82b86046f61c26f3b76a37feb373c8b2f3b6
parent29492450e62a72da7bd4aae95e9f0484a4b72b11
Add --aux-path support

For certain files, fio just stores them in the current working
directory. This can create a bit of a mess. These files might
be verification dump files, or verification state saves.

Add --aux-path to enable storing these files in an arbitrary
directory instead.

Signed-off-by: Jens Axboe <axboe@fb.com>
README
backend.c
client.c
fio.h
init.c
verify.c
verify.h