[Yahoo-eng-team] [Bug 1904726] Re: Live migration of instances with ephemeral storage inconsistent errors

2021-10-22 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs

[Yahoo-eng-team] [Bug 1948412] Re: fwaas_driver.ini

2021-10-22 Thread Rodolfo Alonso
Hello Jonas: FWaaS is no longer maintained: https://github.com/search?q=org%3Aopenstack+fwaas About the OVN config issue. Section (4) is referring to the OVN northd service, not the OVS service. Those are different things. Regards. ** Changed in: neutron Status: New => Invalid -- You

[Yahoo-eng-team] [Bug 1948466] [NEW] [OVN] Mech driver fails to delete DHCP options during subnet deletion

2021-10-22 Thread Rodolfo Alonso
Public bug reported: Snippet: https://paste.opendev.org/show/810168/ I can't provide a link to a CI execution, I saw this error in an internal CI. I'm still investigating when this could happen. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notifi

[Yahoo-eng-team] [Bug 1931696] Re: ovs offload broken from neutron 16.3.0 onwards

2021-10-22 Thread Alex Kavanagh
** Changed in: charm-neutron-openvswitch Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1931696 Title: ovs offload broken from neutron 16.3.0

[Yahoo-eng-team] [Bug 1948447] Re: [sriov]The version of pyroute2 should be upgrade in requirement.txt

2021-10-22 Thread Rodolfo Alonso
Hello: The patch increasing the buffer size [1] is in pyroute2 0.6.4 [2]. The minimum version Neutron installs is 0.6.4 [3]. Regards. [1]https://github.com/svinota/pyroute2/commit/6c68b402a2c9546d6c6d10806a5c3d9bafb1f558 [2]https://github.com/svinota/pyroute2/commits/0.6.4 [3]https://github.com

[Yahoo-eng-team] [Bug 1948459] [NEW] cloud-init hotplug hook breaks ZFS Test Suite

2021-10-22 Thread Rich
Public bug reported: ZTS does a lot of spawning of relatively short-lived zvols, and the cloud-init hotplug udev rule seems to be causing them to stay open for much longer than the test suite needs them to be, leading to a whole bunch of failures when the scripts expect the devices to actually go

[Yahoo-eng-team] [Bug 1948457] [NEW] [OVN] Logical router port must have at least one network

2021-10-22 Thread Rodolfo Alonso
Public bug reported: When adding a LRP into the OVN NB DB, the minimum number of networks should be 1 [1]. Error snippet: https://paste.opendev.org/show/810166/ [1]https://github.com/ovn- org/ovn/blob/0ecc131512b153118260853f6fd494d6dead0dff/ovn- nb.ovsschema#L391-L393 ** Affects: neutron

[Yahoo-eng-team] [Bug 1948452] [NEW] qvo ports are not removed correctly when an instance is deleted immediately after creation

2021-10-22 Thread Ashutosh Tiwari
Public bug reported: Release version: Neutron: stable/Ussuri (Open vSwitch) 2.11.1 on searching the issue i see this raised earlier on Mirantis Openstack, https://bugs.launchpad.net/mos/+bug/1711637 As mentioned in the link above, this is leading to excessive logging at OVS, 2021-10-22T03:40:0

[Yahoo-eng-team] [Bug 1948450] [NEW] cloud-init analize fails miserably if there is no log file

2021-10-22 Thread Marcos Dione
Public bug reported: [root@demo3-node1 ~]# cloud-init analyze show Traceback (most recent call last): File "/usr/bin/cloud-init", line 9, in load_entry_point('cloud-init==18.2', 'console_scripts', 'cloud-init')() File "/usr/lib/python2.7/site-packages/cloudinit/cmd/main.py", line 882, in

[Yahoo-eng-team] [Bug 1948447] [NEW] [sriov]The version of pyroute2 should be upgrade in requirement.txt

2021-10-22 Thread Liu Xie
Public bug reported: Through this bug[1], we should upgrade the version of pyroute2 to 0.6.5 in requirement.txt. [1]https://bugs.launchpad.net/ubuntu/+source/pyroute2/+bug/1904730 ** Affects: neutron Importance: Undecided Status: New ** Tags: sriov ** Summary changed: - The ve

[Yahoo-eng-team] [Bug 1948412] [NEW] fwaas_driver.ini

2021-10-22 Thread Jonas Savulionis
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: This doc is inaccurate in this way: Ubuntu 20.04 xena install neutron self service network missing file /etc/

[Yahoo-eng-team] [Bug 1948393] [NEW] useless configuration options in 'nova.conf'

2021-10-22 Thread Rahul Singh
Public bug reported: I was trying to add a retry for glance operations via nova. I came across below options defined in the conf: [glance] .. #connect_retries = #connect_retry_delay = #status_code_retries = #status_code_retry_delay = === I tried to set som