Re: [ovs-dev] [PATCH] socket: Increase listen backlog to 128 everywhere.

2024-06-05 Thread Brian Haley
Maximets. On Tue, Jun 4, 2024 at 11:05 AM Simon Horman wrote: + Ihar On Fri, May 31, 2024 at 03:40:08PM -0400, Brian Haley wrote: An earlier patch [1] increased the size of the listen backlog to 64. While that was a huge improvement over 10, further testing in large deployments showed 128

[ovs-dev] [PATCH] socket: Increase listen backlog to 128 everywhere.

2024-05-31 Thread Brian Haley
/ovs/commit/2b7efee031c3a2205ad2ee999275893edd083c1c [2] https://github.com/openvswitch/ovs/commit/2b7efee031c3a2205ad2ee999275893edd083c1c Signed-off-by: Brian Haley --- lib/socket-util.c| 2 +- python/ovs/stream.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib

[Bug 2017748] Re: [SRU] OVN: ovnmeta namespaces missing during scalability test causing DHCP issues

2024-05-01 Thread Brian Haley
Sorry, just clicked the wrong buttons, trying to get this targeted to the UCA back to Ussuri. ** Also affects: neutron/wallaby Importance: Undecided Status: New ** Also affects: neutron/xena Importance: Undecided Status: New ** Also affects: neutron/ussuri Importance:

[Yahoo-eng-team] [Bug 2017748] Re: [SRU] OVN: ovnmeta namespaces missing during scalability test causing DHCP issues

2024-05-01 Thread Brian Haley
Sorry, just clicked the wrong buttons, trying to get this targeted to the UCA back to Ussuri. ** Also affects: neutron/wallaby Importance: Undecided Status: New ** Also affects: neutron/xena Importance: Undecided Status: New ** Also affects: neutron/ussuri Importance:

[Bug 2051935] Re: [OVN] SNAT only happens for subnets directly connected to a router

2024-04-19 Thread Brian Haley
BTW, Terry Wilson found the original neutron bug where this behavior was introduced in neutron, allowing all subnets indirectly connected to a router to use the default SNAT address. https://bugs.launchpad.net/neutron/+bug/1386041 Wanted to make sure that was documented. -- You received this

[Yahoo-eng-team] [Bug 2060808] Re: already associated floating ip can be associated to another server without check or warning

2024-04-10 Thread Brian Haley
Well, for the PUT operation it's the same thing for neutron (and the same call here [0]), whether the port is null or another valid port id, neutron is going to update it. As I mentioned in the other bug, it will be up to the Nova team to determine if it's API is working correctly. [0] PUT

[Yahoo-eng-team] [Bug 2060812] Re: removing floating ip from server does not check the server

2024-04-10 Thread Brian Haley
The Neutron API is only associating a floating IP with an internal port [0], there is no check for a server as that is under the purview of Nova. Neutron will only raise a 409 on a 'create' call if the floating IP is already in-use, but not on a call to update it - either clearing or moving to

Re: [ovs-discuss] Question on listen backlog

2024-04-04 Thread Brian Haley via discuss
On 4/4/24 12:59 PM, Ilya Maximets wrote: On 4/4/24 18:07, Brian Haley wrote: Hi, On 4/4/24 6:12 AM, Ilya Maximets wrote: On 4/3/24 22:15, Brian Haley via discuss wrote: Hi, I recently have been seeing issues in a large environment where the listen backlog of ovsdb-server, both NB and SB

Re: [ovs-discuss] Question on listen backlog

2024-04-04 Thread Brian Haley via discuss
Hi, On 4/4/24 6:12 AM, Ilya Maximets wrote: On 4/3/24 22:15, Brian Haley via discuss wrote: Hi, I recently have been seeing issues in a large environment where the listen backlog of ovsdb-server, both NB and SB, is getting over-flowed, for example: 17842 times the listen queue of a socket

Re: [ovs-discuss] Question on listen backlog

2024-04-03 Thread Brian Haley via discuss
Hi Ihar, On 4/3/24 4:37 PM, Ihar Hrachyshka wrote: On Wed, Apr 3, 2024 at 4:15 PM Brian Haley via discuss mailto:ovs-discuss@openvswitch.org>> wrote: Hi, I recently have been seeing issues in a large environment where the listen backlog of ovsdb-server, both NB and SB, is g

