From 95818dac1522c218662ec12bd42c470d8394b3b9 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 13 Mar 2015 16:08:35 -0600 Subject: [PATCH] packaging: include ceph_perf_objectstore 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 (cherry picked from commit 338b44bc74bc4597939c5c58f2a6f2cb08de7d9c) --- ceph.spec.in | 1 + debian/ceph-test.install | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 182ced5085d..f3cfaf003f2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 diff --git a/debian/ceph-test.install b/debian/ceph-test.install index 1ffb60e8722..1af1a4f1cea 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -5,6 +5,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 -- 2.47.3