14:00:22 #startmeeting networking 14:00:22 Meeting started Tue Jan 23 14:00:22 2024 UTC and is due to finish in 60 minutes. The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:22 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:22 The meeting name has been set to 'networking' 14:00:32 Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki 14:00:33 \o 14:00:34 o/ 14:00:45 o/ 14:00:47 o/ 14:00:51 o/ 14:00:52 o/ 14:01:26 hi 14:01:30 wow, the gang is all here :) 14:01:47 #topic announcements 14:02:00 o/ 14:02:05 #link https://releases.openstack.org/caracal/schedule.html 14:02:10 o/ 14:02:46 We are in C-3, and that milestone is the week of Feb 26th, so one month 14:03:19 Also, the final release for non-client libraries is the week of Feb 19th 14:04:26 so just a reminder on code reviews :) 14:04:41 and ps-owners :-) 14:05:11 late o/ 14:05:28 lajoskatona: yup 14:06:09 A name was chosen for D/2024.2 - Dalmation, and a proposed schedule is out 14:06:14 #link https://review.opendev.org/c/openstack/releases/+/906050 14:06:43 "2 October, 2024 as planned release date" 14:07:08 so if you were waiting for a dog-themed release to merge your code you now have a chance 14:07:38 Merged openstack/neutron-tempest-plugin master: Fix network sorting in API tests https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/905853 14:07:39 * haleyb kids would have groaned at that joke 14:08:19 :-) 14:08:33 +1 for puppies 14:09:00 (we have cats, so not compatible, but perhaps there will be a cat release in the future) 14:09:09 regarding other branches, Ussuri is EOL, and all patches have been abandoned, X/W/V will eventually transition to unmaintained 14:09:42 lajoskatona: some dogs and cats are compatible, just not mine 14:10:09 Any other announcements? 14:10:13 PTG registration is open (but the link is incorrect): https://openinfra.dev/ptg/ 14:10:29 the button "register now" points to the survey, not the registrarion 14:11:51 ralonsoh: thanks, i will make sure to sign up neutron for rooms early this time 14:11:57 I think that link is correct and it's for leaders of the teams to sign teams up 14:12:33 but how can we register into the PTG then? 14:13:00 maybe that registration for users will be available later? I don't really know 14:13:17 now it says "Sign up your team to participate by February 18" 14:13:30 so I guess that after Feb 18 it will let users to register 14:13:43 I think so 14:13:46 i will use that to sign-up Neutron after the meeting 14:14:00 late o/ 14:14:51 ok (but then it is weird that this survey is public) 14:14:58 anyway, I'll wait for that 14:15:36 ralonsoh: seems they trust everyone to not fill-out fake forms 14:16:23 ok, lets move on 14:16:26 #topic bugs 14:16:56 i was bug deputy last week, and of course, there were a lot of bugs (9) 14:17:05 #link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/BJUXN6KNZPIOMHP4HMENB766HOV36HIU/ 14:17:42 lol 14:17:59 there are a few that do not have owners 14:18:00 :-) 14:18:25 #link https://bugs.launchpad.net/neutron/+bug/2049524 14:18:41 actually, looks like ralonsoh picked this up 14:18:41 this one is invalid 14:18:42 [Neutron/Nova] Need to fix attaching a vip port on VMs 14:18:52 is is working as expected with the patch in place 14:19:17 --> https://paste.opendev.org/show/bDMjxm7tePTpmwnAIijz/ (what is expected) 14:19:19 ralonsoh: i trust your testing was better than mine, i could have sworn it failed locally 14:20:14 we can wait for submitter to verify and/or close if no response 14:20:36 next one 14:20:41 #link https://bugs.launchpad.net/neutron/+bug/2049624 14:20:47 vpnaas problem --- strongswan on rocky 9 14:21:24 is there someone more closely working on vpnaas that can take this? 14:22:21 Christian Rohman commented on the bug, and there's an old patch he mentioned 14:22:23 noonedeadpunk ^^ ? 14:22:29 https://bugs.launchpad.net/neutron/+bug/2049624/comments/8 14:23:21 lajoskatona: ack, would just be good to have a name in "Assigned to" so it doesn't fall through the cracks 14:24:02 I try to check the guys, as the original issue is from Ericsson 14:24:10 lajoskatona: thanks 14:25:00 next one 14:25:11 #link https://bugs.launchpad.net/neutron/+bug/2049909 14:25:12 MLDv2 packets sent from L3 Agent managed networks cause backup routers to be preferred 14:26:01 This looks like a HA router issue we've seen before, but reported on linuxbridge 14:26:29 #link https://review.opendev.org/c/openstack/neutron/+/906114 14:26:53 i'm not sure i like using iptables to block mldv2 though, think we had tried that before 14:27:41 no, we don't link UP the standby interfaces 14:27:43 since c52029c39aa824a67095fbbf9e59eff769d92587 14:27:44 you mean iptables drop-all rule still leaked? 14:28:02 IIRC we had issues with MLDv2 packets send from HA routers in the past 14:28:22 this is the patch: https://review.opendev.org/c/openstack/neutron/+/707406 14:28:23 ihrachys_: no, i'm just not sure it's the best way to fix it 14:28:23 and due to that we were setting interfaces to DOWN in the backup routers 14:28:26 (and a partial revert) 14:28:33 https://review.opendev.org/c/openstack/neutron/+/834162 14:28:34 We see standby interfaces up all the time, and this is on 2023.1 14:28:48 maybe it was changed later again 14:29:15 btw, checking the related changes: https://review.opendev.org/c/openstack/neutron/+/839671/8 14:29:20 ^^ [L3-HA] Disable automatic link-local address assignment for HA routers 14:29:27 so we should not have this problem 14:30:16 thx ralonsoh :) 14:30:32 At least one of the MLDv2 packets I saw from the standby MAC was from the address '::' fwiw. I'd have to re-check if there were other link local ones or not 14:31:03 please check to what interface to mldv2 packet is going 14:31:22 because the HA interfaces should not have any ipc6 address and should not present this issue 14:31:46 andrewbonney, qq, related to the bug: why are you using linux bridge? 14:31:52 I'll double check as soon as possible, but I don't think the backup interface had any address, but the packets were still sent 14:32:00 any specific requirement? 14:32:14 Legacy reasons, we have done historically and it's a big effort to switch 14:32:23 ok (we can discuss this offline) 14:32:28 :) 14:33:37 i will skip the next bug on setting dns-name, since two of us suspect it was user-error in not enabling the correct dns extensions 14:33:47 any other bugs people want to talk about? 14:34:00 no thanks 14:34:10 This week amotoki is the bug deputy, next week will be mlavalle 14:35:06 Current bug count this week was: 760, up 2 from last week, so not much movement even with 9 new ones which is good 14:35:50 #topic specs 14:35:57 #link https://review.opendev.org/q/project:openstack%252Fneutron-specs+status:open 14:36:25 i was able to review the OVN-IC one yesterday, seems pretty close 14:37:50 i don't see racosta here, hopefully he will update this week 14:38:22 i will look at the other ones this week 14:39:02 #topic community_goals 14:39:04 #link https://review.opendev.org/c/openstack/horizon/+/891205 14:40:00 lajoskatona: that one test keeps failing :( 14:40:06 last week it was topic on the horizon weekly meeting, and horizon team checks the failing integration test 14:40:51 what makes it harder (for me at least) is that the team considers this test suite instable and there is a migration ongoing 14:41:56 and that's it for this topic 14:42:03 lajoskatona: thanks 14:42:16 #topic on_demand 14:42:26 ralonsoh: you had added an item 14:42:40 let me check 14:42:54 #link https://bugs.launchpad.net/neutron/+bug/2035332 14:42:56 ah yes https://bugs.launchpad.net/neutron/+bug/2035332 14:43:39 I didn't check the replies 14:44:06 ykarel foudn that this could be an issue with the MTUs beyween networks 14:44:35 (we don't handle the MTU fragmentation in the N->S direction) 14:45:01 right, we have another bug on that topic and added to gaps doc 14:45:10 in any case, I added this topic because the reporter asked me 14:45:37 if they can't reply to ykarel question, then we can consider this bug as incomplete for now 14:46:10 (that's all from my side) 14:46:26 ok, thanks 14:46:50 ykarel: CI meeting in :14, and video today? 14:47:00 yeap right 14:47:41 ok, if nothing else can end early 14:47:54 have a good week and keep reviewing! :) 14:47:59 #endmeeting