From: Loic Dachary Date: Thu, 19 Dec 2013 11:12:41 +0000 (+0100) Subject: osd: erasure code benchmark is installed is part of ceph-test X-Git-Tag: v0.75~65^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42b4fe14960159493ed34dcfff73118dbaa829ad;p=ceph.git osd: erasure code benchmark is installed is part of ceph-test Add to the packaging for RPMs and DEBs Signed-off-by: Loic Dachary --- diff --git a/ceph.spec.in b/ceph.spec.in index f5d32c9b775..47d207645f9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -614,6 +614,7 @@ fi %{_bindir}/ceph_dupstore %{_bindir}/ceph_kvstorebench %{_bindir}/ceph_multi_stress_watch +%{_bindir}/ceph_erasure_code_benchmark %{_bindir}/ceph_omapbench %{_bindir}/ceph_psim %{_bindir}/ceph_radosacl diff --git a/debian/ceph-test.install b/debian/ceph-test.install index dd74ad1ab13..d2c84408de0 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -5,6 +5,7 @@ usr/bin/ceph_filestore_dump usr/bin/ceph_filestore_tool usr/bin/ceph_kvstorebench usr/bin/ceph_multi_stress_watch +usr/bin/ceph_erasure_code_benchmark usr/bin/ceph_omapbench usr/bin/ceph_psim usr/bin/ceph_radosacl