[Bug 1940697] Re: missing erasure code plugin library libec_isa.so

Brian Murray 1940697 at bugs.launchpad.net
Tue Oct 5 16:46:52 UTC 2021


Hello Marco, or anyone else affected,

Accepted ceph into hirsute-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ceph/16.2.6-0ubuntu0.21.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ceph (Ubuntu Hirsute)
       Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-hirsute

-- 
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/1940697

Title:
  missing erasure code plugin library libec_isa.so

Status in OpenStack ceph-mon charm:
  Invalid
Status in ceph package in Ubuntu:
  Fix Released
Status in ceph source package in Hirsute:
  Fix Committed
Status in ceph source package in Impish:
  Fix Released

Bug description:
  [Impact]
  An upstream change to build requirements for the ISA-L EC plugin caused it not to be included in the Ceph package for Hirsute and Impish.

  Users upgrading from previous versions of Ubuntu making use of this
  feature would as such face a regression in Ubuntu.

  [Test Plan]
  The original bug description section below contains a clear reproducible way to test if the issue has been fixed.

  [Regression Potential]
  We are adding a build dependency which adds back a shared library that was previously included in the package, so I would consider the regression potential to be minimal.

  [Original Bug Description]
  After a fresh deployment of ceph-mon on maas/ubuntu-focal (source: cloud:focal-wallaby) the required library libec_isa.so for the isa erasure code plugin is missing.

  The command

  juju run-action ceph-mon/leader create-erasure-profile --params
  ./create_erasure_profile.yml --verbose --wait

  with this parameters in create_erasure_profile.yml

  name: ectest
  #m
  coding-chunks: 2
  #k
  data-chunks: 4
  device-class: hdd
  failure-domain: host
  plugin: isa

  fails with the error message

  unit-ceph-mon-0:
    UnitId: ceph-mon/0
    id: "14"
    message: 'Create erasure profile failed with message: Command ''[''ceph'', ''--id'',
      ''admin'', ''osd'', ''erasure-code-profile'', ''set'', ''ectest'', ''plugin=isa'',
      ''k=4'', ''m=2'', ''crush-failure-domain=host'', ''crush-device-class=hdd'']''
      returned non-zero exit status 5.'
    results:
      Stderr: |
        Error ENOENT: unknown erasure code profile 'ectest'
        Error EIO: load dlopen(/usr/lib/x86_64-linux-gnu/ceph/erasure-code/libec_isa.so): /usr/lib/x86_64-linux-gnu/ceph/erasure-code/libec_isa.so: cannot open shared object file: No such file or directory
    status: failed
    timing:
      completed: 2021-08-20 16:39:02 +0000 UTC
      enqueued: 2021-08-20 16:38:58 +0000 UTC
      started: 2021-08-20 16:39:00 +0000 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-mon/+bug/1940697/+subscriptions




More information about the Ubuntu-openstack-bugs mailing list