]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Switch from libzbc library to libzbd library
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Wed, 2 Sep 2020 20:12:50 +0000 (16:12 -0400)
committerAbutalib Aghayev <agayev@cs.cmu.edu>
Sun, 6 Sep 2020 16:35:05 +0000 (12:35 -0400)
commitbb488b06c972ae5b6e65684b749636aa6668a6bc
treec6e60f5a2ee560ff64bfacd9e1da04efbba72915
parente4a37f6338cf39e76228492897c1f2165e294dba
os/bluestore: Switch from libzbc library to libzbd library

Libzbc maintainers recommend switching to libzbd, which is lighter and supports
both ZNS SSDs and HM-SMR HDDs.

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
CMakeLists.txt
cmake/modules/Findzbc.cmake [deleted file]
cmake/modules/Findzbd.cmake [new file with mode: 0644]
src/blk/BlockDevice.cc
src/blk/BlockDevice.h
src/blk/CMakeLists.txt
src/blk/zoned/HMSMRDevice.cc
src/include/config-h.in.cmake
src/os/CMakeLists.txt
src/os/bluestore/Allocator.cc
src/os/bluestore/FreelistManager.cc