15:00:37 #startmeeting neutron_l3 15:00:38 Meeting started Thu Jul 27 15:00:37 2017 UTC and is due to finish in 60 minutes. The chair is mlavalle. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:40 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:42 The meeting name has been set to 'neutron_l3' 15:00:48 hi 15:00:50 hi 15:01:06 The 3 L3 Amigos 15:01:16 how was vacation haleyb? 15:01:52 #topic Announcements 15:01:54 mlavalle: very nice, thanks, did not do a bit of work :) 15:02:17 haleyb: great.. 15:02:27 So this week is the end of Pike 15:02:32 we hit Pike-3 15:03:10 kevinbenton mentioned during Monday's meetings that exceptions to feture freeze will be made early next week 15:03:18 in case you need one 15:03:28 mlavalle: good to know 15:04:27 We are a little more than a month away from the PTG in Denver, Sept 11 - 15 15:04:38 #link https://www.openstack.org/ptg/ 15:05:01 I got my travel approval earlier this week. So looking forward to see you all there 15:05:17 I just got approval yesterday, just need to book flight 15:05:25 ++ 15:05:38 haleyb: good 15:05:40 #chair haleyb Swami 15:05:41 Current chairs: Swami haleyb mlavalle 15:06:06 * mlavalle had a weird network disconnection earlier this morning. adding chairs just in case 15:06:28 Any other annoucements? 15:06:52 nothing else. 15:06:54 ok, moving on 15:07:00 #topic Bugs 15:07:13 Swami stage is all yours 15:07:18 mlavalle: thanks 15:07:32 I have not seen any new bugs filed this week. 15:07:46 But let us the discuss the bugs that are being worked on. 15:08:13 #link https://bugs.launchpad.net/neutron/+bug/1702790 15:08:13 Launchpad bug 1702790 in neutron "DVR Router update task fails when agent restarts" [Undecided,In progress] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:08:20 Patch is up for review. 15:08:36 #link https://review.openstack.org/#/c/481321/ 15:08:46 Needs another +2. 15:08:56 The next one in the list is. 15:09:17 #link https://bugs.launchpad.net/neutron/+bug/1702769 15:09:17 Launchpad bug 1702769 in neutron "Binding info for DVR port not found error seen when notify_l2pop_port_wiring is called with DVR routers" [Undecided,In progress] - Assigned to Brian Haley (brian-haley) 15:09:23 Patch is up for review. 15:09:24 Swami: i'll look at that review ^^ 15:09:42 #link https://review.openstack.org/#/c/481311/ 15:09:53 and that review I just updated to move it along, fixes the problem in my environment 15:10:06 haleyb: thanks for the review on this one 15:10:18 Need another +2 on this patch. 15:10:45 * mlavalle will look at this one today 15:10:46 The next is the RFE. 15:10:53 #link https://bugs.launchpad.net/neutron/+bug/1583694 15:10:53 Launchpad bug 1583694 in neutron "[RFE] DVR support for Allowed_address_pair port that are bound to multiple ACTIVE VM ports" [Wishlist,In progress] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:11:07 The server side patch has merged. thanks for the reviews. 15:11:10 yes 15:11:14 The agent side patch is still under review. 15:11:30 #link https://review.openstack.org/#/c/437986/ 15:11:39 I think you were pushing yesterday for the agent side, right? 15:11:41 I got some last comments from kevin and I addressed it. 15:11:49 So probably it should be good to go. 15:11:53 Please review it. 15:11:59 mlavalle: yes 15:12:13 In my queue for today 15:12:27 I've been keeping an eye on the agent side patch since last Friday 15:12:31 I will also review it 15:12:41 mlavalle, haleyb: thanks 15:12:46 The next one is the 15:12:50 #link https://bugs.launchpad.net/neutron/+bug/1667877 15:12:50 Launchpad bug 1667877 in neutron "[RFE] Allow DVR for E/W while leaving N/S centralized" [Wishlist,In progress] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:13:01 This RFE is almost done. 15:13:24 #link https://review.openstack.org/#/c/485333/ 15:13:53 I addressed kevin's concern on this patch last night with respect to allowing fast path exit with dvr agent mode dvr_no_fip. 15:14:05 So it would be purely no_fip. 15:14:24 is the Jenkins failure related to the patchset? 15:14:38 No, it is not 15:14:41 This patch needs review as well and it is dependent on the other agent side patch. 15:14:54 mlavalle: it is not related. I have issued a recheck on it. 15:15:05 mlavalle: let us see how it goes. 15:15:10 ok 15:15:52 haleyb: mlavalle: There was one question I had with respect to the upstream jenkins functional tests. 15:16:22 Regarding the agent restart failure with DVR, I am able to see failures in the local environment why in upstream jenkins it is not failing. 15:17:04 it's only the grenade jobs that do a restart, right? 15:17:12 haleyb: yes 15:17:41 i don't think anything is different from ocata to pike in the setup, so it is strange 15:17:59 but i see it in my devstack when applying local patches, l3-agent just spins 15:18:31 haleyb: yes I have not seen any failure in jenkins but I can see that there are 5 restart tests that fails in local environment with ProcessExecutionError. 15:19:06 Swami: the only question i had with that change is why isn't the rule matching? on add it checks if it exists and doesn't find it. i was going to add some debug to see why 15:19:09 haleyb: Just a heads up that something might not be right in the test suite and not giving us the right info. 15:19:35 that could be 15:19:43 haleyb: I think it is failing when it is trying to add the same rule that is existing. 15:20:10 with the table_index and table_priority. 15:20:39 This is a functional test is it? not a unit test? 15:20:40 Swami: right, but i though add() checked first. i'm sure once i add a log statement it will be obvious 15:20:49 davidsha: yes it is functional test. 15:21:34 mlavalle: haleyb: that's all I had for bugs. 15:21:41 Swami: and i'm not saying the patch is wrong, i'm just curious about the rule not matching 15:21:49 mlavalle: i did have another dvr-related bug 15:21:58 haleyb: I didn't mean that you mentioned the patch. 15:21:59 * haleyb is filing it now or would have a number 15:21:59 fire away, please 15:22:49 Swami: no worries, i've tested the patch and like it, just am curious... 15:22:53 haleyb: go and file it and will take a look at it. 15:23:14 so the other day it was noticed the gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu-xenial-nv was failing miserably, over 90% 15:23:39 matt riedman did some analysis and it looks like the 3-node setup is part of the problem 15:23:43 ahh, that's the conversation you had with Ihar and mriedem in irc 15:23:51 sometimes the third node is not discovered 15:24:14 yes 15:24:14 Is the third node not coming up. 15:24:41 i'm opening a bug, but it's more likely to need a fix over in devstack-gate or some other repo 15:25:11 yeah, that is what I thought from looking at the chat 15:25:12 Swami: it's coming up, but after discovery happens, the code needs to wait for all sub-nodes to appear 15:25:16 haleyb: good to know. 15:25:52 there was a patch opened against grenade a while back we'll need to revisit 15:26:23 so don't panic at the 95% failure rate :( 15:26:34 good to know 15:26:48 it can happen in the 2-node job as well, just that the odds are less 15:27:27 this has probably been an issue for a while, but some recent change exposed the race condition 15:27:41 that's all i had on that 15:27:49 haleyb: true. 15:27:57 mlavalle: back to you. 15:27:59 haleyb: thanks for the heads up 15:28:41 First in the list today is https://bugs.launchpad.net/neutron/+bug/1706750 15:28:41 Launchpad bug 1706750 in neutron "FlushError for automatic IPAllocations when subnet create is retried" [High,In progress] - Assigned to Ihar Hrachyshka (ihar-hrachyshka) 15:29:06 it was filed yesterday by ihrachys 15:29:43 he already proposed a fix for it: 15:29:49 #link https://review.openstack.org/#/c/485328/ 15:30:41 any comments? 15:31:23 Next up is https://bugs.launchpad.net/neutron/+bug/1683227 15:31:23 Launchpad bug 1683227 in neutron "test_legacy_router test cases sometimes fail with: Cannot find device "qg-*" when moving it into a namespace" [High,Confirmed] - Assigned to Miguel Lavalle (minsel) 15:31:42 I've been following this one over the past 2 weeks 15:32:15 Since I filed a bug with the OVS community, I haven't found a single hit again 15:32:42 Did we change OVS version recently? 15:33:36 i don't know, it would be something in the base image used for testing 15:34:13 yeah, maybe something changed, becuase we were seeing it about once a week 15:34:23 oh well, I'll keep an eye on it 15:34:51 Next one is https://bugs.launchpad.net/neutron/+bug/1694764 15:34:51 Launchpad bug 1694764 in neutron "test_metadata_proxy_respawned failed to spawn metadata proxy" [High,Incomplete] - Assigned to Miguel Lavalle (minsel) 15:35:13 IN this case I have also been watching it for a little more than two weeks 15:35:26 I was never able to find a single hit 15:35:52 the only know ocurrence is the one reported by ihrachys when he filed the bug 15:36:01 so I closed it earlier today 15:36:57 any other bugs from the team to discuss today? 15:37:39 ok, moving on 15:37:46 #topic DNS 15:38:30 on this topic, I just want to mention that I have merged 3 of the 4 patchsets in the series 15:38:36 the last one is: 15:38:46 #link https://review.openstack.org/#/c/468697/ 15:38:56 I addressed kevinbenton's comment 15:39:04 so review if you have some time 15:39:09 mlavalle: sure 15:39:25 #topic Routed Networks 15:39:57 On this topic the update is that I had a con call last Friday with the GoDaddy team to talk about their requirements 15:40:30 it went pretty well and I took what they said and what I already had in my mind and put it in black and white here: 15:40:51 #link https://review.openstack.org/#/c/486450/ 15:41:05 This spec is still WIP 15:41:26 I need some ideas / guidance as to how to do the address translation 15:41:51 mlavalle: I did read the spec once. 15:42:10 mlavalle: Let us discuss about the NAT today. Probably after noon. 15:42:25 Swami: would tomorrow work for you? 15:42:36 mlavalle: sure tomorrow will be good. 15:42:46 any time in mind? 15:42:59 I am open after 10a.m PST. 15:43:17 i would like to attend as well, just let me know when 15:43:27 would 11:30PST work for you two? 15:43:46 that would be 14:30 EST 15:43:53 mlavalle: Yes it will work. 15:43:56 yes, that should work for me 15:44:15 Swami, haleyb: I will send an invite with a con call bridge number 15:44:19 later today 15:44:32 mlavalle: sure thanks. 15:44:46 anyone else that's here is welcome to attend, just to be inclusive :) 15:44:53 of course 15:45:08 if anyone wants to atend, raise your hand, please 15:45:11 I may listen in ;) 15:45:44 davidsha: ok, I will include you in the invite. It will have the toll free number you need to dial in Ireland 15:45:57 mlavalle: perfect, thanks! 15:46:15 #Open Agenda 15:46:33 Any other topics we should cover today? 15:46:47 I don't have any. 15:47:32 Which functional test scenario was it specifically that you were talking about earlier 15:47:33 ? 15:48:02 you mean Swami? 15:48:39 yes, sorry! 15:49:16 davidsha: it is 'tox -e dsvm-functional neutron.tests.functional.agent.l3.test_dvr_router 15:50:07 Swami: perfect, I'll have a look at it this evening. 15:50:22 davidsha: thanks for looking :-) 15:50:28 any other topics? 15:50:50 davidsha: Right now since the patch has not merged, you will see 5 restart test fail. 15:51:02 davidsha: just for your info. 15:52:00 nothing else from me 15:52:44 THanks team for attending 15:52:47 Swami: That's what I'm interested in, if it was a unit test it sounds like it was something was missed in the mocking, so I'm interested in see what causes it in a functional test. 15:53:02 #endmeeting