Skip to content

Commit

Permalink
test/erasure-code: remove ceph_erasure_code
Browse files Browse the repository at this point in the history
Its functionality is moved to ceph-erasure-code-tool.

Signed-off-by: Mykola Golub <mgolub@suse.com>
  • Loading branch information
trociny committed Apr 13, 2020
1 parent 53c75ee commit 56aaaf8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 210 deletions.
1 change: 0 additions & 1 deletion alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ ceph_test() {
ceph_bench_log \
ceph_kvstorebench \
ceph_multi_stress_watch \
ceph_erasure_code \
ceph_erasure_code_benchmark \
ceph_omapbench \
ceph_objectstore_bench \
Expand Down
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,6 @@ fi
%{_bindir}/ceph_bench_log
%{_bindir}/ceph_kvstorebench
%{_bindir}/ceph_multi_stress_watch
%{_bindir}/ceph_erasure_code
%{_bindir}/ceph_erasure_code_benchmark
%{_bindir}/ceph_omapbench
%{_bindir}/ceph_objectstore_bench
Expand Down
1 change: 0 additions & 1 deletion debian/ceph-test.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
usr/bin/ceph-client-debug
usr/bin/ceph-coverage
usr/bin/ceph_bench_log
usr/bin/ceph_erasure_code
usr/bin/ceph_erasure_code_benchmark
usr/bin/ceph_kvstorebench
usr/bin/ceph_multi_stress_watch
Expand Down
1 change: 0 additions & 1 deletion src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ add_dependencies(tests
cls_lock
ceph_test_objectstore
ceph_erasure_code_non_regression
ceph_erasure_code
cython_modules)
if (WITH_CEPHFS)
add_dependencies(tests ceph-mds)
Expand Down
5 changes: 0 additions & 5 deletions src/test/erasure-code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ install(TARGETS ceph_erasure_code_benchmark
add_executable(ceph_erasure_code_non_regression ceph_erasure_code_non_regression.cc)
target_link_libraries(ceph_erasure_code_non_regression ceph-common Boost::program_options global ${CMAKE_DL_LIBS})

add_executable(ceph_erasure_code ceph_erasure_code.cc)
target_link_libraries(ceph_erasure_code ceph-common Boost::program_options global ${CMAKE_DL_LIBS})
install(TARGETS ceph_erasure_code
DESTINATION bin)

add_library(ec_example SHARED
ErasureCodePluginExample.cc
$<TARGET_OBJECTS:erasure_code_objs>)
Expand Down
201 changes: 0 additions & 201 deletions src/test/erasure-code/ceph_erasure_code.cc

This file was deleted.

0 comments on commit 56aaaf8

Please sign in to comment.