[Bug 1902276] Re: libvirtd going into a tight loop causing instances to not transition to ACTIVE

2021-07-19 Thread Lee Yarwood
** No longer affects: nova -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902276 Title: libvirtd going into a tight loop causing instances to not transition to ACTIVE To manage notifications

[Bug 1902276] Re: libvirtd going into a tight loop causing instances to not transition to ACTIVE

2021-07-09 Thread Lee Yarwood
What do we want to do with this bug? Ultimately the underlying issue is with the version of libvirt shipped in Bionic that's outside of our control. Should we move the bug to the libvirt component and ask the Ubuntu team if a rebase is even feasible? ** Also affects: libvirt Importance:

[Bug 1771700] Re: nova-lvm tempest job failing with InvalidDiskInfo

2020-11-06 Thread Lee Yarwood
** Changed in: nova/ocata Status: Fix Committed => Fix Released ** Changed in: nova/pike Status: Fix Committed => Fix Released ** Changed in: nova/queens Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1894804] Re: Second DEVICE_DELETED event missing during virtio-blk disk device detach

2020-10-02 Thread Lee Yarwood
Thanks Christian, I'll confirm that we see error from [2] with that PPA shortly. In the meantime I've removed the device detach retry logic from OpenStack Nova and now always see two DEVICE_DELETED events raised by QEMU after a single device_del request from libvirt:

[Bug 1894804] Re: Second DEVICE_DELETED event missing during virtio-blk disk device detach

2020-10-01 Thread Lee Yarwood
Here's an example from QMP_requests_and_replies_from_libvirtd.log.gz attached earlier to the bug by Kashyap. We can see two device_del commands prior to only seeing a single event emitted by QEMU: http://paste.openstack.org/show/798607/ # zgrep 0x7f768806eaf0

[Bug 1894804] Re: Second DEVICE_DELETED event missing during virtio-blk disk device detach

2020-10-01 Thread Lee Yarwood
While testing >=v5.0.0 on Fedora 32 I've stumbled across the following change in QEMU: https://github.com/qemu/qemu/commit/cce8944cc9efab47d4bf29cfffb3470371c3541b The change suggests that previously parallel requests to detach a PCIe device (such as virtio-blk) from QEMU would result in the

[Bug 1894804] Re: Second DEVICE_DELETED event missing during virtio-blk disk device detach

2020-10-01 Thread Lee Yarwood
> @Christian Yes we can test this in OpenStack CI with PPAs if you > could provide Bionic based builds. I'm not sure what I was thinking here but we *can* use Focal based builds of QEMU in CI now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1894804] Re: Second DEVICE_DELETED event missing during virtio-blk disk device detach

2020-09-30 Thread Lee Yarwood
@Christian Yes we can test this in OpenStack CI with PPAs if you could provide Bionic based builds. Better yet I could even try to setup a git bisect locally if you have steps to build from a source tree somewhere? @James Did you try using OpenStack CI sized hosts (8 vCPUs, 8GB of RAM) and the

[Bug 1896617] Re: Creation of image (or live snapshot) from the existing VM fails if libvirt-image-backend is configured to qcow2 starting from Ussuri

2020-09-23 Thread Lee Yarwood
** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896617 Title: Creation of image (or live snapshot) from the existing VM fails if

[Bug 1864020] Re: libvirt.libvirtError: Requested operation is not valid: format of backing image %s of image %s was not specified in the image metadata (See https://libvirt.org/kbase/backing_chains.h

2020-09-15 Thread Lee Yarwood
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864020 Title:

[Bug 1864020] Re: libvirt.libvirtError: Requested operation is not valid: format of backing image %s of image %s was not specified in the image metadata (See https://libvirt.org/kbase/backing_chains.h

2020-03-16 Thread Lee Yarwood
** Changed in: nova Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864020 Title: libvirt.libvirtError: Requested operation is not valid: format of

[Bug 1809454] Re: [SRU] nova rbd auth fallback uses cinder user with libvirt secret

2019-04-26 Thread Lee Yarwood
Released in 17.0.10. ** Changed in: nova/queens Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1809454 Title: [SRU] nova rbd auth fallback uses cinder

[Bug 1744758] Re: libvirt 2.5.0-3ubuntu5.6~cloud0 appears to be compiled without gnutls

2018-01-24 Thread Lee Yarwood
Thanks Corey, Christian, the new build WORKSFORME! # virsh attach-device test disk.xml error: Failed to attach device from disk.xml error: unsupported configuration: luks encryption requires encrypted secrets to be supported # add-apt-repository cloud-archive:ocata-proposed # apt-get update #

[Bug 1744758] Re: libvirt 2.5.0-3ubuntu5.6~cloud0 appears to be compiled without gnutls

2018-01-23 Thread Lee Yarwood
So the issue only appears with the Ocata UCA repo that provides the 2.5.0-3ubuntu5.6~cloud0 build. Why we are installing this in the OpenStack CI upgrade jobs between Pike and Queens is beyond me but something we should be able to correct outside of this bug. Anyway, here are some notes on

[Bug 1744758] [NEW] libvirt 2.5.0-3ubuntu5.6~cloud0 appears to be compiled without gnutls

2018-01-22 Thread Lee Yarwood
Public bug reported: Currently seeing the following error in OpenStack CI on 16.04 with Libvirt 2.5.0 provided via the UCA when attempting to create a `luks` Libvirt secret: http://logs.openstack.org/50/536350/1/check/legacy-grenade-dsvm-neutron- multinode-live-

[Bug 1680162] Re: Ubuntu17.04 KVM: Non-shared migration: nbd_receive_request():L710: read failed

2017-04-26 Thread Lee Yarwood
As discussed on the ML in c#25 we are continuing to see this in the OpenStack CI. I've included some links to some examples below : http://logs.openstack.org/43/458843/1/check/gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial/747160c/logs/subnode-2/libvirt/qemu/instance-0002.txt.gz

[Bug 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

2016-04-18 Thread Lee Yarwood
Moving to invalid as this should no longer reproduce against Liberty or Mitaka after the move os-brick. Please reopen and reassign to os-brick if this issue persists. ** Changed in: nova Status: Incomplete => Invalid ** Changed in: nova Assignee: Jorge Niedbalski (niedbalski) =>