Wednesday, 2024-12-18

opendevreviewyatin proposed openstack/neutron stable/2024.1: [DNM] check fix  https://review.opendev.org/c/openstack/neutron/+/93795604:03
ykarelwe have a real issue with jobs running on ubuntu jammy + ovs/linuxbridge or the ones which using iptables04:23
ykarelall branches are impacted04:23
fricklerykarel: seems to be a kernel bug that made it into jammy, saw the same in kolla https://lore.kernel.org/all/20241019-xtables-typos-v2-1-6b8b1735dc8e@0upti.me/04:50
ykarelfrickler, yeah just reported https://bugs.launchpad.net/neutron/+bug/2091990 with details04:50
ykarelfrickler, any way to hold this kernel update?04:55
ykarelas i believe the fix will take some time to be available in ubuntu jammy04:55
ykareli see next update in line https://bugs.launchpad.net/kernel-sru-workflow/+bug/2090163 but that also don't have the fix included05:02
*** ykarel_ is now known as ykarel06:02
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Set always the GW LRP "gateway_mtu" option  https://review.opendev.org/c/openstack/neutron/+/93702606:50
opendevreviewRodolfo Alonso proposed openstack/neutron master: Allow network owner reader to get subnets  https://review.opendev.org/c/openstack/neutron/+/90023608:26
ralonsohslaweq, ^^ please check this patch again08:26
ralonsohif approved, I'll backport it up to 2023.208:26
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2024.2: Allow network owner reader to get subnets  https://review.opendev.org/c/openstack/neutron/+/93796608:28
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2024.1: Allow network owner reader to get subnets  https://review.opendev.org/c/openstack/neutron/+/93796708:32
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2023.2: Allow network owner reader to get subnets  https://review.opendev.org/c/openstack/neutron/+/93796808:32
slaweqralonsoh looks good for me, I added one comment but it can be addressed in yet another follow up (it is only about unit tests)08:32
ralonsohslaweq, right, this new policy deserves a new UTs08:33
ralonsohnot new policy, new target08:33
opendevreviewRodolfo Alonso proposed openstack/neutron master: Allow network owner reader to get subnets  https://review.opendev.org/c/openstack/neutron/+/90023608:47
sahido/09:18
sahidhello guys, quick question, regarding enventlet removal, you may already have discussed that, is it ok to use future.ThreadPoolExecutor? we don't have any specific lib to use?09:19
ralonsohsahid, not from future library, but from futurist library09:24
ralonsohthe thread, green and process executors have the same API09:25
sahidralonsoh: ack thanks09:27
ralonsohsahid, what are you trying to implement?09:27
ralonsohcan you point to the code?09:27
sahidralonsoh: git me few seconds i will publish the code09:39
sahids/git/give09:39
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: remove the usage of eventlet in the OVS agent  https://review.opendev.org/c/openstack/neutron/+/93776509:40
sahidralonsoh:  https://review.opendev.org/c/openstack/neutron/+/937765/6/neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py09:41
sahidit's that part09:41
sahidyou feel it's the right way to move on it?09:41
sahidI'm going to add some tests09:42
sahidwell, if the impl looks reasonable09:42
ralonsohsahid, I don't think the context would work here09:44
ralonsohwe need a thread working in parallel executing the trunk add command09:45
ralonsohbut we need to return the event AFTER_READ09:45
ralonsohif you use the thread context, you'll wait until the thread finishes09:45
ralonsohthat was not the goal09:45
sahidralonsoh: i see, that makes sense, so you prefer we just let the threads making their life? or perhaps we could send the event before to enter in the context?09:49
ralonsohfor now we should just translate, if possible, the current code09:50
ralonsohwith eventlet we were just spawning a thread and that's all09:50
sahidyer, ack, previously it was like that09:51
sahidyes09:51
ralonsohmaybe we can do something more elaborate, but as a follow-up09:51
sahidsure i understand, i will fix that point and look how this part is coverade with tests09:51
opendevreviewMerged openstack/neutron stable/2024.1: Revert "[HA] Do not add initial state change delay in HA router"  https://review.opendev.org/c/openstack/neutron/+/93787910:06
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Set always the GW LRP "gateway_mtu" option  https://review.opendev.org/c/openstack/neutron/+/93702610:15
opendevreviewMerged openstack/ovn-octavia-provider master: Add Tobiko to gate jobs  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93634110:51
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Use the Neutron port ID in ``UpdateLSwitchPortQosOptionsCommand``  https://review.opendev.org/c/openstack/neutron/+/93768214:02
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Isolate test_ovn_db_sync.TestOvnNbSync.* tests  https://review.opendev.org/c/openstack/neutron/+/93799214:12
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Isolate test_ovn_db_sync.TestOvnNbSync.* tests  https://review.opendev.org/c/openstack/neutron/+/93799214:13
opendevreviewRodolfo Alonso proposed openstack/neutron master: Allow network owner reader to get subnets  https://review.opendev.org/c/openstack/neutron/+/90023614:20
ralonsohykarel, I've pushed 937992 to test (again) the issue with test_ovn_db_sync.TestOvnNbSync.*14:20
ralonsohI've seen more errors related to the DB14:20
ralonsohthis time different, but still errors related to the DB14:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: Read the environment variable EVENTLET_MONKEYPATCH  https://review.opendev.org/c/openstack/neutron/+/93753514:24
opendevreviewRodolfo Alonso proposed openstack/neutron master: Catch when the process does not exist when killing it  https://review.opendev.org/c/openstack/neutron/+/93504614:34
ralonsohhaleyb, hello! If you have some minutes, please check https://review.opendev.org/c/openstack/neutron/+/93683814:35
ralonsohthanks!14:35
haleybralonsoh: hi! will look between meetings here14:37
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: WIP: Introduce multinode tempest job  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93696814:56
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: common: add is_monked_patched as helper to eventlet_utils  https://review.opendev.org/c/openstack/neutron/+/93790815:02
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: common: fix wait_until_true to support native thread  https://review.opendev.org/c/openstack/neutron/+/93784315:02
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: remove the usage of eventlet in the OVS agent  https://review.opendev.org/c/openstack/neutron/+/93776515:02
ykarelralonsoh, ack15:08
opendevreviewMerged openstack/neutron master: Fast exit when initially creating tunnel allocations  https://review.opendev.org/c/openstack/neutron/+/93681315:20
opendevreviewMerged openstack/neutron stable/2024.2: Revert "[HA] Do not add initial state change delay in HA router"  https://review.opendev.org/c/openstack/neutron/+/93787815:22
haleybralonsoh: i just had one question on that change, added comment16:15
opendevreviewMax proposed openstack/ovsdbapp master: fix: add NB LRP name index  https://review.opendev.org/c/openstack/ovsdbapp/+/93800416:39
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: WIP: Introduce multinode tempest job  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93696816:48
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: WIP: Introduce multinode tempest job  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93696818:20
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: WIP: Introduce multinode tempest job  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93696819:56
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: WIP: Introduce multinode tempest job  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93696820:19
opendevreviewBrian Haley proposed openstack/neutron master: WIP: Remove false-positive ACLs in OVN DB sync  https://review.opendev.org/c/openstack/neutron/+/93729922:22
*** haleyb is now known as haleyb|out22:47
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: WIP: Introduce multinode tempest job  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93696822:58

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!