Add support for absolute random zones
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 02:25:59 +0000 (19:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 02:25:59 +0000 (19:25 -0700)
commit59466396a8f7d37ca7884aaacf591cb9a894a336
tree60575e2578fce39fe8773af59e19971696fcdbfa
parentf27300d51e3291c2588b3534c7236b2a102351ff
Add support for absolute random zones

We currently support random_distribution=zoned, which allows the user
to specify a percentage of access to a zoned define as a percentage
of the file/device size. This commit adds support for zoned_abs,
which works exactly like zoned, except you give the zone size in
an absolute value.

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