[ovs-discuss] Question on listen backlog

2024-04-03 Thread Brian Haley via discuss
Hi, I recently have been seeing issues in a large environment where the listen backlog of ovsdb-server, both NB and SB, is getting over-flowed, for example: 17842 times the listen queue of a socket overflowed 17842 SYNs to LISTEN sockets dropped There is more on NB than SB, but I was

Re: [ovs-dev] [PATCH] Rename primary development branch as main.

2024-03-21 Thread Brian Haley
Hi, On 3/21/24 6:09 AM, Simon Horman wrote: Recently OVS adopted a policy of using the inclusive naming word list v1 [1, 2]. In keeping with this policy rename the primary development branch from 'master' to 'main'. This patch does not actually make that change, but rather updates references

Re: [Dnsmasq-discuss] [PATCH] Fix potential memory leak

2024-03-18 Thread Brian Haley
Hi, On 3/16/24 6:07 AM, Geert Stappers wrote: On Sat, Mar 02, 2024 at 05:03:01PM +0100, Geert Stappers wrote: On Fri, Mar 01, 2024 at 04:43:20PM -0500, Brian Haley wrote: When a new IPv6 address is being added to a dhcp_config struct, if there is anything invalid regarding the prefix it looks

Re: [Dnsmasq-discuss] [PATCH] Fix potential memory leak

2024-03-17 Thread Brian Haley
Hi, On 3/17/24 9:38 AM, Geert Stappers wrote: From: Brian Haley When a new IPv6 address is being added to a dhcp_config struct, if there is anything invalid regarding the prefix it looks like there is a potential memory leak. ret_err_free() should be used to free it. Signed-off-by: Brian

[Yahoo-eng-team] [Bug 1815827] Re: [RFE] neutron-lib: rehome neutron.object.base along with rbac db/objects

2024-03-08 Thread Brian Haley
I am going to close this as it's been a number of years and the original patch was abandoned. If someone wants to pick it up please re-open. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1833674] Re: [RFE] Improve profiling of port binding and vif plugging

2024-03-08 Thread Brian Haley
This seems to be complete, will close bug. Please re-open if I'm wrong. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1764738] Re: routed provider networks limit to one host

2024-03-08 Thread Brian Haley
>From all the changes that have merged this seems to be complete, will close. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1786226] Re: Use sqlalchemy baked query

2024-03-08 Thread Brian Haley
>From comment in the change that was linked above: "BakedQuery is a legacy extension that no longer does too much beyond what SQLAlchemy 1.4 does in most cases automatically. new development w/ BakedQuery is a non-starter, this is a legacy module we would eventually remove." For that reason I'm

[Yahoo-eng-team] [Bug 1797663] Re: refactor def _get_dvr_sync_data from neutron/db/l3_dvr_db.py

2024-03-08 Thread Brian Haley
As this has never been worked on am going to close. If anyone wants to pick it up please re-open. ** Changed in: neutron Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1694165] Re: Improve Neutron documentation for simpler deployments

2024-03-08 Thread Brian Haley
The documents have been updated many times over the past 6+ years, I'm going to close this as they are much better now. If there is something specific please open a new bug. ** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1666779] Re: Expose neutron API via a WSGI script

2024-03-08 Thread Brian Haley
Seems this fix is released, will close. ** Changed in: neutron Status: In Progress => 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/1666779 Title: Expose neutron

[Yahoo-eng-team] [Bug 1913664] Re: [CI] neutron multinode jobs does not run neutron_tempest_plugin scenario cases

2024-03-07 Thread Brian Haley
>From the review it seems as the decision was to not do this, so I will close this bug. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1898015] Re: neutron-db-manage returns SUCCESS on wrong subproject name

2024-03-07 Thread Brian Haley
Going to mark invalid for Neutron as it seems like an oslo.config bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1898015

[Yahoo-eng-team] [Bug 1894799] Re: For existing ovs interface, the ovs_use_veth parameter don't take effect

2024-03-07 Thread Brian Haley
I am going to close this as it has been un-assigned for almost 3 years and the change abandoned. If you wish to work on it please re-open. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1880969] Re: Creating FIP takes time

