]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common: Add pretty_binary_string conversions
authorAdam Kupczyk <akupczyk@redhat.com>
Tue, 28 Apr 2020 09:47:52 +0000 (11:47 +0200)
committerAdam Kupczyk <akupczyk@redhat.com>
Wed, 29 Apr 2020 10:03:12 +0000 (12:03 +0200)
commit6b254a78729d79d424ab234d5ca3e8855c374fde
tree825c2daa0539fa7391655b8d703009b9f0abffd3
parent63d690fcc52b28e0d62e1e422198853c94938f14
common: Add pretty_binary_string conversions

Moved all incarnations of pretty binary printing into one common place.

Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
src/common/CMakeLists.txt
src/common/pretty_binary.cc [new file with mode: 0644]
src/common/pretty_binary.h [new file with mode: 0644]
src/kv/RocksDBStore.h
src/os/bluestore/BlueStore.cc
src/os/kstore/KStore.cc
src/test/common/CMakeLists.txt
src/test/common/test_pretty_binary.cc [new file with mode: 0644]