]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
CMakeLists.txt: WITH_BLKIN off for now 14305/head
authorSage Weil <sage@redhat.com>
Fri, 5 May 2017 17:59:35 +0000 (13:59 -0400)
committerSage Weil <sage@redhat.com>
Fri, 5 May 2017 18:05:24 +0000 (14:05 -0400)
We are unconditionally linking lttng-ust, which make selinux complain. We
should either

 - fix selinux rules and unconditionally link
 - dlopen at runtime based on an option (like we do for the current
   tracepoints)
 - ???

Signed-off-by: Sage Weil <sage@redhat.com>
CMakeLists.txt

index af26681a01a66731152073fcf306954edafc1502..e33cf17744dda4538d559c5526c4b3057a58aeab 100644 (file)
@@ -337,7 +337,7 @@ find_package(dpdk)
 set(HAVE_DPDK ${DPDK_FOUND})
 endif(WITH_DPDK)
 
-option(WITH_BLKIN "Use blkin to emit LTTng tracepoints for Zipkin" ON)
+option(WITH_BLKIN "Use blkin to emit LTTng tracepoints for Zipkin" OFF)
 if(WITH_BLKIN)
   set(BLKIN_LIBRARIES blkin lttng-ust)
   include_directories(src/blkin/blkin-lib)