15:00:16 #startmeeting neutron_l3 15:00:17 Meeting started Thu Feb 2 15:00:16 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:18 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:20 The meeting name has been set to 'neutron_l3' 15:00:47 o/ 15:01:10 hey john-davidge 15:01:22 I saw janzian joining the meeting also 15:01:32 haleyb: you around? 15:01:34 Morning everyone 15:01:56 yes, i'm here 15:02:05 Agenda for today is here: 15:02:16 #link https://etherpad.openstack.org/p/neutron-l3-subteam 15:02:36 #topic Announcements 15:02:59 First one is we are cutting RC-1 this week 15:03:12 so we need to be careful merging patchsets 15:04:12 Second announcements, this week the community is holding PTL elections: 15:04:34 #link https://governance.openstack.org/election/ 15:05:13 In the case of Neutron, we have two candidates. Please don't forget to cast your votes 15:06:03 Third, the PTG is 3 weeks. You can find the Neutron etherpad here: 15:06:21 #link https://etherpad.openstack.org/p/neutron-ptg-pike 15:06:48 If you have subjects you want discussed during the PTG, add them to the etherpad 15:07:14 any other annoucements from the team? 15:08:02 #topic Bugs 15:09:01 First up today is https://bugs.launchpad.net/neutron/+bug/1610483 15:09:01 Launchpad bug 1610483 in neutron "Pluggable IPAM rollback mechanism is not robust" [High,In progress] - Assigned to Aliaksandr Dziarkach (aliaksandr-dziarkach) 15:09:21 I see that Launchpad wants to assign it to haleyb 15:09:33 and haleyb is pushing it back ;-) 15:09:55 haleyb: thanks for the review 15:10:28 I'll probably ping the author or johnbelamaric to see what is the next step 15:10:33 any other comments? 15:11:19 yes, i updated, but then ?? fixed it 15:12:26 haleyb: i'll ping John, if they don't follow up, we can fix it. ok haleyb? 15:12:46 ok 15:13:06 next up https://bugs.launchpad.net/neutron/+bug/1570122 15:13:06 Launchpad bug 1570122 in neutron "ipv6 prefix delegated subnets are not accessable external of the router they are attached." [High,In progress] - Assigned to John Davidge (john-davidge) 15:13:42 mlavalle: The patch has a +2 from haleyb, but is getting caught in the gate 15:14:08 it needs another +2, and i got it on the RC1 list 15:14:09 john-davidge: but is ready to go, right? 15:14:17 mlavalle: Wait, no, that's the other one getting caught in the gate :) 15:14:29 that nova bug fix has almost merged... 15:14:31 mlavalle: Yes, ready to go, needs another +2 15:14:45 haleyb: Thanks@ 15:14:46 ah ok, in that case I'll review it later today and merge it 15:14:47 ! 15:14:56 john-davidge: ^^^^ 15:15:04 mlavalle: perfect, thank you 15:15:12 until https://review.openstack.org/#/c/427775/ merges (nova) it's probably going to fail recheck 15:15:26 i hope 15:16:10 Next up is https://bugs.launchpad.net/neutron/+bug/1660607 15:16:10 Launchpad bug 1660607 in neutron "Newton: Changing fixed ip doesn't work when a subnet is using service type" [High,In progress] - Assigned to John Davidge (john-davidge) 15:17:00 that's stuck in the gate queue as well 15:17:03 john-davidge: this is the one caught in the gate, right? 15:17:10 #link https://review.openstack.org/#/c/427223/ 15:17:10 mlavalle: That's the one getting caught in the gate, alreayd has 2 +2s and workflow 15:17:16 mlavalle: i just added two other IPv6 PD bugs to the wiki as well 15:17:32 haleyb: yeah I saw that 15:17:42 or maybe just the one, broken w /dvr 15:18:08 https://review.openstack.org/#/c/277657/ 15:18:29 this is the bug: https://bugs.launchpad.net/neutron/+bug/1541406 15:18:29 Launchpad bug 1541406 in neutron "IPv6 prefix delegation does not work with DVR" [Medium,In progress] - Assigned to Brian Haley (brian-haley) 15:18:35 john-davidge: can you take a look at ^^, might as well fix all the PD issues we can 15:18:55 HA is the only remaining after that 15:18:55 haleyb: Sure 15:19:30 haleyb: I'll take a look as well. Ideally, we want thos for Rc-1, right? 15:19:46 mlavalle: yes, they have been approved for RC1 15:19:52 cool 15:20:08 already in my pile of reviews 15:20:10 https://launchpad.net/neutron/+milestone/ocata-rc1 15:20:35 haleyb: This is a pretty big chnage that hasnt been looked at since Feb, do you think its realistic to merge for rc1? 15:20:42 people should make sure their bug is on that list 15:21:23 john-davidge: did i paste the wrong link? i didn't think the change was large 15:21:37 https://review.openstack.org/#/c/277657/ 15:21:53 haleyb: Ah, yeah, my bad, looking at the wrong patch 15:22:05 phew! 15:22:14 LOL 15:22:42 ok, next up is https://bugs.launchpad.net/neutron/+bug/1627424 15:22:42 Launchpad bug 1627424 in neutron "FlushError on IPAllocation" [High,Confirmed] - Assigned to Miguel Lavalle (minsel) 15:23:05 you didn't fix that yet? :) 15:23:12 I made great progress with this one. I figured out what the problem is 15:23:27 no fix yet, but now I know what is going on 15:23:47 nice, was being sarcastic 15:24:02 the FlushError is really just a symptom of a deeper problem with our retry logic 15:25:04 we have a port P with ip addresses ip1 (subnet S1), ip2 (subnet S2) and more ip's on other subnets 15:25:27 we get a request to delete S1 and another request to delete S2 15:26:02 each one of those requests goes and tries to update P, removing the respective ip address 15:26:23 request to delete S2 succeeds updating P 15:27:04 when request to delete S1 tries to update P, it gets stale data from common attributes of the P 15:27:57 the update_port for P is retried, but that update_port still has ip2 as a fixed ip of P 15:28:17 so it ends up adding back ip2 and trying to delete ip1 15:28:29 and that is where we get the FlushError 15:28:54 howpefully I didn't confuse you 15:29:12 I'll update the bug with my findings and propose a fix soon 15:29:23 any questions or advice? 15:29:52 mlavalle: Sounds like you have a good handle on it :) 15:29:58 makes sense, looking forward to seeing fix. i'd advise pinging kevin benton when you get a patch out is all 15:30:42 haleyb: yeah, that is my plan. he is the one who really knows the retry logic plumbing 15:32:11 * mlavalle as a English speaker as a second language is always confused between advice and advise :-) 15:32:29 Next up is https://bugs.launchpad.net/neutron/+bug/1627480 15:32:29 Launchpad bug 1627480 in neutron "create_port can succeed without returning fixed_ips on all requested subnets" [High,Confirmed] - Assigned to James Anziano (janzian) 15:32:50 janzian: any updates? 15:33:38 I've been looking through the test case for this bug, there's one written specifically for it 15:34:02 It's passing in my environment, where I think the test case was written to fail as long as the bug is present 15:34:20 So I'm not quite sure what's going on yet, but still figuring things out 15:34:39 janzian: most of this failures show up with high level of concurrency, like in the gate 15:35:06 janzian: very seldom they show up just running a test case individually 15:35:18 like the one I explained above 15:35:34 janzian: let's spend some time together looking at the logs 15:35:54 mlavalle: Sounds like a plan 15:36:09 janzian: thanks for working on this, though 15:37:05 Last one today is https://bugs.launchpad.net/neutron/+bug/1509004 15:37:05 Launchpad bug 1509004 in neutron ""test_dualnet_dhcp6_stateless_from_os" failures seen in the gate" [High,Confirmed] 15:37:46 I haven't had time to track in down in Kibana. Has anyone taken a look? 15:38:26 it's been a while since i looked 15:38:54 no problem. Now that I fiugured out the FkushEroor one, I'll start tracking this one 15:39:08 Any other bugs from the team? 15:39:09 couple of times a day it looks like 15:39:59 haleyb: thanks for updating the etherpad with those bugs :-) 15:40:35 #topic Prefix Delegation 15:40:49 baoli: hi! Any updates? 15:41:55 I think that means no.... :-) 15:42:07 :) 15:42:16 #topic BGP Dynamic Routing 15:42:37 I was able to exchange some messages with tidwellr 15:42:58 He is with Target now, leading a team that is deploying OpenStack for Target 15:43:11 he plans to continue playing with us 15:43:24 but he's been too busy lately 15:43:38 any other comments? 15:44:11 #topic Routed Networks 15:44:29 All the code for this was merged last week, as well as the doc update 15:44:59 mlavalle: Great work! Thanks for your efforts 15:45:02 john-davidge: I'll keep this subject in the agenda, since it seems we will come back to it during Pike for floating IPs 15:45:34 mlavalle: Yeah, I'll post an RFE before the PTG, but I'm sure it will warrant plenty of discussion 15:45:50 mlavalle: yes, great job. Did you see the recent tripleo email rgarding routed networks? 15:46:54 http://lists.openstack.org/pipermail/openstack-dev/2017-February/111385.html 15:47:08 https://review.openstack.org/#/c/425464/ in particular 15:47:26 i don't know if they need some help undertanding where things currently are 15:47:48 haleyb: I hadn't seen that either, will take a look 15:48:00 ok? 15:48:00 #topic Open Agenda 15:48:00 Any other topics from the team? 15:48:31 haleyb: I'll take a look 15:49:07 any other topics? 15:49:40 not from me 15:49:58 ok, team, thanks for your attendance and your follow up. Enjoy the rest of your days! 15:50:04 #endmeeting