2024-03-07 Thread Brian Haley
Looking at some recent logs these values seem Ok now, so will close this. If we see the issue again can open a new bug. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1880845] Re: [fullstack] Error assigning IPv4 (network address) in "test_gateway_ip_changed"

2024-03-07 Thread Brian Haley
I think I figured out the issue here, so will close this. Here's my thinking. The referenced log above was from a change on stable/train: https://review.opendev.org/c/openstack/neutron/+/730888 Lajos fixed a bug in _find_available_ips that seems related:

[Yahoo-eng-team] [Bug 1879407] Re: [OVN] Modifying FIP that is no associated causes ovn_revision_numbers to go stale

2024-03-07 Thread Brian Haley
I am inclined to leave this as-is since there are other resources that follow the same pattern, and either the maintenance task will fix it, otherwise when it's associated to a port. Thanks for the bug Flavio :) ** Changed in: neutron Status: New => Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1866615] Re: Packets incorrectly marked as martian

2024-03-07 Thread Brian Haley
I am going to close this since moving to the OVS firewall driver has helped, and I'm not sure anyone will take the time to investigate further as OVN is now the default driver. Someone can re-open if they intend on working on it. ** Changed in: neutron Status: Triaged => Won't Fix -- You

[Yahoo-eng-team] [Bug 1779978] Re: [fwaas] FWaaS instance stuck in PENDING_CREATE when devstack enable fwaas-v1

2024-03-06 Thread Brian Haley
I am going to close this as fwaas-v1 has been deprecated. Please open a new bug if this also affects fwaas-v2. Thanks. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Bug 1961112] Re: [ovn] overlapping security group rules break neutron-ovn-db-sync-util

2024-03-06 Thread Brian Haley
I have tested neutron version 2:16.4.2-0ubuntu6.4~cloud0 from the cloud- archive:ussuri-proposed repository and can verify the code has this change, and the failure does not occur. I followed the steps from the bug description: Created two security group rules, one for 10.0.0.1/8 and the other

[Bug 1955578] Re: OVN transaction could not be completed due to a race condition

2024-03-06 Thread Brian Haley
I have tested neutron version 2:16.4.2-0ubuntu6.4~cloud0 from the cloud- archive:ussuri-proposed repository and can verify the code has this change, and the failure does not occur. I followed the steps from Comment #3: openstack network create test_ap1_net openstack network create test_ap2_net

[Bug 2030773] Re: OVN DB Sync always logs warning messages about updating all router ports

2024-03-06 Thread Brian Haley
I have tested neutron version 2:16.4.2-0ubuntu6.4~cloud0 from the cloud- archive:ussuri-proposed repository and can verify the code has this change, and the failure does not occur. I followed the steps from the bug description: neutron-ovn-db-sync-util --config-file /etc/neutron/neutron.conf

[Bug 2032770] Re: [SRU] [OVN] port creation with --enable-uplink-status-propagation does not work with OVN mechanism driver

2024-03-06 Thread Brian Haley
I have tested neutron version 2:16.4.2-0ubuntu6.4~cloud0 from the cloud- archive:ussuri-proposed repository and can verify the code has this change, and the failure does not occur. I followed the steps from the bug description: openstack port create --network --binding-profile trusted=true

[Bug 2008943] Re: OVN DB Sync utility cannot find NB DB Port Group

2024-03-06 Thread Brian Haley
I have tested neutron version 2:16.4.2-0ubuntu6.4~cloud0 from the cloud- archive:ussuri-proposed repository and can verify the code has this change, and the failure does not occur. I followed the steps from the bug description: Quick way to reproduce on ML2/OVN: - openstack project create

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-06 Thread Brian Haley
Can you paste the change you're using that seems to help? Maybe getting some eyes on it might help point in a direction? Not that I have lots of extra cycles. And I didn't expect the change I made to help, that failure probably never happens, and if you're just dealing with IPv4 it won't come

[Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-06 Thread Brian Haley
Can you paste the change you're using that seems to help? Maybe getting some eyes on it might help point in a direction? Not that I have lots of extra cycles. And I didn't expect the change I made to help, that failure probably never happens, and if you're just dealing with IPv4 it won't come

[Bug 2051935] Re: [OVN] SNAT only happens for subnets directly connected to a router

2024-03-06 Thread Brian Haley
Just adding issue Rodolfo raised with the OVN team at Red Hat: https://issues.redhat.com/browse/FDP-448 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2051935 Title: [OVN] SNAT only happens for

[Yahoo-eng-team] [Bug 2025056] Re: Router ports without IP addresses shouldn't be allowed to deletion using port's API directly

2024-03-05 Thread Brian Haley
Patches merged, will close. ** Changed in: neutron Status: In Progress => 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/2025056 Title: Router ports without IP

[Yahoo-eng-team] [Bug 1999154] Re: ovs/ovn source deployment broken with ovs_branch=master

2024-03-05 Thread Brian Haley
Seems fixed, closing. ** Changed in: neutron Status: Confirmed => 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/1999154 Title: ovs/ovn source deployment broken

[Yahoo-eng-team] [Bug 2008912] Re: "_validate_create_network_callback" failing with 'NoneType' object has no attribute 'qos_policy_id'

2024-03-05 Thread Brian Haley
Change merged, will close this. ** Changed in: neutron Status: In Progress => 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/2008912 Title:

[Yahoo-eng-team] [Bug 2022914] Re: [neutron-api] remove leader_only for maintenance worker

2024-03-05 Thread Brian Haley
Patches have merged, will close. ** Changed in: neutron Status: In Progress => 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/2022914 Title: [neutron-api] remove

[Yahoo-eng-team] [Bug 1897928] Re: TestOvnDbNotifyHandler test cases failing due to missing attribute "_RowEventHandler__watched_events"

2024-03-05 Thread Brian Haley
Seems to have been fixed with https://review.opendev.org/c/openstack/neutron/+/820911 will close this bug. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1701410] Re: different behavior when deleting with request body (no BadRequest with core resources in case of pecan)

2024-03-05 Thread Brian Haley
I am going to close this as it is over 6 years old and no one has stepped forward to fix it, so it's just not a priority. Please re-open if necessary. ** Changed in: neutron Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1865453] Re: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_created_before fails randomly

2024-03-05 Thread Brian Haley
** Changed in: neutron Assignee: Adil Ishaq (iradvisor) => (unassigned) ** Changed in: identity-management Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 2037717] Re: [OVN] ``PortBindingChassisEvent`` event is not executing the conditions check

2024-03-01 Thread Brian Haley
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu Jammy)

[Bug 2037717] Re: [OVN] ``PortBindingChassisEvent`` event is not executing the conditions check

2024-03-01 Thread Brian Haley
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu Jammy)

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-01 Thread Brian Haley
>From that trace, it looks like it is in this code in dhcp_config_free() when it makes the free() call: #ifdef HAVE_DHCP6 if (config->flags & CONFIG_ADDR6) { struct addrlist *addr, *tmp; for (addr = config->addr6; addr; addr = tmp) {

[Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-01 Thread Brian Haley
From that trace, it looks like it is in this code in dhcp_config_free() when it makes the free() call: #ifdef HAVE_DHCP6 if (config->flags & CONFIG_ADDR6) { struct addrlist *addr, *tmp; for (addr = config->addr6; addr; addr = tmp) { tmp

[Yahoo-eng-team] [Bug 1973347] Re: OVN revision_number infinite update loop

2024-03-01 Thread Brian Haley
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1973347 Title: OVN revision_number infinite update loop Status

[Bug 2051935] Re: [OVN] SNAT only happens for subnets directly connected to a router

2024-03-01 Thread Brian Haley
So just some additional information. The reporter confirmed their cloud is running HA routers, but not DVR. And talking with Rodolfo on irc reminded me of a proposed change that I finally found: https://review.opendev.org/c/openstack/neutron/+/890459 And the bug for that is:

[Yahoo-eng-team] [Bug 2055245] Re: DHCP Option is not passed to VM via Cloud-init

2024-02-28 Thread Brian Haley
Neutron started using network:distributed for both DHCP and metadata ports in Victoria [0] Looking at the change proposed, Nova only ever looks for ports with network:dhcp in the device_owner field, it also needs to do a lookup of ports with network:distributed in this field. Unfortunately they

[Bug 2051935] Re: [OVN] SNAT only happens for subnets directly connected to a router

2024-02-28 Thread Brian Haley
Ok, as I was asked about the case of 3 nested routers (i.e. a network on a private subnet behind 3 total routers, 2 nested on their own private networks), I've tested that as well. Same results - shows a clear regression from ML2/OVS to OVN. Again, I used devstack, this was the latest commit in

[Bug 2051935] Re: [OVN] SNAT only happens for subnets directly connected to a router

2024-02-28 Thread Brian Haley
These are the settings I used for my ml2/ovs devstack: Q_AGENT=openvswitch Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch Q_ML2_TENANT_NETWORK_TYPE=vxlan enable_service q-agt enable_service q-l3 enable_service q-dhcp enable_service q-meta disable_service ovn-controller disable_service ovn-northd

[Yahoo-eng-team] [Bug 1867214] Re: MTU too large error presented on create but not update

2024-02-19 Thread Brian Haley
Could not reproduce, marking invalid. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1867214 Title: MTU too large error

[Yahoo-eng-team] [Bug 1865223] Re: [scale issue] regression for security group list between Newton and Rocky+

2024-02-19 Thread Brian Haley
Looks like this was fixed, will close. ** Changed in: neutron Status: In Progress => 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/1865223 Title: [scale issue]

[Yahoo-eng-team] [Bug 1821137] Re: neutron_tempest_plugin.api test_show_network_segment_range fails

2024-02-19 Thread Brian Haley
I'm going to close this as the logs to know what the exact error was are long gone. If it happens again we can open a new bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1849479] Re: neutron l2 to dhcp lost when migrating in stable/stein 14.0.2

2024-02-19 Thread Brian Haley
I'm goint to close this as Stein has been EOL for quite a while. If this is happening on a newer, supported release please open a new bug. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1794870] Re: NetworkNotFound failures on network test teardown because of retries due to the initial request taking >60 seconds

2024-02-19 Thread Brian Haley
Looks like this was fixed in commit 748dd8df737d28aad7dfd0a1e32659e0256126e2 in the tempest tree, will close. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1685352] Re: Can't invoke function 'get_bind' from alembic.op in expand_drop_exceptions function in alembic migration scripts

2024-02-19 Thread Brian Haley
Looks like this code was changed for Sqlalchemy 2.0 in d7ba5948ffe4ff4ec760a2774c699774b065cdfb as from_engine() is deprecated, will close this bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 2035578] Re: [stable branches] devstack-tobiko-neutron job Fails with InvocationError('could not find executable python', None)

2024-02-19 Thread Brian Haley
As this was not a neutron bug and the tobiko patch has merged will close this bug. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 2042941] Re: neutron-{ovn, ovs}-tempest-with-sqlalchemy-master jobs not installing sqlalchemy/alembic from source

2024-02-19 Thread Brian Haley
** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2042941 Title: neutron-{ovn,ovs}-tempest-with-sqlalchemy-master jobs not

[Yahoo-eng-team] [Bug 2028285] Re: [unit test][xena+] test_port_deletion_prevention fails when runs in isolation

2024-02-19 Thread Brian Haley
The comment on a failure in Zed looked to not have the fix - version 21.1.2, version 21.2.0 or greater is required. Will close this as the fixes have been released. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1742187] Re: osc client missing extra-dhcp-opts option

2024-02-14 Thread Brian Haley
** Changed in: python-openstackclient Status: New => 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/1742187 Title: osc client missing extra-dhcp-opts option Status

[Yahoo-eng-team] [Bug 1999677] Re: Defunct nodes are reported as happy in network agent list

2024-02-13 Thread Brian Haley
Since this has been fixed in later Ussuri and/or later neutron code I'm going to close this. Please re-open if necessary. ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 2051171] [NEW] SQLalchemy 2.0 warning in neutron-lib

2024-01-24 Thread Brian Haley
Public bug reported: Running 'tox -e pep8' in neutron-lib or neutron repo generates this new warning: /home/bhaley/git/neutron-lib/neutron_lib/db/model_base.py:113: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent

