summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPere Diaz Bou <pere-altea@hotmail.com>2024-01-04 14:30:31 +0100
committerPere Diaz Bou <pere-altea@hotmail.com>2024-01-09 23:08:05 +0100
commit03e11acca048a43ce183be68a5db1c039b7ca485 (patch)
treeab9458f132684977387a914713710f3c678ce509 /CMakeLists.txt
parentos/bluestore: remove zoned namespace support (diff)
downloadceph-03e11acca048a43ce183be68a5db1c039b7ca485.tar.xz
ceph-03e11acca048a43ce183be68a5db1c039b7ca485.zip
os/bluestore: remove zoned from crimson
Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2df55a75e1..582eda5c74d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -233,13 +233,6 @@ endif()
include(CMakeDependentOption)
-CMAKE_DEPENDENT_OPTION(WITH_ZBD "Enable libzbd bluestore backend" OFF
- "WITH_BLUESTORE" OFF)
-if(WITH_ZBD)
- find_package(zbd REQUIRED)
- set(HAVE_LIBZBD ${ZBD_FOUND})
-endif()
-
CMAKE_DEPENDENT_OPTION(WITH_LIBURING "Enable io_uring bluestore backend" ON
"WITH_BLUESTORE;HAVE_LIBAIO" OFF)
set(HAVE_LIBURING ${WITH_LIBURING})