15:00:31 #startmeeting neutron_l3 15:00:32 Meeting started Thu Aug 24 15:00:31 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:33 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:35 The meeting name has been set to 'neutron_l3' 15:01:56 Hi 15:02:07 hi davidsha 15:02:17 hi 15:02:25 hi Swami 15:02:51 I think haleyb|out is on vacation 15:03:21 #topic Announcements 15:03:37 I haven't heard of a RC-2 15:03:50 have others heard anything? 15:04:06 mlavalle: one of the DVR bug was tagged as RC2. 15:04:12 ah ok 15:04:17 mlavalle: so I assumed that there would be RC2. 15:04:36 yeah, if we have anything tagged RC2, we will have one 15:05:38 The other announcement is the PTG 15:06:13 September 11th - 15th in Denver. If you have topics you want discussed there, add them to the etherpad: 15:06:22 #link https://etherpad.openstack.org/p/neutron-queens-ptg 15:06:36 davidsha: did you get travel approval? 15:07:17 mlavalle: No, I didn't unfortunately, I'll try to appeal but it's unlikely :( 15:07:34 I was looking forward to see you there :-( 15:07:53 moving on... 15:07:59 #topic Bugs 15:08:18 Swami: please go ahead with DVR / HA 15:08:21 mlavalle: Thanks 15:08:38 mlavalle: With DVR there were a couple of new bugs that popped up. 15:09:00 #link https://bugs.launchpad.net/neutron/+bug/1712412 15:09:01 Launchpad bug 1712412 in neutron "DVR external port setup fails with KeyError: 'host'" [High,In progress] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:09:35 This KeyError log was seen in the multinode setup in gate. It was polluting the log file. 15:10:13 yeah 15:10:14 I was looking into it and then realized that the function that was actually checking for the bound host in the l3-agent in dvr_local_router is not required. 15:10:52 Since the function in dvr_local_router handles only bound fip related functions. 15:11:17 ahhh, so that is why we don't get the host there, right?> 15:11:23 So I have pushed in a patch to remove the function. I also tried a test patch to see the gate failures, everything works as expected. 15:12:38 mlavalle: That is still unknown. 15:12:59 #link https://review.openstack.org/#/c/497009/ 15:13:40 I had included some logs in the test patch to see if there are any ports that are not having a valid host, but I did not see anything on the server side. 15:13:51 Is this the bug taggedc rc2? 15:14:07 Yes this is the one that is tagged as RC2. 15:14:33 ok, I'll review the patchset today 15:14:53 There is another bug that was filed based on the multinode gate job. 15:14:55 #link https://bugs.launchpad.net/neutron/+bug/1711463 15:14:56 Launchpad bug 1711463 in neutron "TestNetworkBasicOps.test_network_basic_ops failed with "Timed out waiting for 172.24.5.8 to become reachable"" [High,Confirmed] 15:15:16 This one I cannot reproduce in the gate or locally. 15:15:35 But I will keep to monitor and see what might be causing the SSH timeout. 15:15:56 I don't think this is critical at this point. 15:16:17 I'll take a quick look 15:16:31 mlavalle: ok 15:16:33 and leave notes if I find somethin relevant 15:16:39 mlavalle: ok 15:17:13 mlavalle: while I was debugging the other keyerror issue I found another bug that the centralized_floating_ip cidrs are not returned correct. 15:17:19 So I filed a bug for it. 15:17:37 #link https://bugs.launchpad.net/neutron/+bug/1712728 15:17:38 Launchpad bug 1712728 in neutron "DVR: get_router_cidrs in dvr_edge_router not returning the centralized_floating_ip cidr" [Undecided,In progress] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:17:47 I also have a patch for it. 15:17:49 Patch link 15:18:15 #link https://review.openstack.org/#/c/497098/ 15:18:26 do we need this in the rc2? 15:18:30 mlavalle: can you also tag this bug as RC2. 15:18:42 LOL 15:18:44 I don't have the previlege to tag it. 15:19:32 Done 15:19:44 Those are the only three bugs in DVR for now. 15:20:03 But while looking at the Server logs, I still see some 'Failed to bind the port' error. 15:20:08 is this bug high importance? 15:20:53 mlavalle: yes it is required, since it is not cleaning up the DNAT rule in the snat namespace for the last FIP> 15:21:13 I thought so, I just set it to high 15:21:29 I see some 'Failed to bind the port' error in server log. We recently fixed this bug. 15:21:57 mlavalle: But I am seeing it again. May be it is trigged in someother path. I will take a look at it and file a bug on it. 15:22:15 It is just a log noise, nothing serious. 15:22:16 Thanks for watching that :-) 15:22:50 Also had this patch for review. 15:22:53 #link https://review.openstack.org/#/c/494376/ 15:23:09 mlavalle: thanks for your comments on this patch. I have addressed your comments. 15:23:23 I saw that, thanks 15:23:42 mlavalle: I had one question on this patch. Since the 'delete_port_on_error' is already handling the exception, I don't think we need add another test case for it. 15:24:12 mhhhh 15:24:34 are we catching the exception in the test case you submitted? 15:24:51 mlavalle: no I can't trigger that exception. 15:25:03 ahhh 15:25:09 mlavalle: In other words I am not sure how to trigger that DB exception. 15:25:20 I see what you say 15:25:26 Let me look at it today 15:25:33 I'll review today 15:25:38 mlavalle: ok thanks 15:26:08 That's all I had for today with respect to DVR. I will keep on eye on the logs to see if there are any other issues. 15:26:43 Thanks Swami for the update and your hard work 15:27:09 On the other side I only have https://bugs.launchpad.net/neutron/+bug/1710203 15:27:10 Launchpad bug 1710203 in neutron " Add port dns_domain processing logic" [High,In progress] - Assigned to Miguel Lavalle (minsel) 15:27:53 I have a patch up for review for this: 15:27:58 #link https://review.openstack.org/#/c/495466/ 15:28:10 Take a look if you have a chance 15:28:14 It's a doc 15:28:25 mlavalle: ok I will take a look at it. 15:28:34 Any other bugs we should discuss today? 15:29:19 mlavalle: nothing else from my side. 15:29:35 ok, moving on 15:29:44 #topic Routed Networks 15:30:35 Two things here 15:30:51 The spec for floating IPs for routed netrowks is up for review: 15:31:05 #link https://review.openstack.org/#/c/486450/ 15:31:34 and the presentation with Swami for Sydney on the routed networks update was approved :-) 15:31:44 mlavalle: Hey!!! 15:32:06 I already applied for mu Aussie visa 15:32:20 mlavalle: I have to start my visa process. 15:32:35 Swami: do you have a US passport? 15:32:42 mlavalle: Do we need a invitation letter or just can apply for a tourist visa. 15:32:52 mlavalle: No I don't have a US passport. 15:33:14 No, I don't think you need a letter 15:33:34 mlavalle: yes that's what I understand. I need to start the online application going. 15:33:41 just google Australian Visa and they have a website where you apply 15:34:16 in the case of US passport holder you just fill out a form, pay about $15 US and you get the visa right away 15:34:29 really easy 15:34:35 mlavalle: that's easy. 15:35:20 #topic Open Agenda 15:35:35 Any other topics we should cover today? 15:35:55 mlavalle: I don't have any 15:36:27 ok, enjoy the rest of the week.... 15:36:33 #endmeeting