commit | cc86c395fd9dd2002ec1edc0967b7c9453debdfb | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri May 03 15:12:33 2013 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri May 03 15:12:33 2013 +0200 |
tree | 06169cc5989889193b4c4401747b0a4b22e94a12 | |
parent | 239a11de15959849a69508ff7cb46be114599baf [diff] |
Honor random/zero/compressible settings for filling an initial file Right now we only do that for when the job writes, do it for the initial setup as well. Otherwise you just get zero filled files initially, which might not be what you want. Also fixes a bug with compression if compress_chunk isn't set. Signed-off-by: Jens Axboe <axboe@kernel.dk>