]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
packaging: include ceph_perf_objectstore 3992/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 13 Mar 2015 22:08:35 +0000 (16:08 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 13 Mar 2015 22:14:51 +0000 (16:14 -0600)
The /usr/bin/ceph_perf_objectstore file is installed by default. Prior
to this commit it was missing from the packaging. This caused the RPM to
fail to build in mock.

Add ceph_perf_objectstore to the "ceph-test" RPM and Debian package.

If we end up developing further ceph_perf_* utilities, it would make
sense to glob them all with a wildcard, similar to what we are doing
with all the ceph_test_* utilities in ceph-test.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph.spec.in
debian/ceph-test.install

index d28484406b7566bb9113fa0e00eee8666fedc961..61e350ad41cef6ff9286821abb1e37d576ff6791 100644 (file)
@@ -855,6 +855,7 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
 %{_bindir}/ceph_erasure_code
 %{_bindir}/ceph_erasure_code_benchmark
 %{_bindir}/ceph_omapbench
+%{_bindir}/ceph_perf_objectstore
 %{_bindir}/ceph_psim
 %{_bindir}/ceph_radosacl
 %{_bindir}/ceph_rgw_jsonparser
index f2fcd603d87dc95aa14bd545ac4bc5fc849f47c9..761728ce9fa25052535c6d1798769d02196367f3 100644 (file)
@@ -6,6 +6,7 @@ usr/bin/ceph_multi_stress_watch
 usr/bin/ceph_erasure_code
 usr/bin/ceph_erasure_code_benchmark
 usr/bin/ceph_omapbench
+usr/bin/ceph_perf_objectstore
 usr/bin/ceph_psim
 usr/bin/ceph_radosacl
 usr/bin/ceph_rgw_jsonparser