commit | d94722713ebd7bbdbf8b284b7563f2dd17964e24 | [log] [tgz] |
---|---|---|
author | Jens Axboe <[email protected]> | Thu Jul 25 10:20:45 2013 -0600 |
committer | Jens Axboe <[email protected]> | Thu Jul 25 10:20:45 2013 -0600 |
tree | e965806f37c09f6abdbe5596a61f74f7ed20e958 | |
parent | 954cd73a9a93102c24afa869fbe67ac38af6e416 [diff] |
Add support for randomness of any IO direction sequential_random used to be applied to all of the IO directions, with no possibility of having different settings for reads, writes, and trims. Now it supports setting each of them individually. By default, if you do: sequential_random=50 it will still apply to all three. If you do: sequential_random=10,90,80 you would get reads 10% random, writes 90% random, and trims 80% random. Signed-off-by: Jens Axboe <[email protected]>