]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm,deb: package librbd parent cache plugin with librbd 35158/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 20 May 2020 21:02:54 +0000 (17:02 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 21 May 2020 18:50:33 +0000 (14:50 -0400)
The librbd parent cache is an initial testbed for librbd plugin
support. The shared library will be packaged with librbd for the
time being.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
ceph.spec.in
debian/librbd1.install

index 74f32bb865c3cf957323ab861361c82e37c6310c..eda4c6a8da7ee50e9bf4250a689208412e3e1d02 100644 (file)
@@ -2128,6 +2128,8 @@ fi
 %if %{with lttng}
 %{_libdir}/librbd_tp.so.*
 %endif
+%dir %{_libdir}/ceph/librbd
+%{_libdir}/ceph/librbd/libceph_*.so*
 
 %post -n librbd1 -p /sbin/ldconfig
 
index 0479538016208de23cd28dbb30fb2bf08d6ce7ec..8c9fc46a2ca57d1a2948a315976e31cdf4fbf1ea 100644 (file)
@@ -1,2 +1,3 @@
 usr/lib/librbd.so.*
 usr/lib/librbd_tp.so.*
+usr/lib/ceph/librbd/*