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)
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>

No differences found