ceph-osdomap-tool \
ceph-kvstore-tool \
ceph-debugpack \
- cephdeduptool
+ ceph-dedup-tool
_pkg $_libdir ceph/ceph-monstore-update-crush.sh
}
%{_bindir}/ceph_test_*
%{_bindir}/ceph-coverage
%{_bindir}/ceph-debugpack
-%{_bindir}/cephdeduptool
+%{_bindir}/ceph-dedup-tool
%{_mandir}/man8/ceph-debugpack.8*
%dir %{_libdir}/ceph
%{_libdir}/ceph/ceph-monstore-update-crush.sh
usr/bin/ceph_scratchtool
usr/bin/ceph_scratchtoolpp
usr/bin/ceph_test_*
-usr/bin/cephdeduptool
+usr/bin/ceph-dedup-tool
usr/lib/ceph/ceph-monstore-update-crush.sh
usr/share/java/libcephfs-test.jar
# CMake env
RADOS_TOOL="$CEPH_BIN/rados"
CEPH_TOOL="$CEPH_BIN/ceph"
- DEDUP_TOOL="$CEPH_BIN/cephdeduptool"
+ DEDUP_TOOL="$CEPH_BIN/ceph-dedup-tool"
else
# executables should be installed by the QA env
RADOS_TOOL=$(which rados)
CEPH_TOOL=$(which ceph)
- DEDUP_TOOL=$(which cephdeduptool)
+ DEDUP_TOOL=$(which ceph-dedup-tool)
fi
POOL=dedup_pool
install(TARGETS ceph-authtool DESTINATION bin)
if(WITH_TESTS)
-set(cephdeduptool_srcs ceph_dedup_tool.cc)
-add_executable(cephdeduptool ${cephdeduptool_srcs})
-target_link_libraries(cephdeduptool librados global cls_cas_client)
-install(TARGETS cephdeduptool DESTINATION bin)
+set(ceph_dedup_tool_srcs ceph_dedup_tool.cc)
+add_executable(ceph-dedup-tool ${ceph_dedup_tool_srcs})
+target_link_libraries(ceph-dedup-tool librados global cls_cas_client)
+install(TARGETS ceph-dedup-tool DESTINATION bin)
endif(WITH_TESTS)
if(WITH_CEPHFS)
f->dump_string("PID", stringify(get_pid()));
for (auto p : local_chunk_statistics) {
f->open_object_section("fingerprint object");
- f->dump_string("fingperint", p.first);
+ f->dump_string("fingerprint", p.first);
f->dump_string("count", stringify(p.second.first));
f->dump_string("chunk_size", stringify(p.second.second));
+ f->close_section();
}
f->close_section();
f->open_object_section("Status");