13:58:47 #startmeeting neutron_l3 13:58:48 Meeting started Wed Feb 12 13:58:47 2020 UTC and is due to finish in 60 minutes. The chair is liuyulong. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:58:49 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:58:51 The meeting name has been set to 'neutron_l3' 13:58:57 #topic Announcements 13:59:10 hi 13:59:30 hi 13:59:43 Ussuri-2 is this week. 14:00:15 And we have this list: 14:00:17 #link https://launchpad.net/neutron/+milestone/ussuri-2 14:02:01 Two RFE related bugs are not finished. So maybe we should move it to next U-3 14:02:42 OVN migrations are quite good I guess. 14:03:23 OK, I just read the book, haha. 14:03:29 No more from me now. 14:03:39 Any updates? 14:04:12 OK, let's move on. 14:04:15 #topic Bugs 14:04:24 hi 14:04:35 #link http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012477.html 14:04:38 ralonsoh, hi 14:05:23 First one 14:05:25 #link https://bugs.launchpad.net/neutron/+bug/1862315 14:05:26 Launchpad bug 1862315 in neutron "Sometimes VMs can't get IP when spawned concurrently" [High,New] - Assigned to Oleg Bondarev (obondarev) 14:05:58 It has a fix now. 14:06:00 #link https://review.opendev.org/#/c/707077/ 14:09:08 sorry, a bit latency on networking... 14:09:31 Yes, the fix is fine to me, we can go with that. 14:11:57 We have that original fix https://review.opendev.org/#/c/626830/ in our queens branch for a long time, in general it works fine. 14:13:11 I will check our local logstash to see if it has such issue. 14:14:51 OK, no more bugs in the deputy list, let's give a quick scan of the the LP. 14:15:38 ++,sorry, no more bugs related to L3 in the deputy list 14:17:03 #link https://bugs.launchpad.net/neutron/+bug/1862851 14:17:04 Launchpad bug 1862851 in neutron "update_floatingip_statuses: StaleDataError: UPDATE statement on table 'standardattributes' expected to update 1 row(s); 0 were matched." [Undecided,New] 14:17:37 hi, sorry was in a downstream chat 14:17:57 this is not the first time we have this bug 14:18:00 This is a really common exception in DB related actions. 14:18:03 we've seen those errors before ^^^, and that bug is against rocky 14:19:05 btw, a patch for a previous bug related to this 14:19:06 https://review.opendev.org/#/c/503517/ 14:19:10 https://bugs.launchpad.net/neutron/+bug/1716321 14:19:12 Launchpad bug 1716321 in neutron "StaleDataError: UPDATE statement on table 'standardattributes' expected to update 1 row(s); 0 were matched." [Undecided,Fix released] 14:20:48 Yes, we have met this sometimes also, as far as we can see the exception does not have big effect to the neutron-api, the DB retry action could work. 14:21:11 exactly 14:22:31 OK, next 14:22:32 #link https://bugs.launchpad.net/neutron/+bug/1861876 14:22:33 Launchpad bug 1861876 in neutron "[Neutron API] Neutron Floating IP not always have 'port_details'" [Critical,New] 14:22:57 A critical one, but I did not read the detail yet... 14:23:49 I think it's fixed now (at least not so critical anymore) 14:23:59 I don't think floating IP has such "port_details" attribute. It is another L3 service_providers ? 14:24:18 that was because OVN L3 pluging didn't have the correct mixin 14:24:34 the nova bug is solved 14:24:38 and neutron one 14:24:44 https://review.opendev.org/#/c/705982/ 14:26:02 Alright, maybe we can get it merged. 14:27:41 OK, that's all from me. 14:27:53 Any other bugs? 14:28:19 I want to ask You to review https://review.opendev.org/#/c/702856/ 14:28:34 sure 14:28:44 liuyulong: I was playing with putting interface down on standby nodes but it didn't work as I wanted 14:29:13 there were some errors in keepalived logs during failover 14:29:59 : ), maybe I should submit our local fix. 14:30:31 liuyulong: sure 14:30:42 if You have something which really works without problems than we can review it 14:30:51 I will submit it today. 14:31:20 liuyulong: thx 14:33:03 slaweq, np 14:33:07 OK, let's move on 14:33:14 #topic OVN_L3 14:34:15 maciejjozefczyk, ping 14:34:17 lucasagomes, 14:34:45 ^^ any relevant update this week about OVN L3? 14:34:58 hi there, not from my part 14:35:06 We have a bug related to OVN gateway I remember. 14:35:06 btw, we are still dealing with the CI 14:35:31 #link https://review.opendev.org/#/c/705660/ 14:35:34 This one 14:35:37 yeah, specially on the func tests... I know maciejjozefczyk is looking into it. He's uploaded a new patch-set today 14:36:16 liuyulong, Yes we have an OVN gateway related patch: https://review.opendev.org/#/c/705660/ 14:37:04 I needs to be on top of functional one, and those functional test failed on something else. 14:37:17 I pushed today a fix to stablize part of functional tests related failures 14:38:25 Yes, I noticed that, it is based on 3 parts of functional test fix. 14:39:03 liuyulong, yes, actually the functional test that I needed to change is in the third part. 14:40:02 So I wonder if the stable branch could have the fix reviewing in parallel ? 14:40:35 Stable branch does not need to fix the functional test, right? 14:41:31 liuyulong, potentially we could do a review in a stable networking-ovn branch and then apply it on master, but that breaks workflow a bit ;/ 14:42:06 liuyulong, or we can review this patch now, have agreement on its shape, then I can cherry-pick it, what do you think? 14:42:24 liuyulong, actually tests that are failing are unrelated. 14:44:53 Both make sense for me, but IMO if it get merged first in networking-ovn, it will be more easily to backport to T/Q/R stable branches. 14:45:55 For important patches, my idea is to quickly merge and benefits the end users. 14:46:58 liuyulong, Ok, I'm gonna propose it in stalble/train first, we gonna have a discussion there. Then, if functional tests will be in place, we gonna merge it in Neutron master, agreed? 14:47:22 I think that we should propose in master first and then do "cherry-pick" to networking-ovn 14:47:41 I don't think we should change our normal workflow as maciejjozefczyk already said 14:49:21 slaweq, liuyulong I'm ok with both, this change is important, but not a blocker. 14:49:26 Sure, both works 14:50:02 Would be great to have somebody eyes on it first :) 14:51:42 #link https://bugs.launchpad.net/neutron/+bug/1862648 14:51:44 Launchpad bug 1862648 in neutron "[OVN] Reduce the number of tables watched by MetadataProxyHandler " [High,Fix released] - Assigned to Lucas Alvares Gomes (lucasagomes) 14:52:44 yeah that's an optimization to the ovn metadata anget 14:52:46 agent* 14:52:46 After reading this bug, I have an idea, if we can ovn-metedata-agent someday by using some distributed proxies locally in the compute node. 14:53:25 sorry, my idea is to replace, "if we can replace" 14:54:55 let the ovn-controller do something instead of a python agent. 14:56:35 it's something we could bring up with the OVN team itself, I've jsut heard of the idea so I don't know much about it atm 14:57:58 Np, we have a local topic which is trying to replace python neutron-metadata-agent with distributed proxies locally. 14:58:45 OK, time is up. 14:58:53 Thank you guys, bye 14:58:56 #endmeeting