commit | bedc9dc24223bb33be4120f4a57718bc54888ca5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Mon Mar 17 12:51:09 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Mon Mar 17 12:51:09 2014 -0600 |
tree | 1f8cdf7d31502fa8da7247fddf8f55091edf038a | |
parent | 7750aac43ee4e0c001860426e6fdaf22d9ddfc76 [diff] |
Add support for file appends Add option file_append (bool). If set, fio will append to a file instead of operate within the size of it. This is similar to setting offset= to the size of each file. Signed-off-by: Jens Axboe <axboe@fb.com>