]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Enable writing data to HM-SMR hard drives. 35111/head
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Mon, 18 May 2020 21:08:25 +0000 (17:08 -0400)
committerAbutalib Aghayev <agayev@cs.cmu.edu>
Fri, 22 May 2020 16:37:24 +0000 (12:37 -0400)
commitab865ca002c9ff9b2f2b968b4bfa8acf406f7fa5
tree9428013d29e07a3de10264b5f0c06ee49fe13361
parentf8bbf9699022c0173396cfe0567c05362e1c54dd
os/bluestore: Enable writing data to HM-SMR hard drives.

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
16 files changed:
CMakeLists.txt
cmake/modules/Findzbc.cmake [new file with mode: 0644]
doc/dev/zoned-storage.rst [new file with mode: 0644]
src/common/options.cc
src/include/config-h.in.cmake
src/os/CMakeLists.txt
src/os/bluestore/Allocator.cc
src/os/bluestore/BlockDevice.cc
src/os/bluestore/BlockDevice.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h
src/os/bluestore/HMSMRDevice.cc [new file with mode: 0644]
src/os/bluestore/HMSMRDevice.h [new file with mode: 0644]
src/os/bluestore/ZonedAllocator.cc [new file with mode: 0644]
src/os/bluestore/ZonedAllocator.h [new file with mode: 0644]
src/vstart.sh