14:01:47 <lajoskatona> #startmeeting networking 14:01:47 <opendevmeet> Meeting started Tue Apr 26 14:01:47 2022 UTC and is due to finish in 60 minutes. The chair is lajoskatona. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:01:47 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:01:47 <opendevmeet> The meeting name has been set to 'networking' 14:01:53 <mlavalle> o/ 14:01:53 <lajoskatona> Hi everybody :-) 14:02:01 <isabek> Hi! 14:02:09 <obondarev> hi 14:02:29 <slaweq> hi 14:02:30 <ralonsoh> hi 14:03:05 <bcafarel> o/ 14:03:49 <haleyb> hi 14:03:57 <lajoskatona> Let's start 14:04:02 <lajoskatona> #topic Announcements 14:04:13 <lajoskatona> The usual Zed schedule: https://releases.openstack.org/zed/schedule.html 14:04:25 <lajoskatona> I don't know any important dates for this week :-) 14:04:26 <rubasov> o/ 14:04:49 <lajoskatona> at least for master 14:04:55 <lajoskatona> [neutron] Transition Victoria to EM: https://review.opendev.org/c/openstack/releases/+/837947 14:05:17 <bcafarel> I was about to mention that one ^ 14:05:20 <lajoskatona> With otherwiseguy we agreed to wait for the backport of this series: https://review.opendev.org/q/I0503037b803a3c99fb7988bc20394c111ac456db 14:05:26 <lajoskatona> bcafarel: thanks :-) 14:05:46 * otherwiseguy catches up 14:06:33 <lajoskatona> as I remember from this morning it only hangs on yoga as waiting for https://review.opendev.org/c/openstack/neutron/+/839190 to remove l-c jobs 14:06:44 <slaweq> my concern with that one is that I'm not sure if we are allowed to bump requirements in stable branches 14:07:03 <slaweq> but if lajoskatona is ok with it then should be fine :) 14:07:07 <ralonsoh> we can if there is a bug 14:07:10 <slaweq> and bcafarel of course 14:07:35 <otherwiseguy> and it's bumping to a new bugfix version, not an api breaking one or anything. 14:07:42 <slaweq> ralonsoh: I remember some time ago that we couldn't bump pyroute2 version even if there was memory leak 14:07:57 <lajoskatona> yeah last Friday we discussed it with otherwiseguy, and as I see with new ovs pkg it can fail 14:07:57 <bcafarel> I commented on backports but I think it is good, this is needed to fix a bug and all have bumps on relevant stable branches of ovsdbapp (no api change) 14:07:59 <ralonsoh> yes but in pyroute there is one single branch 14:08:11 <ralonsoh> here we are creating minor versions from the stable branches 14:08:41 <slaweq> ok, I just wanted to make sure that everyone knows about it :) 14:09:01 <ralonsoh> https://review.opendev.org/q/topic:fix_ovs_2.17 14:09:06 <lajoskatona> slaweq: thanks, this is why I added a topic it here also :-) 14:09:19 <mlavalle> +1 14:10:13 <lajoskatona> ok, so let's review them and hope that we can merge it and add to Victoria EM 14:10:19 <lajoskatona> thanks for the discussion 14:10:57 <lajoskatona> Another thing is neutron-vpnaas 14:11:35 <lajoskatona> I sent out mail, to accept mnaser as core reviewer for the project 14:12:38 <lajoskatona> He already started to fix the failing jobs, and in the mail thread even somebody else raised a hand for helping in the maintenance (perhaps noonedeadpunk ?) 14:13:46 <mnaser> yep ^ 14:14:48 <lajoskatona> mnaser: if you have pending reviews or such the Tuesday meetings are a good forum to ask the team 14:14:59 <mnaser> okay cool, awesome, sounds good 14:15:19 <lajoskatona> Do you have any comments or questions regarding the above topics? 14:15:54 <mnaser> appreciate eyes on https://review.opendev.org/c/openstack/neutron-vpnaas/+/823904 and https://review.opendev.org/c/openstack/neutron-vpnaas/+/823906 -- they are quite trivial 14:16:47 <lajoskatona> mnaser: will check, however my vpnaas background is near to zero :-) 14:17:07 <mnaser> yeah, they are much more of "neutron made a change that vpnaas" didnt track sort of changes =P 14:17:27 <mnaser> i.e. one around changing language from 'master' to 'primary' and vpnaas not catching up, but yeah 14:17:30 <mlavalle> i'll look at them this morning 14:17:56 <mlavalle> at first glance, seem pretty simple 14:18:02 <lajoskatona> mnaser: ok, thanks for the background 14:19:01 <lajoskatona> Ok, let's move to the next topic 14:19:09 <lajoskatona> #topic Bugs 14:19:18 <lajoskatona> Report from obondarev: http://lists.openstack.org/pipermail/openstack-discuss/2022-April/028294.html 14:19:20 <opendevreview> Arnau Verdaguer proposed openstack/neutron master: [OVN][Migration] More robust checks on stop-agents https://review.opendev.org/c/openstack/neutron/+/839392 14:19:34 <lajoskatona> I saw one bug which needs more attention: 14:19:40 <lajoskatona> [OVN] Frequent DB leader changes causes 'VIF creation failed' on nova side (#link https://bugs.launchpad.net/neutron/+bug/1969592 ) 14:20:17 <bcafarel> hmm that sounds like the bug otherwiseguy was working on? (just a quick read though) 14:20:31 <bcafarel> DB leader changes and raft appearing in logs 14:20:39 <lajoskatona> bcafarel: really? would be a good coincidence 14:20:47 * otherwiseguy looks 14:21:10 <otherwiseguy> Yeah, basically it's "using raft doesn't work until all of those previous patches letting us use 2.17 are merged" :D 14:21:13 <lajoskatona> otherwiseguy: thanks 14:21:45 <lajoskatona> ahh, ok so it is another version of that 14:21:54 <otherwiseguy> because 2.17 allows fast reconnects, which raft relies on. leadership changes where you download the whole db every 100 transactions or so while ovs does a snapshot is...bad. 14:22:02 <lajoskatona> could you comment it on the above bug or perhaps make it a duplicate ? 14:22:12 <otherwiseguy> will do 14:22:20 <lajoskatona> otherwiseguy: thanks 14:22:31 <bcafarel> one bug down :) 14:22:57 <lajoskatona> :-) 14:23:55 <lajoskatona> and even one down in nova, so a favor from us 14:24:08 <mlavalle> +1 14:24:10 <mlavalle> lol 14:24:24 <lajoskatona> Do you have any comments for the bugs ? 14:24:41 <obondarev> https://bugs.launchpad.net/neutron/+bug/1969354 - got some additional info, so deserves a second look 14:25:41 <obondarev> that's it :) 14:26:04 <ralonsoh> the problem there seems to be the deployment tool 14:26:08 <ralonsoh> that is not creating the connections 14:26:12 <lajoskatona> obondarev: thanks, as I see jlibosva checked it 14:26:42 <ralonsoh> (check today's log in this channel) 14:27:15 <lajoskatona> ralonsoh: ahh, ok so that is related to this bug, I haven't followed closely 14:27:40 <lajoskatona> ralonsoh: shall we add kolla-ansible in this case also to the bug to have their opinion also? 14:27:53 <ralonsoh> yes, I think so 14:28:18 <labedz_> hi, have you a chance to look on: https://bugs.launchpad.net/neutron/+bug/1970216 ? 14:29:12 <ralonsoh> sure, added to my pile 14:30:02 <lajoskatona> for the bug deputy week: This week isabek is the deputy, and next week elvira will be, Is that ok? 14:30:04 <slaweq> me too 14:30:13 <elvira> yes :) 14:30:16 <isabek> o/ 14:30:43 <lajoskatona> elvira, isabek: thanks 14:31:44 <lajoskatona> Actually I have nothing more for today, if you have anything to discuss, please.... 14:31:57 <ralonsoh> not from me, thanks 14:32:13 <slaweq> nothing from me 14:33:20 <lajoskatona> Thanks for participating , see you online and on the coming CI meeting :-) 14:33:27 <bcafarel> o/ 14:33:28 <lajoskatona> #endmeeting