ceph/qa/workunits/cephtool
Jan Fajerski d3cecebacd include/types: format decimal numbers with decimal factor
Until now bytes and objects were formatted using si_t which used 1024 as
the factor to pretty print large numbers. For object counts a factor of
1000 is preferred. This commit retires the si_t formatting (as well as
prettybyte_t, kb_t and pretty_si_t) completely and adds structs and
formatting for binary and decimal units, bin_u_t and dec_u_t respectively.
Fixes: http://tracker.ceph.com/issues/22095

Signed-off-by: Jan Fajerski <jfajerski@suse.com>
2018-04-03 09:23:24 +02:00
..
test_daemon.sh scripts: fix bash path in shebangs 2017-07-27 13:24:26 -06:00
test_kvstore_tool.sh qa: --no-mon-config for ceph-objectstore-tool --op mkfs .. 2018-03-06 14:44:50 -06:00
test.sh include/types: format decimal numbers with decimal factor 2018-04-03 09:23:24 +02:00