[Yahoo-eng-team] [Bug 2049546] Re: neutron-linuxbridge-agent ebtables RULE_DELETE failed (Invalid argument)

2024-01-16 Thread Brian Haley
*** This bug is a duplicate of bug 2038541 *** https://bugs.launchpad.net/bugs/2038541 This was fixed with https://review.opendev.org/c/openstack/neutron/+/898832 and is a duplicate of https://bugs.launchpad.net/neutron/+bug/2038541 - please try the fix there. ** This bug has been marked a

[Yahoo-eng-team] [Bug 2045811] [NEW] neutron-ovn-db-sync-util can fail with KeyError

2023-12-06 Thread Brian Haley
subnet_dhcp_options ERROR neutron_ovn_db_sync_util network = db_networks[utils.ovn_name(subnet['network_id'])] ERROR neutron_ovn_db_sync_util KeyError: 'neutron-93ad1c21-d2cf-448a-8fae-21c71f44dc5c' ** Affects: neutron Importance: Medium Assignee: Brian Haley (brian-haley)

[Yahoo-eng-team] [Bug 1853873] Re: The /v2.0/ports/{port_id}/bindings APIs are not documented

2023-12-01 Thread Brian Haley
https://docs.openstack.org/api-ref/network/v2/#port-binding shows these api's are now present, closing bug. ** Changed in: neutron Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1779335] Re: neutron-vpnaas doesn't support local tox targets

2023-12-01 Thread Brian Haley
** Changed in: neutron Status: In Progress => 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/1779335 Title: neutron-vpnaas doesn't support local tox targets Status

[Yahoo-eng-team] [Bug 2024205] Re: [OVN] Hash Ring nodes removed when "periodic worker" is killed

2023-12-01 Thread Brian Haley
** Changed in: neutron Status: In Progress => 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/2024205 Title: [OVN] Hash Ring nodes removed when "periodic worker" is

[Yahoo-eng-team] [Bug 2015364] Re: [skip-level] OVN tests constantly failing

2023-12-01 Thread Brian Haley
Since the skip-level job is now passing and voting in our gate I am going to close this bug. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1845145] Re: [L3] add abilitiy for iptables_manager to ensure rule was added only once

2023-12-01 Thread Brian Haley
Since the patch on master was abandoned manually I am going to close this. ** Changed in: neutron Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1849463] Re: linuxbridge packet forwarding issue with vlan backed networks

2023-12-01 Thread Brian Haley
I am going to mark this as won't fix as the linuxbridge agent is unmaintained and experimental on the master branch. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 2028003] Re: neutron fails with postgres on subnet_id

2023-12-01 Thread Brian Haley
** Changed in: neutron Status: In Progress => 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/2028003 Title: neutron fails with postgres on subnet_id Status in

[Yahoo-eng-team] [Bug 1975828] Re: difference in execution time between admin/non-admin call

2023-11-28 Thread Brian Haley
** Changed in: neutron Status: Expired => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1975828 Title: difference in execution time between admin/non-admin call Status

[Yahoo-eng-team] [Bug 2043141] [NEW] neutron-lib unit tests need update for sqlalchemy 2.0

2023-11-09 Thread Brian Haley
;From looking at the functional tests and Nova code, should be a straightforward fix. We should also look at creating a test job that both tests sqlalchemy 2.0 and neutron-lib main/master branches so we don't regress. ** Affects: neutron Importance: High Assignee: Brian Haley

[Yahoo-eng-team] [Bug 1998517] Re: Floating IP not reachable from instance in other project

2023-10-24 Thread Brian Haley
Moving this to the neutron project as networking-ovn has been retired for a while. My first question is are you able to test this with a later release? Since it's been 10 months since it was filed just want to make sure it hasn't been fixed. ** Project changed: networking-ovn => neutron ** Tags

[Yahoo-eng-team] [Bug 2038373] [NEW] Segment unit tests are not mocking properly

2023-10-03 Thread Brian Haley
Public bug reported: Running the segment unit tests - neutron/tests/unit/extensions/test_segment.py generates a lot of extra noise, like: {0} neutron.tests.unit.extensions.test_segment.TestNovaSegmentNotifier.test_delete_network_and_owned_segments [1.185650s] ... ok Captured stderr:

