[Bug 1507244] Re: Missing erasure coding plugins for jerasure/neon and shec
Launchpad Bug Tracker
1507244 at bugs.launchpad.net
Wed Nov 18 15:19:56 UTC 2015
This bug was fixed in the package ceph - 0.94.5-0ubuntu0.15.10.1
---------------
ceph (0.94.5-0ubuntu0.15.10.1) wily; urgency=medium
* New upstream release (LP: #1512292):
- d/p/ceph-radosgw-init.patch: Dropped, included upstream.
- d/p/*: Refresh
* Fixup problems with missing erasure coding plugins and dangling
symlinks (LP: #1507244):
- d/p/modules.patch: Add jerasure_neon and shec erasure coding plugins
to generate unversioned so's for plugin loading.
- d/rules: Ensure that any remaining versioned so symlinks are dropped
from the packaging - this is all test code.
-- James Page <james.page at ubuntu.com> Wed, 04 Nov 2015 09:43:19 +0000
** Changed in: ceph (Ubuntu Wily)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1507244
Title:
Missing erasure coding plugins for jerasure/neon and shec
Status in ceph package in Ubuntu:
Fix Released
Status in ceph source package in Vivid:
Fix Committed
Status in ceph source package in Wily:
Fix Released
Status in ceph source package in Xenial:
Fix Released
Bug description:
[Impact]
Neon optimized jerasure plugin is built but not included in packages; this results in use of the un-optimized jerasure plugin in this use case.
Likewise the SHEC based plugin is built, but not shipped.
A number of dangling symlinks are also installed in the ceph package.
[Test Case]
sudo apt-get install ceph
ls -l /usr/lib/*/ceph/erasure-code
<missing libec_jerasure_neon.so>
<missing libec_shec.so>
dangling symlinks.
[Regression Potential]
Minimal; The proposed fix just ensures that the missing plugins are built with a unversioned .so extension, and drops the dangling symlinks from the install.
[Original Bug Report]
ceph_0.94.3-0ubuntu0.15.04.1_armhf.deb does not include the following libraries in /usr/lib/arm-linux-gnueabihf/ceph/erasure-code
libec_example.so.0.0.0
libec_fail_to_initialize.so.0.0.0
libec_fail_to_register.so.0.0.0
libec_hangs.so.0.0.0
libec_jerasure_neon.so.2.0.0
libec_missing_entry_point.so.0.0.0
libec_missing_version.so.0.0.0
libec_shec.so.1.0.0
libec_test_jerasure_generic.so.0.0.0
libec_test_jerasure_neon.so.0.0.0
libec_test_jerasure_sse3.so.0.0.0
libec_test_jerasure_sse4.so.0.0.0
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1507244/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list