Default buffer_compress_chunk to 512
authorJens Axboe <axboe@kernel.dk>
Tue, 31 Oct 2017 16:50:03 +0000 (10:50 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 31 Oct 2017 16:50:03 +0000 (10:50 -0600)
commit1de80624466405bccdbc4607d71cd249320da3f1
treefbc986ea9ab97b2375bea629c73577ead9f987d9
parent08bdeb50f763aa3cb8b910a4cff3b14f17f076a6
Default buffer_compress_chunk to 512

This makes us behave better out of the box, for the cases where
people use bigger block sizes. Without this change and if the
user set buffer_compress_percentage=50 and bs=128k, then we'd
have 64k of zeroes at the end. This is probably not what the
user expects.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
fio.1
options.c