[Yahoo-eng-team] [Bug 2037500] Re: OVSDB transaction returned TRY_AGAIN, retrying do_commit

2023-10-03 Thread Brian Haley
** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2037500 Title: OVSDB transaction returned TRY_AGAIN, retrying do_commit

[Yahoo-eng-team] [Bug 2037239] [NEW] neutron-tempest-plugin-openvswitch-* jobs randomly failing in gate

2023-09-24 Thread Brian Haley
Public bug reported: A number of different scenario tests seem to be failing randomly in the same way: Details: Router 01dda41e-67ed-4af0-ac56-72fd895cef9a is not active on any of the L3 agents One example is in https://review.opendev.org/c/openstack/neutron/+/895832 where these three jobs are

Re: [ovs-discuss] only windows 2012 can not get ipv6 address by dhcpv6

2023-09-20 Thread Brian Haley via discuss
Hi Brain (?), On 9/20/23 1:56 AM, Ales Musil via discuss wrote: On Tue, Sep 19, 2023 at 9:02 PM Brain Empty via discuss mailto:ovs-discuss@openvswitch.org>> wrote: Hi, I got stuck into a problem. maybe there is something wrong with ovs|ovn acl. If I enable the port security

Re: [ovs-dev] [PATCH ovn] pinctrl: Reply with correct destination for ICMPv6 RA packets

2023-09-15 Thread Brian Haley
Hi Ales, On 9/15/23 8:15 AM, Ales Musil wrote: When client sends RS we reply with RA to the source address, however the client is allowed to send RS with unspecified source address ("::"). In that case we would send the RA to that empty address which is not correct. According to RFC 2461 [0]

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy/Lunar crashes on neutron-dhcp-agent updates

2023-07-20 Thread Brian Haley
So this also fails with version 2.89 that is in Lunar? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2026757 Title: dnsmasq on Ubuntu Jammy/Lunar crashes on

[Yahoo-eng-team] [Bug 2028112] Re: Unable to create VM when using the sriov agent with the ml2/ovn driver.

2023-07-19 Thread Brian Haley
*** This bug is a duplicate of bug 1975743 *** https://bugs.launchpad.net/bugs/1975743 ** This bug has been marked a duplicate of bug 1975743 ML2 OVN - Creating an instance with hardware offloaded port is broken -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 2026775] [NEW] Metadata agents do not parse X-Forwarded-For headers properly

2023-07-10 Thread Brian Haley
is making the request, but it could be logged for posterity. I'll send a change for that soon. ** Affects: neutron Importance: Medium Assignee: Brian Haley (brian-haley) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 2025264] Re: [ovn][DVR]FIP traffic centralized in DVR environments

2023-07-05 Thread Brian Haley
** Changed in: neutron Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2025264 Title: [ovn][DVR]FIP traffic centralized in DVR environments

Re: [ovs-dev] [PATCH 2/2] conntrack: Release nat_conn in case both keys have the same hash.

2023-06-08 Thread Brian Haley
On 6/8/23 3:52 PM, Paolo Valerio wrote: Brian Haley writes: Hi Paolo, On 4/19/23 2:40 PM, Paolo Valerio wrote: During the creation of a new connection, there's a chance both key and rev_key end up having the same hash. This is more common in the case of all-zero snat with no collisions

Re: [ovs-dev] [PATCH 2/2] conntrack: Release nat_conn in case both keys have the same hash.

2023-06-07 Thread Brian Haley
Hi Paolo, On 4/19/23 2:40 PM, Paolo Valerio wrote: During the creation of a new connection, there's a chance both key and rev_key end up having the same hash. This is more common in the case of all-zero snat with no collisions. In that case, once the connection is expired, but not cleaned up,

[ovs-dev] [PATCH ovn v4] controller: Ignore DNS queries with RRs

2023-05-26 Thread Brian Haley
/issues/192 Reported-by: Nicolas Bock Signed-off-by: Brian Haley --- Changes since v3: - Updated commit message to include reporter info --- Changes since v2: - Updated commit message to be more clear --- Changes since v1: - Added issue #192 to commit message --- controller/pinctrl.c | 7 +++ 1

