]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake/os: remove WITH_ZFS option
authorCasey Bodley <cbodley@redhat.com>
Wed, 3 Jul 2024 18:52:01 +0000 (14:52 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 3 Jul 2024 18:52:03 +0000 (14:52 -0400)
commit52be40e256b1f52e2b7a87f1196f0892c49d367d
tree1bd7345560e65658665872b06468d455b082d800
parente884e3ae021f319745b6c5ed77bd258fc96af812
cmake/os: remove WITH_ZFS option

when enabled and found, the os_zfs_objs target would reference a missing
file filestore/ZFSFileStoreBackend.cc and cmake would fail to configure

i take this to mean that WITH_ZFS was accidentally left over from
filestore's removal. drop all references to WITH_ZFS, along with the
corresponding Findzfs.cmake script

Signed-off-by: Casey Bodley <cbodley@redhat.com>
CMakeLists.txt
cmake/modules/Findzfs.cmake [deleted file]
src/os/CMakeLists.txt