File tree Expand file tree Collapse file tree 3 files changed +0
-47
lines changed
Expand file tree Collapse file tree 3 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -242,12 +242,6 @@ if(WITH_XFS)
242242 set (HAVE_LIBXFS ${XFS_FOUND} )
243243endif ()
244244
245- option (WITH_ZFS "enable LibZFS if found" OFF )
246- if (WITH_ZFS)
247- find_package (zfs)
248- set (HAVE_LIBZFS ${ZFS_FOUND} )
249- endif ()
250-
251245option (WITH_BLUESTORE "Bluestore OSD backend" ON )
252246if (WITH_BLUESTORE)
253247 if (LINUX)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,15 +37,6 @@ if(HAVE_LIBXFS)
3737 fs/XFS.cc)
3838endif ()
3939
40- if (HAVE_LIBZFS)
41- add_library (os_zfs_objs OBJECT
42- filestore/ZFSFileStoreBackend.cc
43- fs/ZFS.cc)
44- target_include_directories (os_zfs_objs SYSTEM PRIVATE
45- ${ZFS_INCLUDE_DIRS} )
46- list (APPEND libos_srcs $<TARGET_OBJECTS:os_zfs_objs>)
47- endif ()
48-
4940add_library (os STATIC ${libos_srcs} )
5041target_link_libraries (os
5142 legacy-option-headers
@@ -66,10 +57,6 @@ if(WITH_FUSE)
6657 target_link_libraries (os FUSE::FUSE)
6758endif ()
6859
69- if (HAVE_LIBZFS)
70- target_link_libraries (os ${ZFS_LIBRARIES} )
71- endif ()
72-
7360if (WITH_LTTNG)
7461 add_dependencies (os objectstore-tp)
7562 add_dependencies (os bluestore-tp)
You can’t perform that action at this time.
0 commit comments