Re: [ovs-dev] [PATCH ovn v3] controller: Ignore DNS queries with RRs

2023-05-26 Thread Brian Haley
: On Thu, May 25, 2023 at 8:29 PM Brian Haley <mailto:haleyb@gmail.com>> wrote: DNS queries with optional records (RRs), for example, with cookies for EDNS, are not supported by the OVN resolver. Trying to reply will result in mangled responses that clients do not u

[ovs-dev] [PATCH ovn v3] controller: Ignore DNS queries with RRs

2023-05-25 Thread Brian Haley
, which will trigger a negative response and cause clients to go to the upstream forwarder, hopefully resulting in a successful query. In our testing, the resolver only retries if the response is correctly formatted, which now happens with this change. Closes issue #192 Signed-off-by: Brian Haley

Re: [ovs-dev] [PATCH ovn v2] controller: Ignore DNS queries with RRs

2023-05-25 Thread Brian Haley
. Thanks, -Brian [0] https://patchwork.ozlabs.org/project/ovn/patch/2023052223.363328-1-haleyb@gmail.com/ On 5/22/23 4:13 PM, Brian Haley wrote: DNS queries with optional records (RRs), for example, with cookies for EDNS, are not supported by the OVN resolver. Trying to reply

[Yahoo-eng-team] [Bug 2020698] [NEW] neutron-tempest-plugin-bgpvpn-bagpipe job unstable

2023-05-24 Thread Brian Haley
/+/883991 I realize there are changes in-flight wrt to sRBAC which might fix the issue, but until they all merge I think we should just make it non- voting on the master branch. The other branches don't seem to have any problems. ** Affects: neutron Importance: High Assignee: Brian Haley

[ovs-dev] [PATCH ovn v2] controller: Ignore DNS queries with RRs

2023-05-22 Thread Brian Haley
and cause clients to go to the upstream forwarder, hopefully resulting in a successful query. Closes issue #192 Signed-off-by: Brian Haley --- Changes since v1: - Added issue #192 to commit message --- controller/pinctrl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/controller/pinctrl.c

[ovs-dev] [PATCH ovn] controller: Ignore DNS queries with RRs

2023-05-22 Thread Brian Haley
and cause clients to go to the upstream forwarder, hopefully resulting in a successful query. Signed-off-by: Brian Haley --- controller/pinctrl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/controller/pinctrl.c b/controller/pinctrl.c index b5df8b1eb..b45b4c747 100644 --- a/controller

[Yahoo-eng-team] [Bug 1993628] Re: Designate synchronisation inconsistensies with Neutron-API

2023-05-16 Thread Brian Haley
Added neutron since I don't think this is specific to charms. ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1993628

Re: [ovs-dev] [PATCH] tc: fix crash on EAGAIN return from recvmsg on netlink socket.

2023-05-10 Thread Brian Haley
Hi Frode, Thanks for fixing this, just had one nit below since you're pushing out a new PS. On 5/10/23 11:12 AM, Frode Nordahl wrote: The tc module combines the use of the `tc_transact` helper function for communication with the in-kernel tc infrastructure with assertions on the reply data

[Yahoo-eng-team] [Bug 2017518] Re: Neutron LInux bridge agents wildly fluctuating

2023-04-28 Thread Brian Haley
The patch would not have fixed the issue, just added some logging so it was obvious what the agent was doing. And yes, syncing time is important, it could have just been the time difference on the agents and server causing things to seem broken. Glad you solved your issue. ** Changed in: neutron

[Yahoo-eng-team] [Bug 2015377] Re: If dhcp port is deleted from neutron, it is never recreated

2023-04-06 Thread Brian Haley
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Brian Haley (brian-haley) ** Changed in: neutron Importance: Undecided => Medium ** Tags added: ovn -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 2015388] [NEW] Deleting network does not remove network namespace

2023-04-05 Thread Brian Haley
d an error since there was a subnet here, will have to re-check the API ref to see. During one attempt I actually triggered a SubnetNotFound error, but that's probably a different issue as it wasn't necessary to recreate this. ** Affects: neutron Importance: Medium Assignee: Brian Ha

  1   2   3   4   5   6   7   8   9   10   >