mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
d3cecebacd
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> |
||
---|---|---|
.. | ||
test_daemon.sh | ||
test_kvstore_tool.sh | ||
test.sh |