[Yahoo-eng-team] [Bug 2019460] Re: nova-compute 23.2.2-0ubuntu1~cloud2 unable to detach volumes

2023-05-13 Thread Corey Bryant
This bug was fixed in the package nova - 2:22.4.0-0ubuntu1~cloud3 --- nova (2:22.4.0-0ubuntu1~cloud3) focal-victoria; urgency=medium . * SECURITY REGRESSION: Regression with volume drivers (LP: #2019460) - debian/patches/CVE-2023-2088.patch: Updated to add missing force

[Yahoo-eng-team] [Bug 2019460] Re: nova-compute 23.2.2-0ubuntu1~cloud2 unable to detach volumes

2023-05-13 Thread Corey Bryant
This bug was fixed in the package nova - 3:23.2.2-0ubuntu1~cloud3 --- nova (3:23.2.2-0ubuntu1~cloud3) focal-wallaby; urgency=medium . * SECURITY REGRESSION: Regression with volume drivers (LP: #2019460) - debian/patches/CVE-2023-2088.patch: Updated to add missing force

[Yahoo-eng-team] [Bug 2019460] Please test proposed package

2023-05-13 Thread Corey Bryant
Hello Zakhar, or anyone else affected, Accepted nova into wallaby-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository. Please help us by testing this new package. To enable the -proposed repository: sudo add-apt

[Yahoo-eng-team] [Bug 2019460] Re: nova-compute 23.2.2-0ubuntu1~cloud2 unable to detach volumes

2023-05-13 Thread Corey Bryant
** Changed in: nova Status: New => Invalid -- 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/2019460 Title: nova-compute 23.2.2-0ubuntu1~cloud2 unable to detach volu

[Yahoo-eng-team] [Bug 2019460] Re: nova-compute 23.2.2-0ubuntu1~cloud2 unable to detach volumes

2023-05-13 Thread Corey Bryant
It looks like some volume drivers that exist prior to xena are missing the force parameter. I'll get a fix going for this asap. ** Also affects: cloud-archive/wallaby Importance: Undecided Status: New ** Also affects: cloud-archive/ussuri Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 2019463] [NEW] processutils.trycmd('fallocate', '-l', '1', filepath) incorrect

2023-05-13 Thread jichenjc
Public bug reported: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/imagebackend.py#L307 is incorrect, we need `-n` to specify the filename in order to detect potential error some test result, the file system is not able to fallocate so 2nd result is expected ``` >>> from oslo