HOWTO: add offset unit info for offset= option
authorTomohiro Kusumi <tkusumi@tuxera.com>
Tue, 27 Jun 2017 10:21:03 +0000 (13:21 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2017 14:20:11 +0000 (08:20 -0600)
commit82dbb8cbf00b0e70d8ca55d484fedf588c1bcb33
tree738ae3dec924abba8280b1e9ef3c45be6c452ffa
parent034ada869882efb9dcd340648bc8bcc9e9a4215e
HOWTO: add offset unit info for offset= option

Add "in bytes" and "A percentage can be specified by ...",
based on an email post titled "in what units is offset option?".

-- example of offset in percentage
 # ./fio --debug=parse --name=xxxxx --ioengine=sync --rw=rw --size=1m --unlink=1 --offset=-51 | grep "SET start_offset_percent"
 parse    12859 SET start_offset_percent 50

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO