← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2039463] Re: live migration jobs failing missing lxml

 

Reviewed:  https://review.opendev.org/c/openstack/nova/+/898435
Committed: https://opendev.org/openstack/nova/commit/bfdc99ffbbe4f67f6e2f04025a5634dd9b11dee0
Submitter: "Zuul (22348)"
Branch:    master

commit bfdc99ffbbe4f67f6e2f04025a5634dd9b11dee0
Author: Dan Smith <dansmith@xxxxxxxxxx>
Date:   Mon Oct 16 08:32:56 2023 -0700

    Install lxml before we need it in post-run
    
    Change-Id: Ibf6bfde6c524821fa5dc3c01b2eb57635e587de6
    Closes-Bug: #2039463


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/2039463

Title:
  live migration jobs failing missing lxml

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Our jobs that run the evacuate post hook are failing due to not being
  able to run the ansible virt module because of a missing lxml library:

  2023-10-16 14:38:57.818847 | TASK [run-evacuate-hook : Register running domains on subnode]
  2023-10-16 14:38:58.598524 | controller -> 172.99.67.184 | ERROR
  2023-10-16 14:38:58.598912 | controller -> 172.99.67.184 | {
  2023-10-16 14:38:58.598981 | controller -> 172.99.67.184 |   "msg": "The `lxml` module is not importable. Check the requirements."
  2023-10-16 14:38:58.599046 | controller -> 172.99.67.184 | }

  Not sure why this is coming up now, but it's likely related to the
  recent switch to global venv for our services and some other dep
  change that no longer gets us this on the host for free.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/2039463/+subscriptions



References