Skip to content

Commit

Permalink
remove ceph_dupstore
Browse files Browse the repository at this point in the history
This is broken and useless.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Oct 27, 2014
1 parent a6357f2 commit b889b6b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 117 deletions.
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%files -n ceph-test
%defattr(-,root,root,-)
%{_bindir}/ceph_bench_log
%{_bindir}/ceph_dupstore
%{_bindir}/ceph_kvstorebench
%{_bindir}/ceph_multi_stress_watch
%{_bindir}/ceph_erasure_code
Expand Down
1 change: 0 additions & 1 deletion debian/ceph-test.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
usr/bin/ceph-coverage
usr/bin/ceph_bench_log
usr/bin/ceph_dupstore
usr/bin/ceph_objectstore_tool
usr/bin/ceph_kvstorebench
usr/bin/ceph_multi_stress_watch
Expand Down
1 change: 0 additions & 1 deletion src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Makefile
/ceph-syn
/ceph.conf
/ceph_bench_log
/ceph_dupstore
/ceph_objectstore_tool
/ceph_mon_store_converter
/ceph_multi_stress_watch
Expand Down
4 changes: 0 additions & 4 deletions src/tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ ceph_psim_SOURCES = tools/psim.cc
ceph_psim_LDADD = $(CEPH_GLOBAL)
bin_DEBUGPROGRAMS += ceph_psim

ceph_dupstore_SOURCES = tools/dupstore.cc
ceph_dupstore_LDADD = $(LIBOS) $(CEPH_GLOBAL)
bin_DEBUGPROGRAMS += ceph_dupstore

ceph_radosacl_SOURCES = tools/radosacl.cc
ceph_radosacl_LDADD = $(LIBRADOS) $(CEPH_GLOBAL)
bin_DEBUGPROGRAMS += ceph_radosacl
Expand Down
110 changes: 0 additions & 110 deletions src/tools/dupstore.cc

This file was deleted.

0 comments on commit b889b6b

Please sign in to comment.