From: Haomai Wang Date: Thu, 11 Jun 2015 16:27:31 +0000 (+0800) Subject: debian, rpm: Add ceph_perf_msgr_* to build file X-Git-Tag: v9.0.3~164^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97ff79d5180fcb10f7d0b868d82cbdcba97fd0aa;p=ceph.git debian, rpm: Add ceph_perf_msgr_* to build file Signed-off-by: Haomai Wang --- diff --git a/ceph.spec.in b/ceph.spec.in index 312cf97bd47d..999a14606e27 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -944,6 +944,8 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 %{_bindir}/ceph_omapbench %{_bindir}/ceph_perf_objectstore %{_bindir}/ceph_perf_local +%{_bindir}/ceph_perf_msgr_client +%{_bindir}/ceph_perf_msgr_server %{_bindir}/ceph_psim %{_bindir}/ceph_radosacl %{_bindir}/ceph_rgw_jsonparser diff --git a/debian/ceph-test.install b/debian/ceph-test.install index 7b9d28deb166..8337b300c23a 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -7,6 +7,8 @@ usr/bin/ceph_erasure_code_benchmark usr/bin/ceph_omapbench usr/bin/ceph_perf_objectstore usr/bin/ceph_perf_local +usr/bin/ceph_perf_msgr_client +usr/bin/ceph_perf_msgr_server usr/bin/ceph_psim usr/bin/ceph_radosacl usr/bin/ceph_rgw_jsonparser