diff --git a/ceph.spec.in b/ceph.spec.in index d28484406b7..61e350ad41c 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 f2fcd603d87..761728ce9fa 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -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