From 8ae0a0169fd980a73f6a237a64b7f5dabc59c56f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 29 Jan 2018 15:19:24 -0600 Subject: [PATCH] ceph_xattr_bench: drop Signed-off-by: Sage Weil --- alpine/APKBUILD.in | 1 - ceph.spec.in | 1 - debian/ceph-test.install | 1 - src/test/CMakeLists.txt | 17 ----------------- 4 files changed, 20 deletions(-) diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index da86c00e00b76..ae166d70f6218 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -438,7 +438,6 @@ ceph_test() { ceph_scratchtool \ ceph_scratchtoolpp \ ceph_test_* \ - ceph_xattr_bench \ ceph-coverage \ ceph-monstore-tool \ ceph-osdomap-tool \ diff --git a/ceph.spec.in b/ceph.spec.in index 290b153b2e287..58548ef053b97 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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* diff --git a/debian/ceph-test.install b/debian/ceph-test.install index 9fe3f3a686c21..e2ccb9fe80009 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -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 diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 4b9ee323123d9..e819ebc48f45b 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -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 -- 2.39.5