mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
packaging: add all erasure code plugins to RPM packages
It means distributing a few plugins that are only used for unit testing but it does not use much disk space and this is otherwise harmless. Explicitly listing which plugins are to be installed is problematic because some of them (isa for now and maybe more later) are not available for all architectures. Properly maintaining the list of plugins to install would therefore mean exactly matching which architecture has which plugins. http://tracker.ceph.com/issues/9381 Fixes: #9381 Signed-off-by: Loic Dachary <loic-201408@dachary.org>
This commit is contained in:
parent
d5777c4215
commit
e9b09e8cc1
@ -486,13 +486,7 @@ fi
|
||||
%{_libdir}/rados-classes/libcls_user.so*
|
||||
%{_libdir}/rados-classes/libcls_version.so*
|
||||
%dir %{_libdir}/ceph/erasure-code
|
||||
%{_libdir}/ceph/erasure-code/libec_example.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_fail_to_initialize.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_fail_to_register.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_hangs.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_jerasure*.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_test_jerasure*.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_missing_entry_point.so*
|
||||
%{_libdir}/ceph/erasure-code/libec_*.so*
|
||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
||||
/usr/lib/udev/rules.d/60-ceph-partuuid-workaround.rules
|
||||
/usr/lib/udev/rules.d/95-ceph-osd.rules
|
||||
|
Loading…
Reference in New Issue
Block a user