[Bug 1507244] Re: Missing erasure coding plugins for jerasure/neon and shec

Steve Tsai steve at synso.com
Sun Nov 8 13:23:49 UTC 2015


I installed the package to Wily armhf platform and the issue was fixed.
The following erasure libraries are installed and there are no symbolic
links now.


-rw-r--r-- 1 root root  308688 Nov  4 20:03 libec_jerasure.so                   
-rw-r--r-- 1 root root  468524 Nov  4 20:03 libec_jerasure_generic.so           
-rw-r--r-- 1 root root  472620 Nov  4 20:03 libec_jerasure_neon.so              
-rw-r--r-- 1 root root 1390044 Nov  4 20:03 libec_lrc.so                        
-rw-r--r-- 1 root root  480812 Nov  4 20:03 libec_shec.so                       
 
Steve

-- 
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:
  New
Status in ceph source package in Wily:
  Fix Committed
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