]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_xattr_bench: drop
authorSage Weil <sage@redhat.com>
Mon, 29 Jan 2018 21:19:24 +0000 (15:19 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Feb 2018 14:21:29 +0000 (08:21 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
alpine/APKBUILD.in
ceph.spec.in
debian/ceph-test.install
src/test/CMakeLists.txt

index da86c00e00b764561814d6777106d516da461089..ae166d70f62188eaa4c217fa965ba42808289155 100644 (file)
@@ -438,7 +438,6 @@ ceph_test() {
                ceph_scratchtool \
                ceph_scratchtoolpp \
                ceph_test_* \
-               ceph_xattr_bench \
                ceph-coverage \
                ceph-monstore-tool \
                ceph-osdomap-tool \
index 290b153b2e2874c5c350e61213def7fbf5090aa6..58548ef053b976361df2ec0065bc980e675fb6a0 100644 (file)
@@ -1736,7 +1736,6 @@ fi
 %{_bindir}/ceph_scratchtool
 %{_bindir}/ceph_scratchtoolpp
 %{_bindir}/ceph_test_*
-%{_bindir}/ceph_xattr_bench
 %{_bindir}/ceph-coverage
 %{_bindir}/ceph-debugpack
 %{_mandir}/man8/ceph-debugpack.8*
index 9fe3f3a686c216fe8f3fbaa10d35d0e85125da9f..e2ccb9fe8000990cf41705ba758c271ea41201b1 100644 (file)
@@ -17,6 +17,5 @@ usr/bin/ceph_rgw_multiparser
 usr/bin/ceph_scratchtool
 usr/bin/ceph_scratchtoolpp
 usr/bin/ceph_test_*
-usr/bin/ceph_xattr_bench
 usr/lib/ceph/ceph-monstore-update-crush.sh
 usr/share/java/libcephfs-test.jar
index 4b9ee323123d9d9a782434c3a5ef268fe5c69266..e819ebc48f45b3d98a6c3fbc8db69bdf370c8c52 100644 (file)
@@ -412,29 +412,12 @@ if(PERF_LOCAL_FLAGS)
 endif()
 target_link_libraries(ceph_perf_local os global ${UNITTEST_LIBS})
 
-# ceph_xattr_bench
-add_executable(ceph_xattr_bench
-  xattr_bench.cc
-  )
-set_target_properties(ceph_xattr_bench PROPERTIES COMPILE_FLAGS
-  ${UNITTEST_CXX_FLAGS})
-target_link_libraries(ceph_xattr_bench
-  os
-  ceph-common
-  ${UNITTEST_LIBS}
-  global
-  ${EXTRALIBS}
-  ${BLKID_LIBRARIES}
-  ${CMAKE_DL_LIBS}
-  )
-
 install(TARGETS
   ceph_bench_log
   ceph_multi_stress_watch
   ceph_objectstore_bench
   ceph_omapbench
   ceph_perf_local
-  ceph_xattr_bench
   DESTINATION bin)
 
 # ceph_test_filejournal