Avoid using units in option defaults
authorRobert Elliott <elliott@hpe.com>
Thu, 22 Dec 2016 20:50:40 +0000 (14:50 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 3 Jan 2017 01:19:49 +0000 (18:19 -0700)
commit2b9136a34158e891091488bbf5799558c2534639
treee3e97fca0f10a4380869dc6e670ece193d10cf76
parent5f5ad7afb8702eddd1c1e2f5466481f728c00e67
Avoid using units in option defaults

Change option defaults and some generated option strings to specify
the number of bytes without units, so they are immune to the
interpretation of the units (e.g. is 1M interpreted as
1048576 or 1000000).

Signed-off-by: Jens Axboe <axboe@fb.com>
options.c
profiles/act.c
profiles/tiobench.c
unit_tests/steadystate_tests.py