From 5af17733c72f40527154eb31e26e9c5d7cac4d88 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 16 Dec 2020 15:43:45 +0800 Subject: [PATCH] rpm: package crimson-store-nbd in ceph-test package when building with seastar enabled, package crimson-store-ndb in "ceph-test" package. "crimson-store-nbd" is a new tool for testing seastore using nbd. Signed-off-by: Kefu Chai --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index a091b2caecf41..0f768a912d97b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2170,6 +2170,9 @@ fi %{_bindir}/ceph-coverage %{_bindir}/ceph-debugpack %{_bindir}/ceph-dedup-tool +%if 0%{with seastar} +%{_bindir}/crimson-store-nbd +%endif %{_mandir}/man8/ceph-debugpack.8* %dir %{_libdir}/ceph %{_libdir}/ceph/ceph-monstore-update-crush.sh -- 2.39.5