]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/osd/CMakeLists.txt: osd-dup.sh require BlueStore/AIO 14387/head
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 7 Apr 2017 08:05:25 +0000 (10:05 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 7 Apr 2017 08:05:25 +0000 (10:05 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/osd/CMakeLists.txt

index f5985dc542830e6f3205039e2dff5449cc97c4b1..f291026ad1bdc2acfcbdd247c8a105ab5f77d95a 100644 (file)
@@ -27,7 +27,9 @@ add_ceph_test(osd-scrub-repair.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-scrub-repair.s
 add_ceph_test(osd-scrub-snaps.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-scrub-snaps.sh)
 add_ceph_test(osd-copy-from.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-copy-from.sh)
 add_ceph_test(osd-fast-mark-down.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-fast-mark-down.sh)
-add_ceph_test(osd-dup.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-dup.sh)
+if(HAVE_LIBAIO)
+  add_ceph_test(osd-dup.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-dup.sh)
+endif()
 
 # unittest_osdmap
 add_executable(unittest_osdmap