*** sfox has joined #openstack-neutron | 00:01 | |
*** mlavalle has quit IRC | 00:02 | |
*** dvorkinista has joined #openstack-neutron | 00:02 | |
anteaya | neutron isolated job have been removed: https://review.openstack.org/#/c/71947/ | 00:04 |
---|---|---|
*** SumitNaiksatam has quit IRC | 00:07 | |
*** gdubreui has quit IRC | 00:08 | |
openstackgerrit | A change was merged to openstack/neutron: Use database session from the context in N1kv plugin https://review.openstack.org/76745 | 00:09 |
*** dvorkinista has quit IRC | 00:11 | |
*** shshang has quit IRC | 00:15 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 00:16 |
*** dvorkinista has joined #openstack-neutron | 00:16 | |
*** dvorkinista has quit IRC | 00:16 | |
*** gdubreui has joined #openstack-neutron | 00:18 | |
*** dvorkinista has joined #openstack-neutron | 00:21 | |
*** sweston has joined #openstack-neutron | 00:23 | |
*** dvorkinista has quit IRC | 00:23 | |
*** changbl has quit IRC | 00:24 | |
*** shakayumi has joined #openstack-neutron | 00:24 | |
*** jroovers has joined #openstack-neutron | 00:28 | |
*** jroovers|afk has quit IRC | 00:29 | |
*** nati_ueno has quit IRC | 00:30 | |
*** dvorkinista has joined #openstack-neutron | 00:34 | |
*** suresh12 has quit IRC | 00:35 | |
marun | arosen-home: so sqla events ended up being a non-starter? | 00:35 |
marun | arosen-home: ah, it's a new patch, nmind | 00:36 |
*** zhipeng has joined #openstack-neutron | 00:37 | |
marun | arosen-home: I was trying to ping you yesterday regarding how neutron can communicate that nova shouldn't wait for a port. | 00:38 |
marun | arosen-home: The discussion on the neutron side seemed to suggest that admin_state_up might be a good way for nova to decide. | 00:38 |
arosen-home | hi marun | 00:39 |
marun | arosen-home: I'm not sure I see changes to support this in dan's patches htough. | 00:39 |
marun | arosen-home: do you know if dan's patches are going to merge in icehouse? | 00:39 |
*** dvorkinista has quit IRC | 00:40 | |
arosen-home | marun: yup we are planning on it. | 00:40 |
*** suresh12 has joined #openstack-neutron | 00:40 | |
arosen-home | both russell and mark are on the same page here | 00:40 |
marun | arosen-home: cool. | 00:41 |
*** sffroelich has joined #openstack-neutron | 00:41 | |
*** nati_ueno has joined #openstack-neutron | 00:41 | |
marun | arosen-home: so do your patches have an FFE or do they need to merge today? | 00:41 |
arosen-home | I believe FFE | 00:42 |
marun | cool | 00:42 |
arosen-home | what were you talking about with admin_state_up being a good way for nova to decide? | 00:42 |
arosen-home | marun: | 00:42 |
marun | arosen-home: there was talk of being able to communicate to nova that it shouldn't wait for an event by setting admin_state_up to False | 00:43 |
arosen-home | marun: right ; if a port is admin_state_up=False then neutron signals nova right away. | 00:44 |
marun | arosen-home: i.e. allow per-VM behaviour via port config to allow booting a VM without erroring out or waiting for an event (depending on nova config) | 00:44 |
marun | arosen-home: ah, so there's always an event rather than nova being able to decide whether or not to wait | 00:44 |
*** xuhanp has quit IRC | 00:44 | |
marun | gotcha | 00:44 |
*** yamahata__ has quit IRC | 00:44 | |
marun | arosen-home: it occurs to me looking at salvatore's patch about storing the event on the port that it would be preferable to implement the event as a property. | 00:45 |
arosen-home | marun: i'm though through salv-orlando comments now | 00:46 |
*** carl_baldwin has quit IRC | 00:46 | |
marun | arosen-home: or at least have the event be accessed via methods on the port. Knowing the specifics of how to interact with the port attribute should be encapsulated by the port rather that requiring clients to know them. | 00:48 |
*** sfox1 has joined #openstack-neutron | 00:49 | |
*** sfox has quit IRC | 00:53 | |
*** _cjones_ has quit IRC | 00:55 | |
*** _cjones_ has joined #openstack-neutron | 00:56 | |
arosen-home | marun: which patch are you talking about? | 00:56 |
marun | arosen-home: the first one. I'm adding a comment. | 00:57 |
*** sffroelich has quit IRC | 00:57 | |
*** sff has quit IRC | 00:57 | |
*** dave_tucker is now known as dave_tucker_zzz | 00:58 | |
*** yongli has joined #openstack-neutron | 01:01 | |
*** sfox1 has quit IRC | 01:03 | |
marun | arosen-home: so if nova notification is turned off in neutron, nova will always wait for a timeout period and then either fail or proceed depending on configuration? | 01:04 |
*** crc32 has quit IRC | 01:07 | |
*** vu has quit IRC | 01:08 | |
arosen-home | marun: correctly yes | 01:09 |
marun | arosen-home: cool | 01:09 |
arosen-home | There will be added delay for it to wait on the event. | 01:09 |
marun | arosen-home: right, timeout period | 01:09 |
arosen-home | It's just one less config option to add that is kind of weird tuning i guess | 01:09 |
marun | arosen-home: I think we'll want that tuning, frankly. So long as we can't wait on dhcp being configured for a given port a given deployment may vary in its timeout requirement. | 01:10 |
marun | arosen-home: oh, wait. that's nonsense. | 01:10 |
marun | arosen-home: dhcp provisioning won't figure in at all, timeout or no | 01:11 |
*** shshang has joined #openstack-neutron | 01:11 | |
arosen-home | marun: yea i can see both sides that we might want that configuarable | 01:12 |
marun | arosen-home: I'm thinking a session at the design session will be required to try to kill the notion that dicts make acceptable objects. | 01:12 |
arosen-home | dhcp being configured isn't currently taken into account in the port_status. | 01:12 |
marun | arosen-home: yeah, that will be the hole in this scheme. we can only hope that in the race between l2 port wiring and dhcp agent configuration that we can allow the latter to win the majority of the time. | 01:12 |
arosen-home | marun: yea i really like work that's gone into nova with objects. I think that would improve a lot of the code in neutron though it's a huge undertaking | 01:13 |
arosen-home | marun: i plan to look at this shortly hopefully. Perhaps we can improve it a little. | 01:13 |
marun | arosen-home: definitely huge, but we have to draw a line in the sand at some point and prevent people from merging new code that uses dicts instead of objects. | 01:13 |
marun | arosen-home: if we don't start, we can't ever hope to catch up . | 01:14 |
arosen-home | marun: I think it might be hard to do that unless we convert the current abstractions we have in neutron over to objects first. | 01:14 |
marun | arosen-home: re: dhcp, I was wondering if we could test dhcp configuration as part of l2 wiring and not set the local vlan until dhcp has been configured. | 01:14 |
marun | arosen-home: I think we need alternatives, yes. | 01:14 |
marun | arosen-home: but I'm commenting on your current patch and there is no need for the event to just be a dict. | 01:15 |
marun | arosen-home: it should be an object that is serialized to a dict as needed. | 01:15 |
marun | arosen-home: re: dhcp i.e. do a DHCPDISCOVER for the port's ip and then release it before reporting port status. | 01:16 |
marun | arosen-home: re: dhcp, there is a command dhcping I think that effectively does this. | 01:16 |
arosen-home | marun: yea i agree it would be more flexiable as an object moving forward perhaps. | 01:16 |
marun | arosen-home: encapsulation ftw! :) | 01:16 |
arosen-home | marun: hrm that's a nifty idea. | 01:17 |
beagles | I seriously want to be there and be heavily caffeinated if this is discussed | 01:18 |
marun | arosen-home, beagles: along the same lines, if we imagine a world where the l2 agent can execute arbitrary commands in a namespace that has connectivity for a given network, then other connectivity checks become an option. | 01:19 |
marun | arosen-home: like the debug agent, but useful. | 01:19 |
arosen-home | marun: I'm not sure if there is a way to safely do the dhcp thing without adding a route to the host | 01:19 |
arosen-home | perhaps with scapy we could :) | 01:20 |
marun | arosen-home: why would it require a route to the host? | 01:20 |
beagles | marun: yeah, I think that would be trippy | 01:20 |
arosen-home | marun: do you know of any tool that does this besides dhclient :) | 01:20 |
marun | arosen-home: As I said, dhping | 01:21 |
*** yamamoto_ has joined #openstack-neutron | 01:21 | |
marun | oops, dhcping | 01:21 |
*** dvorkinista has joined #openstack-neutron | 01:21 | |
beagles | marun, arosen-home: I don't get the route comment... or maybe I'm misunderstanding marun's comment? | 01:24 |
arosen-home | beagles: i didn't know about dhcping playing with it now :) | 01:25 |
arosen-home | looks like with this tool it lets you do what marun was saying. | 01:25 |
beagles | ah okay | 01:26 |
*** dvorkinista has quit IRC | 01:27 | |
*** shashank_ has quit IRC | 01:27 | |
marun | arosen-home: i think some of the ideas behind the debug agent could be applied here... | 01:28 |
marun | arosen-home: create a network namespace, bridge it to a given network, and then be able to invoke commands like dhping | 01:28 |
*** blogan has joined #openstack-neutron | 01:29 | |
marun | arosen-home: In more complex cases, of course, the requirement to allocate an ip to be able to do l3 checks would be more involved. | 01:29 |
*** rwsu has quit IRC | 01:29 | |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation https://review.openstack.org/69246 | 01:29 |
marun | arosen-home: but let's not worry about that for the dhcp case. | 01:29 |
arosen-home | marun: brb | 01:30 |
*** shashank_ has joined #openstack-neutron | 01:30 | |
marun | arosen-home: me too | 01:30 |
*** harlowja has quit IRC | 01:31 | |
*** abhiraut has joined #openstack-neutron | 01:31 | |
*** manishg has quit IRC | 01:31 | |
*** markmcclain has quit IRC | 01:32 | |
*** vkozhukalov has joined #openstack-neutron | 01:36 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 01:38 |
*** yamahata__ has joined #openstack-neutron | 01:39 | |
*** shshang_ has joined #openstack-neutron | 01:40 | |
*** ramishra has joined #openstack-neutron | 01:41 | |
*** yamamoto_ has quit IRC | 01:42 | |
*** vkozhukalov has quit IRC | 01:42 | |
*** shshang has quit IRC | 01:43 | |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support https://review.openstack.org/77809 | 01:43 |
arosen-home | marun: hrm i'm not able to get dhcping working (even from the namespace) | 01:44 |
arosen-home | sudo ip netns exec qdhcp-e5b06999-536f-4b97-bd50-f198f9ea0560 dhcping -c 10.0.0.2 -h fa:16:3e:08:af:53 -s 10.0.0.3 | 01:44 |
arosen-home | hrm not even on my local lan. | 01:46 |
*** db39 has joined #openstack-neutron | 01:47 | |
*** dvorkinista has joined #openstack-neutron | 01:49 | |
*** dvorkinista has quit IRC | 01:51 | |
*** db39 has quit IRC | 01:52 | |
*** dvorkinista has joined #openstack-neutron | 01:53 | |
*** dvorkinista has quit IRC | 01:54 | |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Allow LLA as router interface of IPv6 subnet https://review.openstack.org/76125 | 01:55 |
*** devlaps1 has quit IRC | 01:56 | |
marun | arosen-home: hmmm | 01:57 |
arosen-home | marun: does it work on your network? | 01:57 |
*** thuc has quit IRC | 01:57 | |
arosen-home | marun: i'm not sure this tool will do the trick though on the host though | 01:57 |
marun | arosen-home: whether or not it works, the idea of sending a DHCPDISCOVER packet is valid | 01:58 |
*** thuc has joined #openstack-neutron | 01:58 | |
marun | arosen-home: if we don't get a response, then dnsmasq is not yet configured | 01:58 |
arosen-home | marun: yea I agree though we have to find a tool that does the tick :) | 01:58 |
*** xianghui has joined #openstack-neutron | 01:59 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 01:59 |
arosen-home | marun: i'm not sure that it will work from the l2-agent as i don't think the tool has a way to send it from a specific interface | 01:59 |
marun | arosen-home: it would be pretty easy to implement in pure python if it comes to that. | 01:59 |
arosen-home | marun: i agree | 01:59 |
marun | arosen-home: it would have to be added. | 01:59 |
marun | arosen-home: a debug agent-like ability to create a namespace for the network the port is in, wait on a timeout for DHCPDISCOVER packets to be responded to, and only then set the port status to ACTIVE. | 02:00 |
*** blogan has quit IRC | 02:00 | |
marun | arosen-home: of course, this would be optional. | 02:00 |
arosen-home | marun: i was actually think why not just invoke it straight from the l2-agent. | 02:01 |
*** thuc has quit IRC | 02:02 | |
marun | arosen-home: is that possible? | 02:02 |
marun | arosen-home: Or you mean, have a command that can do all this itself (create namespace, send packets, wait for response) | 02:02 |
arosen-home | marun: I believe so. | 02:03 |
arosen-home | marun: i don't think this needs to create a namespace for this. | 02:03 |
arosen-home | I don't see why it can't just use the tap iface connected to the vm directly. | 02:03 |
marun | arosen-home: how to direct traffic to the right network though? | 02:03 |
marun | arosen-home: hmmm. so reuse what is essentially the vif? | 02:04 |
arosen-home | yup | 02:04 |
marun | arosen-home: if that's possible, awesome sauce! | 02:04 |
arosen-home | marun: i'm not sure if it's possible but i think it should be. | 02:04 |
arosen-home | you can do ping -I to specify an iface i think we should be able to do the same thing. | 02:04 |
marun | arosen-home: sounds like a good option to pursue, and if not there is a fallback. | 02:04 |
*** rms_13 has joined #openstack-neutron | 02:06 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS Service Driver for Cisco CSR https://review.openstack.org/74144 | 02:07 |
*** shivharis has quit IRC | 02:08 | |
*** ryu_ has joined #openstack-neutron | 02:09 | |
*** shashank_ has quit IRC | 02:10 | |
marun | arosen-home: while I have your attention, any chance you could take a look at the patch to add multiple rpc workers: https://review.openstack.org/#/c/72565/ | 02:10 |
marun | arosen-home: it looks good to me, and it would be nice to have in icehouse. | 02:10 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 02:10 |
arosen-home | marun: sure | 02:11 |
marun | arosen-home: appreciated. | 02:12 |
anteaya | paging ryu | 02:15 |
anteaya | there you are ryu_ welcome | 02:15 |
*** yamamoto_ has joined #openstack-neutron | 02:15 | |
anteaya | thanks so much for responding to my email | 02:15 |
anteaya | I appreciate it | 02:15 |
anteaya | so looking at https://review.openstack.org/#/c/74193/ | 02:15 |
ryu_ | anteaya: thank you for letting me know | 02:16 |
*** mwagner_lap has joined #openstack-neutron | 02:16 | |
anteaya | sure | 02:16 |
anteaya | this is a fix ttx wants | 02:16 |
anteaya | and asked me to get some movement on | 02:16 |
anteaya | so | 02:16 |
*** shshang_ has quit IRC | 02:16 | |
anteaya | markmcclain had a comment: Please to do not modified pre-havana migrations to add features newly available in Icehouse. | 02:16 |
anteaya | ryu_: does that comment make sense to you? | 02:17 |
ryu_ | right I believe I have addressed that already | 02:17 |
*** dvorkinista has joined #openstack-neutron | 02:17 | |
*** harlowja has joined #openstack-neutron | 02:17 | |
anteaya | okay so the latest is The midonet logs indicate their test system is failing this change. | 02:18 |
ryu_ | he also left a comment this morning that the thirdparty testing failed and we are investigating that issue right now. | 02:18 |
anteaya | okay | 02:18 |
anteaya | what have you come up with so far? | 02:18 |
anteaya | also it is failing jenkins, jenkins wants you to rebase this patchset | 02:19 |
anteaya | might as well do that now | 02:19 |
ryu_ | unfortunately not too much at the moment as we just started looking into it. We're checking to make sure our infra set up is correct first | 02:19 |
anteaya | okay | 02:19 |
anteaya | so while we are waiting on the rebased patchset to come back from jenkins | 02:19 |
anteaya | do you have any stacktraces or pastes of log output to show me | 02:20 |
anteaya | I am infra | 02:20 |
anteaya | and though I have not set up my own ci I have seen many logs | 02:20 |
anteaya | I might be able to assist | 02:20 |
ryu_ | good idea let me do that. I think I need to update the DB migration file anyway since some patches that contain additional DB migration files went in | 02:20 |
anteaya | good | 02:20 |
ryu_ | that's great, thanks. There is no immediate assistance that I need right now since we haven't gotten too far in our investigation but we should be able to make significant progress today on this since this is urgent for us | 02:21 |
anteaya | good | 02:22 |
anteaya | I can be here for about another hour | 02:22 |
anteaya | let me know if you have anything for me to look at | 02:22 |
arosen-home | ryu_: i just looked at that patch and personally i'm not really a fan at all of what you guys are doing there... | 02:22 |
ryu_ | ok thanks for your help. | 02:23 |
arosen-home | ryu_: Dumping all the code in, in one patch set is pretty horrible. | 02:23 |
anteaya | this is the bug ttx would like addressed: https://bugs.launchpad.net/neutron/+bug/1244025 | 02:24 |
ryu_ | arosen-home: hey there. Yeah apologize for that. Agreed that should not have been the case. | 02:24 |
anteaya | whatever the best way of doing so | 02:24 |
ryu_ | we actually did quite a bit of code removal this time and it was difficult to separate out the patches, but I'm sure we could have done it in a better way | 02:25 |
*** rms_13 has quit IRC | 02:25 | |
arosen-home | why didn't you just upstream it as you go? | 02:26 |
*** vjay has quit IRC | 02:27 | |
ryu_ | I think the mindset was that since we are doing mostly code removal, we'd have smaller code size to review, but it certainly didn't turn out as small as we had hoped. But certainly could have done it in some stages. | 02:28 |
*** _cjones_ has quit IRC | 02:29 | |
ryu_ | and we'd be happy to break this into smaller patch sets if you feel that's necessary | 02:29 |
*** dvorkinista has quit IRC | 02:30 | |
arosen-home | ryu_: in my opinion i would would say that would be must. I don't think anyone could possibly review a massive change like that that in includes 10 new extensions to a plugin. | 02:32 |
arosen-home | ryu_: I'd wait and see what mark thinks but I won't be +2'ing it like this. Sorry | 02:33 |
*** blogan has joined #openstack-neutron | 02:36 | |
ryu_ | arosen-home: sure fair enough. We'll be ready to split this up as needed. | 02:37 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 02:38 |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS Device Driver for Cisco CSR https://review.openstack.org/74156 | 02:39 |
*** clev has joined #openstack-neutron | 02:40 | |
anteaya | ryu_: well today is feature freeze, did you know that? | 02:42 |
*** ramishra has quit IRC | 02:42 | |
anteaya | the top of the gate is a 7.5 hour wait and is 63 patches long | 02:42 |
anteaya | right now, 10:00 utc | 02:43 |
*** ramishra has joined #openstack-neutron | 02:43 | |
anteaya | before it clears teh current queue | 02:43 |
anteaya | so it isn't going to make feature freeze | 02:43 |
*** nati_ueno has quit IRC | 02:43 | |
anteaya | ryu_: do you think you can work on this and have it in by the end of the week? | 02:44 |
anteaya | keeping in mind this is markmcclain's choice on if it gets in | 02:44 |
ryu_ | anteaya: yes that makes sense. At this point, I don't see any other way around this than to just work on it asap, resubmit before the end of the week, and hope that it gets in. | 02:46 |
*** yfujioka has joined #openstack-neutron | 02:46 | |
marun | anteaya: freeze is strangely reminiscent of university. everyone working on things last minute when they knew it had to be done months ago. | 02:47 |
*** ramishra has quit IRC | 02:47 | |
anteaya | marun: agreed | 02:48 |
*** shashank_ has joined #openstack-neutron | 02:48 | |
anteaya | though thankfully this round I have slept every night, rather than being up 3 nights in a row like havana | 02:49 |
anteaya | ryu_: great thanks for understanding | 02:49 |
openstackgerrit | Isaku Yamahata proposed a change to openstack/neutron: tests/unit: clean up notification driver https://review.openstack.org/76139 | 02:49 |
anteaya | ryu_: stay in touch and keep me updated on your progress | 02:49 |
anteaya | ryu_: and let me know if you need anything | 02:49 |
*** baoli has quit IRC | 02:49 | |
ryu_ | anteaya: that will be my next three nights :-) | 02:49 |
anteaya | ryu_: I hear that | 02:50 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 02:50 |
anteaya | ryu_: and for what its worth, I agree with arosen-home | 02:50 |
ryu_ | anteaya: thanks for all your help. Will definitely keep in touch | 02:50 |
*** changbl has joined #openstack-neutron | 02:50 | |
anteaya | ryu_: smaller patchsets are much easter to review, and also revert if need be, without reverting all the functionality | 02:50 |
anteaya | ryu_: np, good luck | 02:50 |
anteaya | marun: I was saying to mark based on the amount of people who were active in channel after the monday meeting, whom I have never seen before, maybe neutron needs a few more deadlines | 02:52 |
anteaya | it makes people talk | 02:52 |
arosen-home | :) probably | 02:52 |
anteaya | :) | 02:54 |
*** sfox has joined #openstack-neutron | 02:58 | |
*** ramishra has joined #openstack-neutron | 02:59 | |
*** sfox has quit IRC | 02:59 | |
*** baoli has joined #openstack-neutron | 03:03 | |
*** shashank_ has quit IRC | 03:04 | |
*** abhiraut has quit IRC | 03:05 | |
*** SumitNaiksatam has joined #openstack-neutron | 03:06 | |
*** thuc has joined #openstack-neutron | 03:08 | |
*** sweston has quit IRC | 03:09 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Notify nova when ports are ready https://review.openstack.org/75253 | 03:12 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Send network-changed notifications to nova https://review.openstack.org/78041 | 03:12 |
*** thuc has quit IRC | 03:13 | |
*** harlowja is now known as harlowja_away | 03:13 | |
*** RajeshMohan has joined #openstack-neutron | 03:13 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Fix race condition in update_floatingip_statuses https://review.openstack.org/78077 | 03:21 |
*** ramishra has quit IRC | 03:21 | |
*** WormMan has quit IRC | 03:23 | |
*** blogan has quit IRC | 03:26 | |
*** sfox has joined #openstack-neutron | 03:30 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 03:31 |
*** shivharis has joined #openstack-neutron | 03:34 | |
shivharis | markmcclain: hi | 03:34 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 03:34 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: NSX: propagate network name changes to backend https://review.openstack.org/70968 | 03:36 |
*** dguitarbite has joined #openstack-neutron | 03:38 | |
*** dvorkinista has joined #openstack-neutron | 03:41 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 03:42 |
*** chandan_kumar has joined #openstack-neutron | 03:42 | |
*** dvorkinista has quit IRC | 03:45 | |
*** chandan_kumar has quit IRC | 03:46 | |
*** db39 has joined #openstack-neutron | 03:49 | |
*** clev is now known as clev-away | 03:49 | |
*** db39 has quit IRC | 03:54 | |
*** sweston has joined #openstack-neutron | 04:00 | |
openstackgerrit | Trinath Somanchi proposed a change to openstack/neutron: implements:bp/fsl-sdn-os-mech-driver::fsl mech driver https://review.openstack.org/78092 | 04:08 |
*** suresh12 has quit IRC | 04:08 | |
*** vjay has joined #openstack-neutron | 04:12 | |
*** harlowja_away has quit IRC | 04:17 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Fix race condition in update_floatingip_statuses https://review.openstack.org/78077 | 04:28 |
*** baoli has quit IRC | 04:30 | |
*** thuc has joined #openstack-neutron | 04:37 | |
*** thuc_ has joined #openstack-neutron | 04:38 | |
*** thuc has quit IRC | 04:41 | |
*** gdubreui has quit IRC | 04:41 | |
*** jp_at_hp has quit IRC | 04:43 | |
openstackgerrit | Isaku Yamahata proposed a change to openstack/neutron: tests/unit: refactor reading neutron.conf.test https://review.openstack.org/76418 | 04:45 |
openstackgerrit | Isaku Yamahata proposed a change to openstack/neutron: tests/unit: clean up notification driver https://review.openstack.org/76139 | 04:45 |
*** pcm_ has quit IRC | 04:45 | |
openstackgerrit | Brian Haley proposed a change to openstack/neutron: Improved _modify_rules() method https://review.openstack.org/77549 | 04:51 |
*** arosen1 has joined #openstack-neutron | 04:53 | |
*** arosen-home has quit IRC | 04:55 | |
*** thuc_ has quit IRC | 04:56 | |
*** thuc has joined #openstack-neutron | 04:57 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: NSX: Make replication mode configurable https://review.openstack.org/76670 | 04:58 |
*** yfried has quit IRC | 04:58 | |
*** thuc_ has joined #openstack-neutron | 04:59 | |
*** thuc has quit IRC | 05:01 | |
*** db39 has joined #openstack-neutron | 05:12 | |
*** suresh12 has joined #openstack-neutron | 05:19 | |
openstackgerrit | Isaku Yamahata proposed a change to openstack/neutron: tests/unit: refactor reading neutron.conf.test https://review.openstack.org/76418 | 05:21 |
*** suresh12 has quit IRC | 05:24 | |
*** thuc has joined #openstack-neutron | 05:26 | |
*** chandankumar_ has quit IRC | 05:28 | |
*** thuc_ has quit IRC | 05:30 | |
*** thuc has quit IRC | 05:31 | |
openstackgerrit | Akihiro Motoki proposed a change to openstack/neutron: NEC plugin: delete old OFC ID mapping tables https://review.openstack.org/77407 | 05:35 |
*** markmcclain has joined #openstack-neutron | 05:37 | |
*** chandan_kumar has joined #openstack-neutron | 05:38 | |
*** markmcclain1 has joined #openstack-neutron | 05:39 | |
*** markmcclain has quit IRC | 05:41 | |
*** alexpilotti_ has joined #openstack-neutron | 05:42 | |
*** alexpilotti_ has quit IRC | 05:46 | |
*** amotoki has joined #openstack-neutron | 05:46 | |
*** hemanth_ has joined #openstack-neutron | 05:47 | |
hemanth_ | markmcclain: hi | 05:47 |
*** alexpilotti_ has joined #openstack-neutron | 05:49 | |
markmcclain1 | hemanth_: hi | 05:49 |
hemanth_ | our third party CI is failing to run due to https://review.openstack.org/#/c/77927/2 | 05:49 |
hemanth_ | this issue has started showing in the last 2 days | 05:50 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 05:51 |
alexpilotti_ | markmcclain1: hi | 05:51 |
alexpilotti_ | markmcclain1: I'm waiting for 2 patches in the gate queue to merge | 05:52 |
markmcclain1 | hemanth_: ok | 05:52 |
alexpilotti_ | markmcclain1: since 9 hours :-) | 05:52 |
alexpilotti_ | markmcclain1: do you know what's going on by any chance? | 05:53 |
alexpilotti_ | markmcclain1: http://status.openstack.org/zuul/ | 05:55 |
markmcclain1 | alexpilotti_: yeah not sure | 05:55 |
alexpilotti_ | markmcclain1: And most important: are those patches going to make it for I3? :-) | 05:55 |
markmcclain1 | yeah they'll let the queue drain before cutting the branch | 05:57 |
alexpilotti_ | markmcclain1: Specifically https://review.openstack.org/#/c/74199/ | 05:57 |
alexpilotti_ | markmcclain1: great, tx! | 05:57 |
markmcclain1 | alexpilotti_: yes it was submitted in time | 05:58 |
hemanth_ | markmcclain: anything we can do to get our plugin https://review.openstack.org/#/c/69246/ into I3? | 05:59 |
*** alexpilotti_ has quit IRC | 06:02 | |
*** zhipeng has quit IRC | 06:03 | |
amotoki | hemanth_: can you rebase your patch on top of https://review.openstack.org/#/c/77927/2 and run your CI? | 06:03 |
hemanth_ | amotoki: how would i do this..download the patch 77927/2 first and then apply our patch? | 06:06 |
amotoki | hemanth_: wait for a while. I will try and share how to do it with you. | 06:07 |
hemanth_ | amotoki: thanks | 06:07 |
*** bvandenh has joined #openstack-neutron | 06:15 | |
amotoki | hemanth_: this is what I did. http://paste.openstack.org/show/72471/ | 06:15 |
*** irenab has joined #openstack-neutron | 06:15 | |
*** sungju has quit IRC | 06:16 | |
*** ramishra has joined #openstack-neutron | 06:17 | |
hemanth_ | amotoki: thanks, will try that | 06:17 |
amotoki | hemanth_: btw, are you writing missing tests for nvsdlib I commented in the past patch set? | 06:17 |
hemanth_ | amotoki: yes, will submit a patchset in a little bit | 06:18 |
amotoki | hemanth_: nice | 06:18 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Do fip_status migration only for l3-capable plugins https://review.openstack.org/77927 | 06:20 |
*** db39 has quit IRC | 06:27 | |
*** db39 has joined #openstack-neutron | 06:27 | |
openstackgerrit | Jenkins proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/78114 | 06:28 |
-amotoki- VPNaaS Service Driver for Cisco CSR | 06:34 | |
-amotoki- | 06:34 | |
amotoki | markmcclain1: I see you put -2 to VPNaaS Service driver for Cisco CSR. | 06:35 |
amotoki | markmcclain1: looking at driver implemetntation, it uses l3-agent and the implementaiton is correct. | 06:36 |
amotoki | markmcclain1: I commented in the review. https://review.openstack.org/#/c/74144/ | 06:36 |
*** thuc has joined #openstack-neutron | 06:37 | |
markmcclain1 | amotoki: what about https://review.openstack.org/#/c/74144/22/neutron/services/vpn/service_drivers/cisco_ipsec.py | 06:38 |
markmcclain1 | lines 190-220 | 06:38 |
markmcclain1 | there are several methods are silently passed | 06:38 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 06:39 |
*** alexpilotti has quit IRC | 06:39 | |
*** thuc has quit IRC | 06:41 | |
markmcclain1 | amotoki: looks like the original definition was reposted | 06:44 |
markmcclain1 | s/reposted/pasted | 06:44 |
*** amritanshu_RnD has joined #openstack-neutron | 06:45 | |
amotoki | markmcclain1: about create/delete_(ipsec|ikepolicy) at L.195-210 is same as reference vpn-agent implemenation use vpn-agent. IPSEC and IKE operations only update db entries and vpn-agent retrieves through RPC. | 06:45 |
*** amritanshu_RnD is now known as Guest551 | 06:45 | |
markmcclain1 | amotoki: you are correct…I missed the driver def and was looking at the db definition | 06:46 |
*** vkozhukalov has joined #openstack-neutron | 06:47 | |
*** ramishra has quit IRC | 06:48 | |
amotoki | markmcclain1: no problem. is there any reviews to be reviewed with high priority? | 06:49 |
markmcclain1 | once hemanth_'s is fixed to depend on teh l3 fix | 06:50 |
markmcclain1 | one convergence is one of the final ones | 06:50 |
amotoki | markmcclain1: thanks | 06:52 |
hemanth_ | working on getting the test setup going | 06:54 |
RajeshMohan | markmcclain1: service-insertion patch is ready. I have addressed review comments and noted the tests done at the end of the review | 06:59 |
*** vkozhukalov has quit IRC | 07:00 | |
RajeshMohan | markmcclain1: https://review.openstack.org/#/c/62599/ | 07:00 |
*** arosen1 has left #openstack-neutron | 07:01 | |
*** shashank_ has joined #openstack-neutron | 07:01 | |
*** dvorkinista has joined #openstack-neutron | 07:02 | |
*** saju_m has joined #openstack-neutron | 07:02 | |
markmcclain1 | amotoki: https://review.openstack.org/#/c/77719/ | 07:07 |
amotoki | markmcclain1: sure | 07:08 |
*** ramishra has joined #openstack-neutron | 07:12 | |
*** dvorkinista has quit IRC | 07:20 | |
openstackgerrit | Jun Jie Nan proposed a change to openstack/neutron: Check vxlan enablement via modinfo https://review.openstack.org/65902 | 07:22 |
*** dvorkinista has joined #openstack-neutron | 07:23 | |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation https://review.openstack.org/69246 | 07:25 |
openstackgerrit | A change was merged to openstack/neutron: Avoid unnecessarily checking the existence of a device https://review.openstack.org/67475 | 07:27 |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support https://review.openstack.org/77809 | 07:34 |
*** ramishra has quit IRC | 07:36 | |
*** yfried has joined #openstack-neutron | 07:37 | |
*** dvorkinista has quit IRC | 07:44 | |
*** nati_ueno has joined #openstack-neutron | 07:47 | |
nati_ueno | SumitNaiksatam: hi | 07:51 |
*** evgenyf has joined #openstack-neutron | 07:52 | |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Calculate stateless IPv6 address https://review.openstack.org/56184 | 08:00 |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Create new IPv6 attributes for Subnets https://review.openstack.org/52983 | 08:00 |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Permit ICMPv6 RAs only from known routers https://review.openstack.org/72252 | 08:00 |
*** SumitNaiksatam_ has joined #openstack-neutron | 08:02 | |
*** luqas has joined #openstack-neutron | 08:07 | |
*** sweston has quit IRC | 08:11 | |
*** shivharis has quit IRC | 08:11 | |
*** SumitNaiksatam has quit IRC | 08:11 | |
*** mwagner_lap has quit IRC | 08:11 | |
*** ajo has quit IRC | 08:11 | |
*** openstackgerrit has quit IRC | 08:11 | |
*** ilyashakhat has quit IRC | 08:11 | |
*** asadoughi has quit IRC | 08:11 | |
*** evgenyf has quit IRC | 08:11 | |
*** saju_m has quit IRC | 08:11 | |
*** mfink has quit IRC | 08:11 | |
*** kevinbenton has quit IRC | 08:11 | |
*** yamahata_ has quit IRC | 08:11 | |
*** HenryG has quit IRC | 08:11 | |
*** marun has quit IRC | 08:11 | |
*** mestery has quit IRC | 08:11 | |
*** yfried has quit IRC | 08:11 | |
*** db39 has quit IRC | 08:11 | |
*** chandan_kumar has quit IRC | 08:11 | |
*** shakayumi has quit IRC | 08:11 | |
*** alagalah has quit IRC | 08:11 | |
*** mrsnivvel has quit IRC | 08:11 | |
*** rha has quit IRC | 08:11 | |
*** evilstephen has quit IRC | 08:11 | |
*** jkary has quit IRC | 08:11 | |
*** pasquier-s has quit IRC | 08:11 | |
*** enikanorov_ has quit IRC | 08:11 | |
*** beagles has quit IRC | 08:11 | |
*** doude_ has quit IRC | 08:11 | |
*** SpamapS has quit IRC | 08:11 | |
*** sgran has quit IRC | 08:11 | |
*** linuxaddicts has quit IRC | 08:11 | |
*** dkehn has quit IRC | 08:11 | |
*** dgrig has quit IRC | 08:11 | |
*** pradipta has quit IRC | 08:11 | |
*** nati_ueno has quit IRC | 08:11 | |
*** yamahata__ has quit IRC | 08:11 | |
*** yongli has quit IRC | 08:11 | |
*** bada has quit IRC | 08:11 | |
*** garyk has quit IRC | 08:11 | |
*** krtaylor has quit IRC | 08:11 | |
*** arosen has quit IRC | 08:11 | |
*** juice has quit IRC | 08:11 | |
*** akamyshnikova has quit IRC | 08:11 | |
*** morgabra has quit IRC | 08:11 | |
*** rm_work has quit IRC | 08:11 | |
*** sbadia has quit IRC | 08:11 | |
*** echohead_ has quit IRC | 08:11 | |
*** mtreinish has quit IRC | 08:11 | |
*** andyhky has quit IRC | 08:11 | |
*** sdague has quit IRC | 08:11 | |
*** bvandenh has quit IRC | 08:11 | |
*** hemanth_ has quit IRC | 08:11 | |
*** markmcclain1 has quit IRC | 08:11 | |
*** vjay has quit IRC | 08:11 | |
*** clev-away has quit IRC | 08:11 | |
*** jgrimm has quit IRC | 08:11 | |
*** annegentle has quit IRC | 08:11 | |
*** pcarver has quit IRC | 08:11 | |
*** skraynev has quit IRC | 08:11 | |
*** wayneeseguin has quit IRC | 08:11 | |
*** enikanorov has quit IRC | 08:11 | |
*** ptoohill has quit IRC | 08:11 | |
*** fouxm has quit IRC | 08:11 | |
*** nplanel has quit IRC | 08:11 | |
*** nijaba has quit IRC | 08:11 | |
*** ToM__ has quit IRC | 08:11 | |
*** harmw has quit IRC | 08:11 | |
*** mancdaz has quit IRC | 08:11 | |
*** Guest551 has quit IRC | 08:11 | |
*** amotoki has quit IRC | 08:11 | |
*** dguitarbite has quit IRC | 08:11 | |
*** RajeshMohan has quit IRC | 08:11 | |
*** yamamoto_ has quit IRC | 08:11 | |
*** jaypipes has quit IRC | 08:11 | |
*** jecarey has quit IRC | 08:11 | |
*** rkukura has quit IRC | 08:11 | |
*** rdo has quit IRC | 08:11 | |
*** salv-orlando has quit IRC | 08:11 | |
*** feleouet has quit IRC | 08:11 | |
*** inara` has quit IRC | 08:11 | |
*** haleyb has quit IRC | 08:11 | |
*** dkehn_ has quit IRC | 08:11 | |
*** geekinutah has quit IRC | 08:11 | |
*** aryan has quit IRC | 08:11 | |
*** dosaboy has quit IRC | 08:11 | |
*** zhhuabj has quit IRC | 08:11 | |
*** roaet has quit IRC | 08:11 | |
*** qiuyu has quit IRC | 08:11 | |
*** lifeless has quit IRC | 08:11 | |
*** marios has quit IRC | 08:11 | |
*** mordred has quit IRC | 08:11 | |
*** Qlawy has quit IRC | 08:11 | |
*** ihrachys|wfh has quit IRC | 08:11 | |
*** jianingy_afk has quit IRC | 08:11 | |
*** edhall has quit IRC | 08:11 | |
*** cburgess has quit IRC | 08:11 | |
*** markvoelker has quit IRC | 08:11 | |
*** gizmoguy has quit IRC | 08:11 | |
*** pbeskow has quit IRC | 08:11 | |
*** joshh has quit IRC | 08:11 | |
*** EmilienM has quit IRC | 08:11 | |
*** Apsu has quit IRC | 08:11 | |
*** JoeJulian has quit IRC | 08:11 | |
*** zigo has quit IRC | 08:11 | |
*** pvo has quit IRC | 08:11 | |
*** metral has quit IRC | 08:11 | |
*** russellb has quit IRC | 08:11 | |
*** JoeHazzers has quit IRC | 08:11 | |
*** morganfainberg has quit IRC | 08:11 | |
*** irenab has quit IRC | 08:11 | |
*** orion195 has quit IRC | 08:11 | |
*** oda-g has quit IRC | 08:11 | |
*** ekarlso has quit IRC | 08:11 | |
*** _tziOm has quit IRC | 08:11 | |
*** _cerberus_ has quit IRC | 08:11 | |
*** annashen_ has quit IRC | 08:11 | |
*** anteaya has quit IRC | 08:11 | |
*** dave_tucker_zzz has quit IRC | 08:11 | |
*** med_ has quit IRC | 08:11 | |
*** jamespage has quit IRC | 08:11 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 08:11 | |
*** obondarev has quit IRC | 08:28 | |
*** sweston has joined #openstack-neutron | 08:29 | |
*** shivharis has joined #openstack-neutron | 08:29 | |
*** mwagner_lap has joined #openstack-neutron | 08:29 | |
*** ajo has joined #openstack-neutron | 08:29 | |
*** asadoughi has joined #openstack-neutron | 08:29 | |
*** sweston has quit IRC | 08:29 | |
*** mwagner_lap has quit IRC | 08:29 | |
*** ajo has quit IRC | 08:29 | |
*** jlibosva has joined #openstack-neutron | 08:30 | |
*** jistr has joined #openstack-neutron | 08:49 | |
*** db39 has joined #openstack-neutron | 08:58 | |
*** shashank_ has quit IRC | 08:58 | |
*** yfried has joined #openstack-neutron | 09:01 | |
*** yamamoto_ has joined #openstack-neutron | 09:01 | |
*** jp_at_hp has joined #openstack-neutron | 09:01 | |
*** ygbo has joined #openstack-neutron | 09:01 | |
*** Guest551 has joined #openstack-neutron | 09:01 | |
*** jgallard has joined #openstack-neutron | 09:01 | |
*** ramishra has joined #openstack-neutron | 09:01 | |
*** devvesa has joined #openstack-neutron | 09:01 | |
*** obondarev has joined #openstack-neutron | 09:01 | |
*** openstackgerrit has joined #openstack-neutron | 09:01 | |
*** ajo has joined #openstack-neutron | 09:01 | |
*** mwagner_lap has joined #openstack-neutron | 09:01 | |
*** sweston has joined #openstack-neutron | 09:01 | |
*** ilyashakhat_ has joined #openstack-neutron | 09:01 | |
*** amuller has joined #openstack-neutron | 09:01 | |
*** nati_ueno has joined #openstack-neutron | 09:01 | |
*** saju_m has joined #openstack-neutron | 09:01 | |
*** irenab has joined #openstack-neutron | 09:01 | |
*** bvandenh has joined #openstack-neutron | 09:01 | |
*** hemanth_ has joined #openstack-neutron | 09:01 | |
*** amotoki has joined #openstack-neutron | 09:01 | |
*** markmcclain1 has joined #openstack-neutron | 09:01 | |
*** chandan_kumar has joined #openstack-neutron | 09:01 | |
*** vjay has joined #openstack-neutron | 09:01 | |
*** dguitarbite has joined #openstack-neutron | 09:01 | |
*** RajeshMohan has joined #openstack-neutron | 09:01 | |
*** clev-away has joined #openstack-neutron | 09:01 | |
*** yamahata__ has joined #openstack-neutron | 09:01 | |
*** yongli has joined #openstack-neutron | 09:01 | |
*** mfink has joined #openstack-neutron | 09:01 | |
*** jaypipes has joined #openstack-neutron | 09:01 | |
*** jecarey has joined #openstack-neutron | 09:01 | |
*** geekinutah has joined #openstack-neutron | 09:01 | |
*** bada has joined #openstack-neutron | 09:01 | |
*** rkukura has joined #openstack-neutron | 09:01 | |
*** alagalah has joined #openstack-neutron | 09:01 | |
*** garyk has joined #openstack-neutron | 09:01 | |
*** jgrimm has joined #openstack-neutron | 09:01 | |
*** orion195 has joined #openstack-neutron | 09:01 | |
*** mrsnivvel has joined #openstack-neutron | 09:01 | |
*** annegentle has joined #openstack-neutron | 09:01 | |
*** krtaylor has joined #openstack-neutron | 09:01 | |
*** ekarlso has joined #openstack-neutron | 09:01 | |
*** rdo has joined #openstack-neutron | 09:01 | |
*** salv-orlando has joined #openstack-neutron | 09:01 | |
*** rha has joined #openstack-neutron | 09:01 | |
*** evilstephen has joined #openstack-neutron | 09:01 | |
*** marun has joined #openstack-neutron | 09:01 | |
*** arosen has joined #openstack-neutron | 09:01 | |
*** kevinbenton has joined #openstack-neutron | 09:01 | |
*** juice has joined #openstack-neutron | 09:01 | |
*** pcarver has joined #openstack-neutron | 09:01 | |
*** jkary has joined #openstack-neutron | 09:01 | |
*** markvoelker has joined #openstack-neutron | 09:01 | |
*** feleouet has joined #openstack-neutron | 09:01 | |
*** pasquier-s has joined #openstack-neutron | 09:01 | |
*** skraynev has joined #openstack-neutron | 09:01 | |
*** akamyshnikova has joined #openstack-neutron | 09:01 | |
*** enikanorov_ has joined #openstack-neutron | 09:01 | |
*** yamahata_ has joined #openstack-neutron | 09:01 | |
*** oda-g has joined #openstack-neutron | 09:01 | |
*** HenryG has joined #openstack-neutron | 09:01 | |
*** mestery has joined #openstack-neutron | 09:01 | |
*** gizmoguy has joined #openstack-neutron | 09:01 | |
*** pbeskow has joined #openstack-neutron | 09:01 | |
*** annashen_ has joined #openstack-neutron | 09:01 | |
*** inara` has joined #openstack-neutron | 09:01 | |
*** haleyb has joined #openstack-neutron | 09:01 | |
*** dkehn_ has joined #openstack-neutron | 09:01 | |
*** wayneeseguin has joined #openstack-neutron | 09:01 | |
*** _tziOm has joined #openstack-neutron | 09:01 | |
*** _cerberus_ has joined #openstack-neutron | 09:01 | |
*** beagles has joined #openstack-neutron | 09:01 | |
*** doude_ has joined #openstack-neutron | 09:01 | |
*** SpamapS has joined #openstack-neutron | 09:01 | |
*** sgran has joined #openstack-neutron | 09:01 | |
*** linuxaddicts has joined #openstack-neutron | 09:01 | |
*** morgabra has joined #openstack-neutron | 09:01 | |
*** rm_work has joined #openstack-neutron | 09:01 | |
*** sbadia has joined #openstack-neutron | 09:01 | |
*** dkehn has joined #openstack-neutron | 09:01 | |
*** dgrig has joined #openstack-neutron | 09:01 | |
*** enikanorov has joined #openstack-neutron | 09:01 | |
*** fouxm has joined #openstack-neutron | 09:01 | |
*** pradipta has joined #openstack-neutron | 09:01 | |
*** jamespage has joined #openstack-neutron | 09:01 | |
*** ptoohill has joined #openstack-neutron | 09:01 | |
*** nplanel has joined #openstack-neutron | 09:01 | |
*** nijaba has joined #openstack-neutron | 09:01 | |
*** ToM__ has joined #openstack-neutron | 09:01 | |
*** sdague has joined #openstack-neutron | 09:01 | |
*** mtreinish has joined #openstack-neutron | 09:01 | |
*** andyhky has joined #openstack-neutron | 09:01 | |
*** echohead_ has joined #openstack-neutron | 09:01 | |
*** joshh has joined #openstack-neutron | 09:01 | |
*** mancdaz has joined #openstack-neutron | 09:01 | |
*** harmw has joined #openstack-neutron | 09:01 | |
*** aryan has joined #openstack-neutron | 09:01 | |
*** dosaboy has joined #openstack-neutron | 09:01 | |
*** zhhuabj has joined #openstack-neutron | 09:01 | |
*** EmilienM has joined #openstack-neutron | 09:01 | |
*** roaet has joined #openstack-neutron | 09:01 | |
*** anteaya has joined #openstack-neutron | 09:01 | |
*** dave_tucker_zzz has joined #openstack-neutron | 09:01 | |
*** qiuyu has joined #openstack-neutron | 09:01 | |
*** lifeless has joined #openstack-neutron | 09:01 | |
*** marios has joined #openstack-neutron | 09:01 | |
*** mordred has joined #openstack-neutron | 09:01 | |
*** Qlawy has joined #openstack-neutron | 09:01 | |
*** ihrachys|wfh has joined #openstack-neutron | 09:01 | |
*** jianingy_afk has joined #openstack-neutron | 09:01 | |
*** edhall has joined #openstack-neutron | 09:01 | |
*** cburgess has joined #openstack-neutron | 09:01 | |
*** Apsu has joined #openstack-neutron | 09:01 | |
*** JoeJulian has joined #openstack-neutron | 09:01 | |
*** zigo has joined #openstack-neutron | 09:01 | |
*** pvo has joined #openstack-neutron | 09:01 | |
*** metral has joined #openstack-neutron | 09:01 | |
*** russellb has joined #openstack-neutron | 09:01 | |
*** med_ has joined #openstack-neutron | 09:01 | |
*** JoeHazzers has joined #openstack-neutron | 09:01 | |
*** morganfainberg has joined #openstack-neutron | 09:01 | |
*** SumitNaiksatam has quit IRC | 09:02 | |
*** SumitNaiksatam has joined #openstack-neutron | 09:02 | |
*** jlibosva has quit IRC | 09:02 | |
*** jlibosva has joined #openstack-neutron | 09:02 | |
*** jistr has quit IRC | 09:02 | |
*** jistr has joined #openstack-neutron | 09:02 | |
*** bvandenh has quit IRC | 09:02 | |
*** jpich has joined #openstack-neutron | 09:05 | |
*** yamamoto_ has quit IRC | 09:05 | |
*** 16WAAZIB1 has joined #openstack-neutron | 09:14 | |
*** rossella_s has joined #openstack-neutron | 09:14 | |
*** djoreilly has joined #openstack-neutron | 09:14 | |
*** 16WAAZIB1 has quit IRC | 09:14 | |
*** rossella_s has quit IRC | 09:15 | |
*** leseb has joined #openstack-neutron | 09:15 | |
*** rossella_s has joined #openstack-neutron | 09:15 | |
irenab | hi, can anyone please suggest how to add vendor tag to available neutron bug tags? | 09:16 |
*** rossella_s has quit IRC | 09:18 | |
*** saju_m has quit IRC | 09:19 | |
*** rossella-s has joined #openstack-neutron | 09:19 | |
*** luqas has quit IRC | 09:22 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 09:24 |
*** devvesa has quit IRC | 09:26 | |
*** luqas has joined #openstack-neutron | 09:30 | |
*** xianghui has quit IRC | 09:31 | |
*** sphoorti has joined #openstack-neutron | 09:31 | |
*** saju_m has joined #openstack-neutron | 09:34 | |
openstackgerrit | Lijun Jiang proposed a change to openstack/neutron: Register a ml2 mechanism driver for vmware https://review.openstack.org/76542 | 09:35 |
*** safchain has joined #openstack-neutron | 09:38 | |
*** alexpilotti has joined #openstack-neutron | 09:41 | |
*** markmcclain1 has quit IRC | 09:43 | |
*** alexpilotti has quit IRC | 09:45 | |
*** sfox has quit IRC | 09:45 | |
*** leseb has quit IRC | 09:46 | |
*** leseb has joined #openstack-neutron | 09:47 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 09:47 |
*** rossella-s has quit IRC | 09:48 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: L3 Metering label as shared https://review.openstack.org/70090 | 09:49 |
*** rotbeard has joined #openstack-neutron | 09:50 | |
*** rossella-s has joined #openstack-neutron | 09:51 | |
*** leseb has quit IRC | 09:51 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes https://review.openstack.org/64553 | 09:51 |
*** christophk has joined #openstack-neutron | 09:52 | |
*** ramishra has quit IRC | 10:06 | |
*** rotbeard has quit IRC | 10:07 | |
*** rossella_s has joined #openstack-neutron | 10:09 | |
*** rossella_s has quit IRC | 10:10 | |
*** rotbeard has joined #openstack-neutron | 10:12 | |
*** ihrachys|wfh is now known as ihrachys | 10:15 | |
*** ramishra has joined #openstack-neutron | 10:15 | |
*** rossella-s has quit IRC | 10:19 | |
*** rotbeard has quit IRC | 10:19 | |
*** rossella-s has joined #openstack-neutron | 10:22 | |
*** bada has quit IRC | 10:22 | |
*** alexpilotti has joined #openstack-neutron | 10:24 | |
*** leseb has joined #openstack-neutron | 10:25 | |
*** devvesa has joined #openstack-neutron | 10:26 | |
*** Guest551 has quit IRC | 10:30 | |
*** Guest551 has joined #openstack-neutron | 10:32 | |
*** Guest551 has quit IRC | 10:33 | |
*** Guest551 has joined #openstack-neutron | 10:34 | |
*** jroovers has quit IRC | 10:44 | |
*** bvandenh has joined #openstack-neutron | 10:51 | |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 10:54 |
*** bvandenh has quit IRC | 10:59 | |
openstackgerrit | Bob Melander proposed a change to openstack/neutron: Implements Neutron routing API using Cisco appliances https://review.openstack.org/74194 | 11:09 |
*** vemana has joined #openstack-neutron | 11:10 | |
*** jp_at_hp1 has joined #openstack-neutron | 11:11 | |
*** jp_at_hp has quit IRC | 11:12 | |
obondarev | amotoki: ping | 11:12 |
amotoki | obondarev: pong | 11:12 |
obondarev | amotoki: I filed a bug on using save_and_reraise_exception in some cases: https://bugs.launchpad.net/neutron/+bug/1288188 | 11:13 |
obondarev | amotoki: would like to know your opinion on this | 11:13 |
*** yamamoto_ has joined #openstack-neutron | 11:15 | |
*** ramishra has quit IRC | 11:17 | |
*** leseb has quit IRC | 11:18 | |
*** leseb has joined #openstack-neutron | 11:18 | |
amotoki | obondarev: Another option is to move if-clause to check exc_type to inside "if self.reraise". | 11:20 |
amotoki | obondarev: raising inside save_and_reraise_exception means we don't reraise, so it sounds reasonable to me to set ctxt.reraise to False. | 11:21 |
*** leseb has quit IRC | 11:22 | |
obondarev | amotoki: for the case described in the bug: in exc handler if no 'if issubclass' is true - we need to reraise original exception | 11:23 |
obondarev | amotoki: for that case we need 'reraise' being set to True | 11:23 |
amotoki | obondarev: yes. setting reraise=True means we declare no reraise is needed explicitly. | 11:25 |
*** vemana has quit IRC | 11:25 | |
*** chandan_kumar has quit IRC | 11:25 | |
amotoki | obondarev: a negative point is it requires us to another line. | 11:25 |
obondarev | amotoki: you mean add 'else: raise' to the exc handler? | 11:26 |
obondarev | and set reraise=False for the save_and...? | 11:26 |
*** jgallard has quit IRC | 11:28 | |
obondarev | amotoki: seems that may look confusing | 11:29 |
amotoki | obondarev: what I thought is http://paste.openstack.org/show/72558/ | 11:30 |
amotoki | obondarev: your thought looks easy to understand and for most cases we don't need to control such kind of thing for each "raise". | 11:31 |
amotoki | (I need to learn more about __exit__. I am not familiar with __exit__.) | 11:32 |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 11:33 |
obondarev | amotoki: ok, returning to this particular case: what reason fo you see in using save_and_reraise? | 11:34 |
obondarev | amotoki: do you think eventlet may switch greenthreads while executing this exception handler? | 11:34 |
amotoki | honestly i don't know the exact case where exception context is lost as described in excutils docstring. | 11:36 |
amotoki | For this particular case, I don't think greenlet switch happens. | 11:36 |
obondarev | I think that may occur when exception handler contains some I/O operations | 11:36 |
obondarev | or logging for example | 11:36 |
amotoki | yes | 11:37 |
*** pasquier-s has quit IRC | 11:37 | |
amotoki | but it is confusing if we sometimes use raise and sometimes use save_and_reraise | 11:37 |
*** pasquier-s has joined #openstack-neutron | 11:38 | |
*** rkukura has quit IRC | 11:38 | |
*** rossella-s has quit IRC | 11:39 | |
*** rossella-s has joined #openstack-neutron | 11:40 | |
amotoki | obondarev: anyway it seems better to improve oslo save_and_excutil. | 11:40 |
obondarev | amotoki: yes, a little bit. But I think save_and_reraise is mostly for cases where new exceptions during exception handler are unexpected | 11:40 |
*** rossella-s has quit IRC | 11:41 | |
*** rossella-s has joined #openstack-neutron | 11:42 | |
amotoki | obondarev: there are other exmaples in neutron: | 11:42 |
amotoki | https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L327 | 11:42 |
obondarev | amotoki: yeah, saw that | 11:43 |
amotoki | https://github.com/openstack/neutron/blob/master/neutron/db/dhcp_rpc_base.py#L62 | 11:43 |
*** garyk1 has joined #openstack-neutron | 11:44 | |
*** ramishra has joined #openstack-neutron | 11:44 | |
obondarev | amotoki: last case contains logging at least :) | 11:44 |
amotoki | ah sorry. this is not the case. | 11:45 |
obondarev | amotoki: https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L327 - frankly don't see the reason for using save_and.. here too | 11:46 |
obondarev | amotoki: as greenthread switching is unlikely to happen | 11:47 |
*** mtreinish_ has joined #openstack-neutron | 11:48 | |
amotoki | agree. what I am not sure is if nobody wants to add log here. | 11:48 |
amotoki | obondarev: are you thinking to switch save_and_reraise to raise? | 11:49 |
obondarev | amotoki: I think error logs (original exception being dropped..) are redundant for such cases | 11:49 |
amotoki | obondarev: totally agree. | 11:50 |
*** mrsnivvel has quit IRC | 11:50 | |
obondarev | amotoki: so yeah, I think just raise would be enough for such cases | 11:50 |
obondarev | and save_and_reraise for exc handlers with some more complex logic | 11:51 |
*** morgabra_ has joined #openstack-neutron | 11:51 | |
*** bada has joined #openstack-neutron | 11:52 | |
amotoki | obondarev: waht I concern is that it requires every programmer needs to know the detail when we need to save_and_reraise. | 11:52 |
amotoki | obondarev: personally we would like to use a single way :-) This is the only reason. | 11:52 |
*** rotbeard has joined #openstack-neutron | 11:53 | |
obondarev | amotoki: I think docstring for save_and_reraise contains enough info to know when it should be used :) | 11:54 |
*** alexpilotti_ has joined #openstack-neutron | 11:54 | |
amotoki | :-) | 11:54 |
*** garyk has quit IRC | 11:55 | |
*** mtreinish has quit IRC | 11:55 | |
*** andyhky` has joined #openstack-neutron | 11:56 | |
obondarev | amotoki: so in other words | 11:56 |
*** akamyshnikova_ has joined #openstack-neutron | 11:56 | |
*** mtreinish_ is now known as mtreinish | 11:56 | |
*** morgabra has quit IRC | 11:56 | |
*** nati_ueno has quit IRC | 11:56 | |
*** akamyshnikova has quit IRC | 11:56 | |
*** sbadia has quit IRC | 11:56 | |
*** andyhky has quit IRC | 11:56 | |
*** alexpilotti has quit IRC | 11:56 | |
*** juice has quit IRC | 11:56 | |
*** juice has joined #openstack-neutron | 11:57 | |
*** alexpilotti_ is now known as alexpilotti | 11:57 | |
obondarev | amotoki: my point is that save_and reraise is not for cases when you need to raise another type of exception inside exception handler | 11:57 |
amotoki | obondarev: i have another case in nec plugin https://github.com/openstack/neutron/blob/master/neutron/plugins/nec/router_drivers.py#L122 | 11:57 |
*** garyk1 has quit IRC | 11:58 | |
obondarev | amotoki: I see.. | 11:58 |
*** sbadia has joined #openstack-neutron | 11:59 | |
*** rossella-s has quit IRC | 11:59 | |
obondarev | amotoki: so if first 'if' is true - no additional error logging needed | 11:59 |
amotoki | yes in this case. | 12:00 |
*** banix has joined #openstack-neutron | 12:00 | |
obondarev | amotoki: but lines 127-132 is the case what save_and_reraise is for :) | 12:01 |
*** rossella-s has joined #openstack-neutron | 12:01 | |
*** rossella-s has quit IRC | 12:03 | |
*** rossella-s has joined #openstack-neutron | 12:03 | |
obondarev | amotoki: so your proposal (ctxt.reraise = False and a fix to oslo) will handle such cases correctly, right? | 12:04 |
amotoki | obondarev: yes. I think it is better save_and_reraise provides a way to control the log "orignal exception being dropped" but passing this as consturctor parameter will lose a chance to find an programing error. | 12:05 |
obondarev | amotoki: agree | 12:05 |
amotoki | obondarev: as a bonus, we can use a single *safe* way for reraise without knowning the detail. | 12:06 |
*** zzelle has joined #openstack-neutron | 12:06 | |
obondarev | amotoki: yes. What if add 'log_orig_exception' parameter? | 12:07 |
obondarev | amotoki: http://paste.openstack.org/show/72570/ | 12:08 |
obondarev | amotoki: IMO that will look more clear than ctx.reraise = False | 12:08 |
amotoki | obondarev: it looks better. | 12:09 |
obondarev | amotoki: great, I'll go this way then :) | 12:09 |
amotoki | obondarev: thanks for raising this. | 12:10 |
obondarev | amotoki: thanks for the discussion | 12:10 |
*** chandan_kumar has joined #openstack-neutron | 12:11 | |
ajo | hi :) | 12:12 |
ajo | I'm finding lots of performance problems with neutron-rootwrap | 12:12 |
ajo | creating 192 nets + 192 routers (when I restart a network node) takes 24minutes with neutron-rootwrap | 12:12 |
ajo | and ... 10 minutes with sudo | 12:13 |
ajo | it's a big impact, non negligible at all | 12:13 |
ajo | I'll write a more detailed report to the list later | 12:13 |
ajo | I suppose rootwrap was more for the use case in nova, they make less system calls | 12:13 |
*** yamahata__ has quit IRC | 12:14 | |
ajo | and I understand that the system call coalescing will help, but I believe we should take a look at rootwrap | 12:14 |
ajo | 0.3sec overhead for call = 14minutes overhead for 192 networks & routers | 12:14 |
*** luqas has quit IRC | 12:16 | |
*** leseb has joined #openstack-neutron | 12:16 | |
*** yamamoto_ has quit IRC | 12:18 | |
*** rossella_s has joined #openstack-neutron | 12:21 | |
*** rossella_s has quit IRC | 12:21 | |
*** leseb has quit IRC | 12:21 | |
*** pcm_ has joined #openstack-neutron | 12:22 | |
*** pcm_ has quit IRC | 12:23 | |
*** pcm_ has joined #openstack-neutron | 12:23 | |
*** yamamoto_ has joined #openstack-neutron | 12:25 | |
openstackgerrit | Berezovsky Irena proposed a change to openstack/neutron: Implements ML2 mechanism driver for SR-IOV capable NIC based switching https://review.openstack.org/74464 | 12:28 |
*** salv-orlando has quit IRC | 12:31 | |
*** devvesa has quit IRC | 12:32 | |
*** devvesa has joined #openstack-neutron | 12:33 | |
*** xuhanp has joined #openstack-neutron | 12:35 | |
*** rossella-s has quit IRC | 12:41 | |
*** leseb has joined #openstack-neutron | 12:43 | |
*** shivharis has quit IRC | 12:45 | |
*** hemanth_ has quit IRC | 12:49 | |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Allow to delegate some tunnel provider attributes choice https://review.openstack.org/74055 | 12:52 |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Allow to delegate some vlan provider attributes choice to neutron https://review.openstack.org/71904 | 12:52 |
*** bvandenh has joined #openstack-neutron | 12:53 | |
*** sphoorti has quit IRC | 12:57 | |
*** rossella-s has joined #openstack-neutron | 13:00 | |
*** sphoorti has joined #openstack-neutron | 13:01 | |
*** sphoorti has quit IRC | 13:03 | |
*** sphoorti has joined #openstack-neutron | 13:03 | |
*** xuhanp has quit IRC | 13:04 | |
*** xuhanp has joined #openstack-neutron | 13:04 | |
*** banix has quit IRC | 13:05 | |
*** jgallard has joined #openstack-neutron | 13:06 | |
*** mfink has quit IRC | 13:11 | |
*** luqas has joined #openstack-neutron | 13:14 | |
*** leseb has quit IRC | 13:14 | |
*** leseb has joined #openstack-neutron | 13:14 | |
*** leseb_ has joined #openstack-neutron | 13:15 | |
*** leseb has quit IRC | 13:15 | |
xuhanp | sc68cal, ping | 13:16 |
sc68cal | xuhanp: pong | 13:16 |
sc68cal | you're up early / up late | 13:16 |
xuhanp | just want to let you know my security group change get your review updated | 13:17 |
xuhanp | sorry about that. | 13:17 |
*** yamamoto_ has quit IRC | 13:17 | |
sc68cal | No problem | 13:17 |
xuhanp | guess you need a new patch | 13:17 |
sc68cal | Yeah - depending on how much churn there is in the DB migrations, may wait until the dust settles | 13:17 |
xuhanp | OK. sounds good. | 13:18 |
openstackgerrit | Yuuichi Fujioka proposed a change to openstack/neutron: change to allow setting ip address of floating ip https://review.openstack.org/70286 | 13:18 |
*** jecarey has quit IRC | 13:18 | |
*** jistr is now known as jistr|english | 13:19 | |
*** ramishra has quit IRC | 13:20 | |
anteaya | so https://review.openstack.org/#/c/77788/ is failing in the gate | 13:24 |
*** oda-g has quit IRC | 13:25 | |
*** garyk has joined #openstack-neutron | 13:25 | |
sc68cal | looks like just the postgres stuff so far | 13:26 |
*** hemanthravi has quit IRC | 13:26 | |
sc68cal | oop - just failed at the same points on dvsm-neutron | 13:28 |
*** WackoRobie has joined #openstack-neutron | 13:30 | |
*** tongli has joined #openstack-neutron | 13:37 | |
*** rossella-s has quit IRC | 13:40 | |
anteaya | so ovs timeout on both tests: http://logs.openstack.org/88/77788/2/gate/gate-tempest-dsvm-neutron-pg/c7a1cfe/logs/screen-q-agt.txt.gz?level=ERROR | 13:40 |
anteaya | http://logs.openstack.org/88/77788/2/gate/gate-tempest-dsvm-neutron-pg/c7a1cfe/logs/screen-q-agt.txt.gz?level=ERROR | 13:40 |
*** dave_tucker_zzz is now known as dave_tucker | 13:41 | |
*** leseb_ has quit IRC | 13:42 | |
*** baoli has joined #openstack-neutron | 13:43 | |
*** rossella-s has joined #openstack-neutron | 13:44 | |
*** vuvu has joined #openstack-neutron | 13:45 | |
*** vu_ has joined #openstack-neutron | 13:45 | |
*** krtaylor has quit IRC | 13:46 | |
*** kincl has joined #openstack-neutron | 13:46 | |
*** jecarey has joined #openstack-neutron | 13:48 | |
*** leseb has joined #openstack-neutron | 13:48 | |
*** thuc has joined #openstack-neutron | 13:49 | |
*** thuc_ has joined #openstack-neutron | 13:50 | |
*** baoli has quit IRC | 13:51 | |
*** baoli has joined #openstack-neutron | 13:51 | |
*** julim has joined #openstack-neutron | 13:52 | |
*** dguitarbite has quit IRC | 13:53 | |
*** thuc has quit IRC | 13:54 | |
*** roeyc has joined #openstack-neutron | 13:55 | |
*** vu_ has quit IRC | 13:55 | |
*** vuvu has quit IRC | 13:55 | |
*** vuvu has joined #openstack-neutron | 13:56 | |
*** vu_ has joined #openstack-neutron | 13:56 | |
*** dave_tucker is now known as dave_tucker_zzz | 13:56 | |
*** mfink has joined #openstack-neutron | 14:00 | |
*** ramishra has joined #openstack-neutron | 14:00 | |
*** salv-orlando has joined #openstack-neutron | 14:03 | |
*** yfried has quit IRC | 14:03 | |
*** vu_ has quit IRC | 14:03 | |
*** vuvu has quit IRC | 14:04 | |
*** vu_ has joined #openstack-neutron | 14:04 | |
*** mfink has quit IRC | 14:05 | |
*** mfink has joined #openstack-neutron | 14:05 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/neutron: Add support for tenant-provided NSX gateways devices https://review.openstack.org/74209 | 14:05 |
*** vuvu has joined #openstack-neutron | 14:07 | |
*** dguitarbite has joined #openstack-neutron | 14:07 | |
*** vu_ has quit IRC | 14:08 | |
*** vu_ has joined #openstack-neutron | 14:09 | |
*** amotoki has quit IRC | 14:09 | |
*** vuvu has quit IRC | 14:12 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 14:12 |
*** vjay has quit IRC | 14:13 | |
*** vu_ has quit IRC | 14:14 | |
*** saju_m has quit IRC | 14:15 | |
*** dave_tucker_zzz is now known as dave_tucker | 14:15 | |
*** leseb has quit IRC | 14:17 | |
*** WackoRobie has quit IRC | 14:18 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/python-neutronclient: CLI support for NSX gateway devices https://review.openstack.org/77164 | 14:18 |
*** vu_ has joined #openstack-neutron | 14:19 | |
*** vuvu has joined #openstack-neutron | 14:19 | |
*** vuvu has quit IRC | 14:19 | |
*** vu_ has quit IRC | 14:19 | |
*** vuvu has joined #openstack-neutron | 14:20 | |
*** vu_ has joined #openstack-neutron | 14:20 | |
openstackgerrit | A change was merged to openstack/neutron: NEC plugin: PFC packet fitler support https://review.openstack.org/74192 | 14:22 |
*** WackoRobie has joined #openstack-neutron | 14:22 | |
*** leseb has joined #openstack-neutron | 14:23 | |
*** irenab has quit IRC | 14:23 | |
*** rkukura has joined #openstack-neutron | 14:24 | |
*** jistr|english is now known as jistr | 14:25 | |
*** alagalah has quit IRC | 14:25 | |
*** vuvu has quit IRC | 14:25 | |
*** vu_ has quit IRC | 14:25 | |
*** peristeri has joined #openstack-neutron | 14:26 | |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 14:27 |
*** thuc_ has quit IRC | 14:29 | |
*** thuc has joined #openstack-neutron | 14:30 | |
openstackgerrit | Trinath Somanchi proposed a change to openstack/neutron: implements:bp/fsl-sdn-os-mech-driver::fsl mech driver https://review.openstack.org/78092 | 14:32 |
*** WackoRobie has quit IRC | 14:32 | |
*** thuc has quit IRC | 14:34 | |
*** vuvu has joined #openstack-neutron | 14:34 | |
*** vu_ has joined #openstack-neutron | 14:34 | |
*** db39 has quit IRC | 14:40 | |
*** krtaylor has joined #openstack-neutron | 14:40 | |
*** bvandenh has quit IRC | 14:48 | |
*** dguitarbite has quit IRC | 14:50 | |
*** Guest551 has quit IRC | 14:51 | |
*** jgrimm has quit IRC | 14:52 | |
*** carl_baldwin has joined #openstack-neutron | 14:52 | |
*** dguitarbite has joined #openstack-neutron | 14:55 | |
*** WackoRobie has joined #openstack-neutron | 14:55 | |
*** jrbudnack has joined #openstack-neutron | 14:58 | |
*** yfujioka has quit IRC | 15:02 | |
*** dguitarbite has quit IRC | 15:03 | |
*** otherwiseguy has joined #openstack-neutron | 15:04 | |
*** djoreilly has quit IRC | 15:05 | |
*** mwagner_lap has quit IRC | 15:08 | |
*** WackoRobie has quit IRC | 15:08 | |
*** manishg has joined #openstack-neutron | 15:09 | |
*** yfried has joined #openstack-neutron | 15:13 | |
*** jobewan has joined #openstack-neutron | 15:14 | |
*** ramishra has quit IRC | 15:15 | |
*** WackoRobie has joined #openstack-neutron | 15:16 | |
*** blogan has joined #openstack-neutron | 15:18 | |
*** djoreilly has joined #openstack-neutron | 15:18 | |
*** dguitarbite has joined #openstack-neutron | 15:22 | |
*** ryu_ has quit IRC | 15:25 | |
*** dave_tucker is now known as dave_tucker_zzz | 15:25 | |
*** yamahata has joined #openstack-neutron | 15:27 | |
*** dguitarbite has quit IRC | 15:27 | |
*** dguitarbite has joined #openstack-neutron | 15:32 | |
*** dave_tucker_zzz is now known as dave_tucker | 15:33 | |
*** dguitarbite has quit IRC | 15:36 | |
*** arosen1 has joined #openstack-neutron | 15:36 | |
arosen1 | only 3 neutron patches merged in the last 7 hours :( | 15:37 |
arosen1 | nova got 4 in | 15:38 |
*** manishg has quit IRC | 15:41 | |
*** yfried has quit IRC | 15:44 | |
*** yfried has joined #openstack-neutron | 15:44 | |
carl_baldwin | mestery: ping | 15:45 |
*** dvorkinista has joined #openstack-neutron | 15:49 | |
*** xuhanp has quit IRC | 15:50 | |
*** Sukhdev has joined #openstack-neutron | 15:51 | |
*** chandan_kumar has quit IRC | 15:51 | |
*** vuvu has quit IRC | 15:51 | |
*** vu_ has quit IRC | 15:51 | |
mestery | carl_baldwin: pong, whats up? | 15:53 |
*** ramishra has joined #openstack-neutron | 15:53 | |
*** yamamoto_ has joined #openstack-neutron | 15:55 | |
*** jgrimm has joined #openstack-neutron | 15:55 | |
*** rcurran has joined #openstack-neutron | 15:55 | |
*** thedodd has joined #openstack-neutron | 15:55 | |
*** arosen1 has left #openstack-neutron | 15:56 | |
carl_baldwin | I sent you a PM. I'll add to your meeting agenda now. | 15:57 |
*** chandan_kumar has joined #openstack-neutron | 15:57 | |
*** roeyc has quit IRC | 15:57 | |
mestery | thanks carl_baldwin! | 15:58 |
*** banix has joined #openstack-neutron | 15:58 | |
*** amotoki has joined #openstack-neutron | 15:58 | |
*** skraynev is now known as skraynev_afk | 15:58 | |
carl_baldwin | mestery: Thank you. | 15:59 |
*** irenab has joined #openstack-neutron | 16:02 | |
*** vu_ has joined #openstack-neutron | 16:02 | |
*** vuvu has joined #openstack-neutron | 16:02 | |
amotoki | neutron cores: please watch gate status with https://review.openstack.org/#/q/status:open+project:openstack/neutron+branch:master+Approved%253D1,n,z | 16:03 |
amotoki | and if there is gate failure, please check the reason and retrigger the gate. | 16:03 |
*** jaypipes has quit IRC | 16:03 | |
*** shivharis has joined #openstack-neutron | 16:05 | |
*** vu_ has quit IRC | 16:06 | |
*** vuvu has quit IRC | 16:06 | |
*** yfried has quit IRC | 16:06 | |
*** yfried has joined #openstack-neutron | 16:07 | |
*** leseb has quit IRC | 16:07 | |
*** asselin_wfh has joined #openstack-neutron | 16:07 | |
*** asselin_wfh has left #openstack-neutron | 16:07 | |
*** leseb has joined #openstack-neutron | 16:07 | |
*** vu_ has joined #openstack-neutron | 16:08 | |
*** vuvu has joined #openstack-neutron | 16:08 | |
*** vu_ has quit IRC | 16:08 | |
*** vuvu has quit IRC | 16:08 | |
*** vuvu has joined #openstack-neutron | 16:08 | |
*** vu_ has joined #openstack-neutron | 16:08 | |
*** evgenyf has joined #openstack-neutron | 16:09 | |
*** leseb has quit IRC | 16:11 | |
haleyb | amuller: regarding the metadata proxy issues you mentioned in the DVR meeting, there were some recent changes to the agent to help with this - configurable workers and socket backlog | 16:12 |
haleyb | this has helped our deployment quite a bit | 16:12 |
amuller | ajo: ^^^ | 16:12 |
haleyb | oh, i thought it was you asking | 16:12 |
*** vuvu has quit IRC | 16:13 | |
*** vu_ has quit IRC | 16:13 | |
amuller | It's interesting to me as well :) | 16:13 |
haleyb | you also need to bump the worker count on the nova metadata side, but that's it | 16:14 |
amuller | So if you bump the amount of workers on both metadata sides you get a drop in CPU usage? | 16:14 |
*** vu_ has joined #openstack-neutron | 16:14 | |
*** vuvu has joined #openstack-neutron | 16:14 | |
haleyb | i'd have to look at that, i must have misread the question looking in the meeting scrollback. Trying to boot many instances simultaneously typically causes metadata problems, mostly fixed by those changes | 16:17 |
ajo | haleyb,you optimized for memory usage or CPU usage? | 16:17 |
*** mwagner_lap has joined #openstack-neutron | 16:17 | |
haleyb | any other high memory or cpu usage is something to be looked into | 16:17 |
ajo | we found a footprint of 24-27MB / qrouter namespace | 16:17 |
haleyb | ajo: we optimized it so (mostly) always work, haven't noticed the processes taking much cpu/mem from what i know | 16:18 |
ajo | and ihrachys / jlibosva pushed some CPU usage improvements recently (fixed a bad authentication problem, and added short-lived caching) | 16:18 |
*** vuvu has quit IRC | 16:18 | |
haleyb | so their might still be work to do | 16:19 |
ajo | yep | 16:19 |
ajo | haleyb, if you could check the memory footprint with your settings, I'd like to compare | 16:19 |
*** vu_ has quit IRC | 16:19 | |
ajo | (just the RSS size) | 16:20 |
haleyb | it will take me a minute... | 16:20 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 16:20 |
ajo | thanks a lot haleyb | 16:21 |
*** vuvu has joined #openstack-neutron | 16:21 | |
*** vu_ has joined #openstack-neutron | 16:21 | |
*** vkozhukalov has joined #openstack-neutron | 16:21 | |
*** dvorkinista has quit IRC | 16:21 | |
*** rossella-s has quit IRC | 16:21 | |
*** WackoRob_ has joined #openstack-neutron | 16:24 | |
*** rossella-s has joined #openstack-neutron | 16:25 | |
*** leseb has joined #openstack-neutron | 16:25 | |
*** WackoRobie has quit IRC | 16:26 | |
*** manishg has joined #openstack-neutron | 16:29 | |
haleyb | ajo: maybe 22MB, but these systems have gobs of memory so i've never noticed them. So the proxies are almost as large as the agent | 16:31 |
ajo | thanks a lot for checking haleyb | 16:32 |
ajo | yes, generally it passes unnoticed :-) | 16:32 |
ajo | I discovered while testing on a 2GB VM | 16:32 |
*** manishg_ has joined #openstack-neutron | 16:33 | |
ajo | it stopped working at network 100 | 16:33 |
*** manishg has quit IRC | 16:33 | |
ajo | 60GB would let you scale to 2500 networks | 16:34 |
ajo | not sure, I suppose for those numbers (2500 nets) the bottlenecks are somewhere else | 16:35 |
ajo | (network, cpu, etc..) | 16:35 |
haleyb | namespaces :) | 16:35 |
*** otherwiseguy has quit IRC | 16:36 | |
ajo | right | 16:36 |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Add script for populating LB table after migration https://review.openstack.org/78293 | 16:36 |
haleyb | either way, is one of those imports cause this? i'm curious to know now | 16:36 |
*** manishg_ has quit IRC | 16:37 | |
ajo | haleyb, I didn't investigate in depth | 16:37 |
*** WackoRob_ has quit IRC | 16:37 | |
ajo | it's a matter of profiling | 16:37 |
ajo | haleyb, I'm looking at rootwrap performance at this moment | 16:38 |
ajo | haleyb, did you hit any problem with that? | 16:38 |
ajo | I found that it slows down network node population too much | 16:38 |
ajo | like x2.5 compared to sudo | 16:38 |
*** dave_tucker is now known as dave_tucker_zzz | 16:40 | |
*** markmcclain has joined #openstack-neutron | 16:41 | |
haleyb | ajo: we've been looking at a number of performance issues around sudo, etc, carl has some reviews up. Nothing specific to rootwrap, we know that's going to add overhead | 16:41 |
ajo | z | 16:41 |
ajo | * markmcclain (~markmccla@c-98-242-72-116.hs | 16:41 |
ajo | upps sorry:) | 16:41 |
ajo | clipaboard | 16:41 |
ajo | http://lists.openstack.org/pipermail/openstack-dev/2014-March/029017.html | 16:41 |
*** vkozhukalov has quit IRC | 16:42 | |
irenab | markmcclain: hi | 16:42 |
irenab | markmcclain: hi | 16:43 |
haleyb | ajo: https://review.openstack.org/#/c/67490/ is a WIP | 16:43 |
ajo | ah, for command coalescing | 16:44 |
ajo | interesting, I marked it to watch it | 16:44 |
ajo | I have to leave now, but I'll take a look on it | 16:44 |
ajo | do we have any mail thread about it? | 16:44 |
ajo | I suppose carl_baldwin will chip in my email thread above :) | 16:45 |
ajo | you seem to be concerned about the same things I am :) | 16:45 |
*** thuc has joined #openstack-neutron | 16:46 | |
haleyb | yes, and carl and i work together and have a keen interest in scaling the agents among other things | 16:46 |
ajo | nice, good to see more people on the same boat :) | 16:46 |
ajo | I've been playing with pypy+rootwrap (slower boot time) | 16:47 |
haleyb | ONO is a telco? just curious | 16:47 |
ajo | other option could be to write a simpler python code, equivalent to rootwrap, and use shedskin to convert into C++ | 16:47 |
ajo | haleyb, yes, but it's not my company :) | 16:47 |
ajo | I work for Red Hat | 16:47 |
haleyb | ah, my spanish was rusty | 16:48 |
ajo | hehe, rusty is better than nothing :-) | 16:48 |
*** otherwiseguy has joined #openstack-neutron | 16:48 | |
*** piyush has joined #openstack-neutron | 16:51 | |
*** jlibosva has quit IRC | 16:51 | |
ajo | haleyb, I have to leave, see you around | 16:52 |
*** _cjones_ has joined #openstack-neutron | 16:52 | |
haleyb | i'll read your email to the dev list, haven't got there yet | 16:53 |
carl_baldwin | ajo: I am writing a reply to your thread but it will not be sent until I get out of meetings. ;) | 16:54 |
ajo | I posted again :) | 16:54 |
carl_baldwin | Just saw that come in. I'll have a look. | 16:55 |
*** yfried has quit IRC | 16:56 | |
*** yfried has joined #openstack-neutron | 16:57 | |
*** rcurran has quit IRC | 16:57 | |
*** reaper has joined #openstack-neutron | 17:00 | |
*** jgrimm has quit IRC | 17:00 | |
*** jgrimm has joined #openstack-neutron | 17:00 | |
*** jgrimm has quit IRC | 17:00 | |
*** baoli has quit IRC | 17:01 | |
*** sfox has joined #openstack-neutron | 17:02 | |
*** rwsu has joined #openstack-neutron | 17:03 | |
*** ygbo has quit IRC | 17:03 | |
*** baoli has joined #openstack-neutron | 17:04 | |
*** markmcclain1 has joined #openstack-neutron | 17:04 | |
*** irenab has quit IRC | 17:05 | |
*** leseb has quit IRC | 17:05 | |
*** markmcclain has quit IRC | 17:06 | |
*** amotoki has quit IRC | 17:06 | |
*** SumitNaiksatam has quit IRC | 17:07 | |
*** harlowja has joined #openstack-neutron | 17:07 | |
*** mlavalle has joined #openstack-neutron | 17:10 | |
*** devlaps has joined #openstack-neutron | 17:13 | |
*** chandan_kumar has quit IRC | 17:16 | |
*** WackoRobie has joined #openstack-neutron | 17:23 | |
*** krtaylor has quit IRC | 17:23 | |
*** dave_tucker_zzz is now known as dave_tucker | 17:25 | |
*** jorgem has joined #openstack-neutron | 17:29 | |
*** zhipeng has joined #openstack-neutron | 17:29 | |
*** krtaylor has joined #openstack-neutron | 17:30 | |
*** SumitNaiksatam has joined #openstack-neutron | 17:32 | |
*** openstackgerrit has quit IRC | 17:32 | |
*** jpich has quit IRC | 17:33 | |
*** vkozhukalov has joined #openstack-neutron | 17:33 | |
*** dims has quit IRC | 17:35 | |
*** manishg has joined #openstack-neutron | 17:37 | |
*** dims has joined #openstack-neutron | 17:37 | |
*** bjornar has joined #openstack-neutron | 17:37 | |
*** evgenyf has quit IRC | 17:42 | |
*** beagles is now known as beagles_brb | 17:44 | |
*** leseb has joined #openstack-neutron | 17:46 | |
*** devvesa has quit IRC | 17:49 | |
*** Sukhdev has quit IRC | 17:50 | |
*** dvorkinista has joined #openstack-neutron | 17:52 | |
*** shivharis has quit IRC | 17:53 | |
*** baoli has quit IRC | 17:55 | |
*** Sukhdev has joined #openstack-neutron | 17:57 | |
*** rotbeard has quit IRC | 17:59 | |
*** jgallard has quit IRC | 17:59 | |
*** baoli has joined #openstack-neutron | 18:00 | |
*** nati_ueno has joined #openstack-neutron | 18:02 | |
*** thuc has quit IRC | 18:02 | |
*** beagles_brb is now known as beagles | 18:02 | |
*** thuc has joined #openstack-neutron | 18:02 | |
*** dvorkinista has quit IRC | 18:03 | |
*** dvorkinista has joined #openstack-neutron | 18:03 | |
*** suresh12 has joined #openstack-neutron | 18:07 | |
nati_ueno | Hi SumitNaiksatam | 18:07 |
SumitNaiksatam | nati_ueno: hi | 18:08 |
SumitNaiksatam | nati_ueno: i am running the fwaas meeting | 18:08 |
SumitNaiksatam | nati_ueno: can you join there | 18:08 |
nati_ueno | SumitNaiksatam: oh sorry | 18:08 |
SumitNaiksatam | nati_ueno: -meeting | 18:09 |
*** WackoRobie has quit IRC | 18:12 | |
*** wendar has joined #openstack-neutron | 18:18 | |
*** devvesa has joined #openstack-neutron | 18:20 | |
*** leseb has quit IRC | 18:20 | |
*** jogo has joined #openstack-neutron | 18:21 | |
wendar | salv-orlando: We're seeing a lot of gate failures for neutron, digging into it now. | 18:21 |
salv-orlando | ok. No more details? | 18:22 |
markmcclain1 | wendar: which review? | 18:22 |
wendar | I'm digging through the logs now looking for patterns. | 18:22 |
wendar | salv-orlando: It's a reoccurance of Bug 1253896. | 18:23 |
jogo | salv-orlando: also a lot of new unknown failures in neutron jobs on status.openstack.org/elastic-recheck/data/uncategorized.html | 18:23 |
markmcclain1 | sadly '96 could be anything | 18:23 |
wendar | but also uncategorized | 18:23 |
*** ramishra has quit IRC | 18:23 | |
jogo | markmcclain1: yup haha | 18:24 |
jogo | its the bug that haunts us all | 18:24 |
wendar | yeah, uncategorized is what I'm looking at | 18:24 |
salv-orlando | Are we in alarm mode or do we have time to look at the logs? | 18:24 |
jogo | salv-orlando: gate is very backed up so I think alarm | 18:24 |
*** ramishra has joined #openstack-neutron | 18:24 | |
salv-orlando | then revert! | 18:24 |
jogo | gate is 15 hours behind | 18:24 |
salv-orlando | let's start with floating IP status patch | 18:24 |
wendar | we haven't identified the patch yet | 18:24 |
*** shashank_ has joined #openstack-neutron | 18:25 | |
wendar | salv-orlando: 74144 is looking suspiciously frequent | 18:26 |
*** openstackgerrit has joined #openstack-neutron | 18:26 | |
salv-orlando | what is 74144? | 18:26 |
*** andyhky` is now known as andyhky | 18:26 | |
markmcclain1 | 74144 failed unrelated to the change | 18:26 |
markmcclain1 | https://jenkins02.openstack.org/job/gate-tempest-dsvm-neutron/8899/console | 18:26 |
*** fandi has joined #openstack-neutron | 18:26 | |
*** ramishra has quit IRC | 18:28 | |
wendar | markmcclain1: okay, then may be gate stacking noise | 18:28 |
wendar | 74156 is another frequent one | 18:28 |
markmcclain1 | a random sample of the uncat gate failures is showing that devstack never ran | 18:29 |
salv-orlando | the ideal candidate is a "noop" patch such as translation which fails the gate | 18:29 |
wendar | salv-orlando: that'd be nice (jogo agrees) | 18:31 |
*** tong_ has joined #openstack-neutron | 18:31 | |
salv-orlando | here's a list of potentially offending commits: http://paste.openstack.org/show/72678/ | 18:32 |
*** dvorkinista has quit IRC | 18:32 | |
*** amuller has quit IRC | 18:32 | |
*** dvorkinista has joined #openstack-neutron | 18:32 | |
salv-orlando | note that the last one, floatingipstatus, is the most suspicious one | 18:32 |
salv-orlando | there was a trivial error in a RPC handler on the server side, which might cause the rpc loop to crash on the agent | 18:33 |
salv-orlando | and there is a patch for it in the gate | 18:33 |
salv-orlando | m | 18:33 |
salv-orlando | perhaps… you can try and promote that patch? | 18:33 |
salv-orlando | wendar, jogo, markmcclain1: ^ ^ | 18:33 |
*** tongli has quit IRC | 18:33 | |
markmcclain1 | which number? | 18:34 |
salv-orlando | is seventy thousand something ;) | 18:34 |
*** dvorkinista has quit IRC | 18:34 | |
*** dvorkinista has joined #openstack-neutron | 18:34 | |
jogo | salv-orlando: if you think you have a fix that is low risk I am all for promiting | 18:35 |
markmcclain1 | jogo: looking at teh 37 uncategorized failures for gate-tempest-dsvm-neutron 30/37 are tests failing to start | 18:35 |
salv-orlando | https://review.openstack.org/#/c/78077/ | 18:35 |
markmcclain1 | s/tests/gate/ | 18:35 |
markmcclain1 | salv-orlando: haha | 18:35 |
*** jistr has quit IRC | 18:35 | |
fandi | hi all | 18:35 |
fandi | need helps why lbaas not working in grizzly | 18:35 |
salv-orlando | jogo: I am not 100% sure that would fix the resurgence of bug 1253896 | 18:36 |
salv-orlando | I've literally looked at the logs for just 5 minutes | 18:36 |
fandi | here is the error log : http://paste.openstack.org/show/72673/ | 18:36 |
jogo | salv-orlando: is there a fingpering for bug 88036? | 18:36 |
*** shivharis has joined #openstack-neutron | 18:36 | |
markmcclain1 | salv-orlando: it will be promoted on next reset | 18:37 |
markmcclain1 | fandi: LBaaS in Grizzly was experimental | 18:38 |
salv-orlando | yes, it's a traceback in q-vpn | 18:39 |
salv-orlando | digging it | 18:39 |
jogo | salv-orlando: found it | 18:39 |
jogo | doesn't fail every time | 18:40 |
salv-orlando | ok thanks | 18:40 |
arosen | anyone know if there is a launchpad bug for this : http://logs.openstack.org/52/78052/3/check/check-tempest-dsvm-neutron/9addfd6/logs/screen-q-svc.txt.gz?level=TRACE#_2014-03-05_18_14_42_870 | 18:40 |
jogo | looking at freqency of gate issues for it | 18:40 |
jogo | message:"raise l3.FloatingIPNotFound(floatingip_id=id)" AND filename:logs*screen-q-svc.txt AND build_queue:"gate" AND build_status:"FAILURE" | 18:40 |
arosen | jogo: I have a patch for that one. | 18:40 |
markmcclain1 | fandi: I'd suggest looking at the quantum server logs because RPC timeout could be a failure or deadlock on the server side | 18:40 |
*** dvorkinista has quit IRC | 18:40 | |
salv-orlando | yeah arosen I just told jogo to promote that patch | 18:40 |
*** dvorkinista has joined #openstack-neutron | 18:41 | |
arosen | I think there is a pretty bad racecondition in ml2 for delete floatingip | 18:41 |
markmcclain1 | fandi: and since lbaas was experiemental in grizzly it wasn't very resilient to transient failures | 18:41 |
salv-orlando | basically, I think it's related to bug 1253896 because the error in the server causes a full resync on the agent | 18:41 |
salv-orlando | the full resync in its turn causes a delay in floating ip configuration | 18:41 |
salv-orlando | which causes then the failure | 18:41 |
fandi | markmcclain1, ok let me check quantum log | 18:41 |
arosen | The l3_db class class notify() then the l3-agent does a sync and updates the floatingip_ip_status at the same time the floatingip is being deleted. | 18:41 |
salv-orlando | what is not yet clear to me is why that would fail scenario tests. Because this failure would manifest only on floating IP deletion, and the floating IP is deleted only at the end of the scenario test | 18:42 |
salv-orlando | I think we have however also the option of reverting the patch | 18:43 |
salv-orlando | the one for floating IP statuses | 18:43 |
fandi | markmcclain1, log is running i am not sure error there. | 18:43 |
arosen | salv-orlando: actually i think the issue is because the rpc call is within a nested transaction ? | 18:43 |
jogo | salv-orlando: do you think this failure is related to that bug http://logs.openstack.org/17/76617/7/gate/gate-tempest-dsvm-neutron-pg/c0b194c/logs/testr_results.html.gz | 18:44 |
markmcclain1 | with luck we're 20m away the promoted patch landing | 18:44 |
jogo | https://bugs.launchpad.net/neutron/+bug/1288036 | 18:44 |
jogo | if not I think that bug isn't the issue | 18:44 |
jogo | I see it in a huge number of successfull jobs | 18:44 |
pcm_ | salv-orlando: I did 74144 & 74156, let me know if there is anything I can do to help (not familiar with gate stuff) | 18:44 |
*** dvorkinista has quit IRC | 18:45 | |
salv-orlando | jogo… nope that's another bug I filed. | 18:45 |
salv-orlando | I think I even pushed a patch for that… or did I? | 18:45 |
arosen | https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L764 | 18:45 |
* markmcclain1 steps away for 10mins | 18:45 | |
*** dvorkinista has joined #openstack-neutron | 18:45 | |
jogo | salv-orlando: so I don't think https://review.openstack.org/#/c/78077/ will help teh gate in that case | 18:45 |
jogo | but it shouldn't hurt either | 18:45 |
salv-orlando | arosen: isn't the notifier supposed to return? | 18:45 |
salv-orlando | or does it wait for the callback | 18:46 |
salv-orlando | ok. I think I'm handling more conversation than what my brain can. | 18:46 |
jogo | markmcclain1: what about the uncategorized? | 18:46 |
salv-orlando | jogo: is this http://logs.openstack.org/17/76617/7/gate/gate-tempest-dsvm-neutron-pg/c0b194c/logs/testr_results.html.gz hitting the gate a lot? | 18:47 |
*** Sukhdev has quit IRC | 18:47 | |
arosen | salv-orlando: it uses fanout_cast() | 18:47 |
salv-orlando | arosen: then it should not be blocking, should it? | 18:47 |
*** dvorkinista has quit IRC | 18:48 | |
wendar | salv-orlando/markmcclain1: http://logs.openstack.org/27/77927/3/gate/gate-tempest-dsvm-neutron-pg/60b49fc/logs/devstacklog.txt.gz | 18:48 |
*** dvorkinista has joined #openstack-neutron | 18:49 | |
*** jroovers has joined #openstack-neutron | 18:49 | |
wendar | No handlers could be found for logger "neutron.common.legacy" | 18:49 |
salv-orlando | wendar: that is not the error | 18:50 |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add HA support to the l3 agent https://review.openstack.org/70700 | 18:50 |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA https://review.openstack.org/68142 | 18:50 |
wendar | salv-orlando: yes | 18:50 |
salv-orlando | that's the error? | 18:50 |
wendar | salv-orlando: Only a single head is supported. The script directory has multiple heads (due to branching), which must be resolved by manually editing the revision files to form a linear sequence. Run `alembic branches` to see the divergence(s). | 18:50 |
jogo | salv-orlando: that is not in the gate much, 3 hits for message:"MismatchError: {u'binary': u'neutron-openvswitch-agent'" in last 48 hours | 18:50 |
salv-orlando | yeah that is it | 18:50 |
salv-orlando | jogo: I knew that was rare | 18:50 |
salv-orlando | wendar: we've dealt with error like this before. I think however it's specific to patch 77927 | 18:51 |
jogo | salv-orlando: if its that patch, snipe it? | 18:51 |
salv-orlando | this happens when migrations stack up in the gate queue. It's an "expected" failure mode, sort of rebase error | 18:51 |
*** dave_tucker is now known as dave_tucker_zzz | 18:52 | |
salv-orlando | jogo. Basically there must be some migration issue. If the patch has already failed the gate it won't be reapproved. | 18:52 |
salv-orlando | what I find strange is that patch 77927 just changed the plugins affected by the migration. anyway, since it has not failed the gate a -2 should be enough to not send it there again… right? | 18:53 |
salv-orlando | jogo: or it might still be better if a push another patchset | 18:53 |
jogo | salv-orlando: snipe it (push another patch) | 18:53 |
salv-orlando | ok, that's one thing | 18:54 |
salv-orlando | then the failures which appear to be like bug1253896 | 18:54 |
jogo | salv-orlando: hold on with the snipe | 18:54 |
jogo | 77927 is working now | 18:54 |
jogo | https://jenkins06.openstack.org/job/gate-tempest-dsvm-neutron/1763/console | 18:54 |
salv-orlando | ok... | 18:55 |
arosen | salv-orlando: right it's not blocking; though when this is sent it causes the l3-agent to call: self.plugin_rpc.get_routers() which calls sync_routers which looks like it can take a long time (causing the timeout) | 18:55 |
arosen | salv-orlando: i'll keep looking into this. i'll keep you posted if i come up with a fix. | 18:56 |
*** safchain has quit IRC | 18:56 | |
salv-orlando | arosen: you are basically stating that a rpc call made from within a transaction even if it concludes might cause a deadlock with another call coming from the agent, because that call reacts from a notification from the first one? | 18:56 |
arosen | salv-orlando: exactly. | 18:57 |
salv-orlando | I don't know. Seems to weird to be true. I vote for a revert of the floating ip status patch. | 18:57 |
salv-orlando | who's against it? | 18:57 |
arosen | salv-orlando: Seems like it would be better if the server sent out floatingip-deleted rather then router-update. Because it sends router-update the agent needs to query neutron to figure out what changed. | 18:58 |
salv-orlando | ok then revert? | 18:58 |
salv-orlando | it seems the patch was just wrong in the approach then | 18:58 |
salv-orlando | and should have never been approved | 18:58 |
openstackgerrit | A change was merged to openstack/neutron: Adds multiple RPC worker processes to neutron server https://review.openstack.org/72565 | 18:58 |
*** skraynev_afk is now known as skraynev | 18:59 | |
salv-orlando | arosen: can you delete an associated floating IP? I think not. | 18:59 |
wendar | salv-orlando: jogo's analysis is that it should clear soon, transient stacking failure because the patch that broke everything has already succeeded and been flushed out | 19:00 |
arosen | salv-orlando: as in it's associated on the l3-agent ? | 19:01 |
jogo | thats just for the db migration issue though | 19:01 |
salv-orlando | arosen: associated in neutron… i.e.: has a fixed_port_id | 19:01 |
arosen | salv-orlando: You can | 19:02 |
arosen | salv-orlando: we don't prevent that | 19:02 |
*** openstackgerrit has quit IRC | 19:02 | |
*** nati_uen_ has joined #openstack-neutron | 19:03 | |
*** dvorkinista has quit IRC | 19:03 | |
salv-orlando | arosen: ok, you're right. I thought neutron prevented that | 19:03 |
salv-orlando | arosen: if the error is due to floating ip status being updated for a no more existent floating ip your patch should fix that in my opinion. | 19:06 |
*** nati_ueno has quit IRC | 19:06 | |
salv-orlando | jogo: so most of the failure in the gate were because of this transient migration issue? | 19:07 |
salv-orlando | that kind of failure is similar to a merge failure. Indeed we wanted to add a check to fail fast devstack jobs but we never did that. | 19:08 |
*** byvictor has joined #openstack-neutron | 19:08 | |
salv-orlando | The failure occurs when two patch with a migration concurrently enter the gate | 19:08 |
salv-orlando | as they both have the same down_revision (previous migration) the latter will fail, and then every neutron patch in the queue after that will fail as well | 19:09 |
*** packet has joined #openstack-neutron | 19:09 | |
markmcclain1 | salv-orlando: I'll go fix up the migrations | 19:09 |
salv-orlando | markmcclain1: the migration checks? | 19:09 |
jogo | salv-orlando: there is still one of those db errors in gate for this patch: | 19:10 |
*** banix has quit IRC | 19:10 | |
jogo | https://review.openstack.org/#/c/74144/22/neutron/db/migration/alembic_migrations/versions/24c7ea5160d7_cisco_csr_vpnaas.py | 19:11 |
jogo | wonder if that patch is the offender | 19:11 |
*** banix has joined #openstack-neutron | 19:11 | |
arosen | salv-orlando: i agree | 19:11 |
markmcclain1 | FYI… https://review.openstack.org/#/c/78077/ merged just now | 19:11 |
*** dvorkinista has joined #openstack-neutron | 19:11 | |
salv-orlando | it is one of the offenders. I think there are plenty of neutron patches with migrations in the gate ;/ | 19:11 |
salv-orlando | we're merging new plugins and driver. Each of them comes with a migration. | 19:12 |
*** abhiraut has joined #openstack-neutron | 19:12 | |
*** devvesa has quit IRC | 19:12 | |
jogo | salv-orlando: oh! so can you make migration matches a giant dependant patch set? | 19:13 |
salv-orlando | the way alembic (and I think sqlalchemy.migrate too) work implies that every time two patches with a migration are in the gate… the latter fails, and every patch after that one will show the same failure (because zuul cherry picks those patches one on top of the other) | 19:13 |
*** dvorkinista has quit IRC | 19:13 | |
*** dvorkinista has joined #openstack-neutron | 19:13 | |
salv-orlando | jogo: that would be an idea | 19:13 |
jogo | salv-orlando: because otherwise it sounds like this will keep happening | 19:13 |
markmcclain1 | I'm about to fix the sequencing on them | 19:13 |
jogo | markmcclain1: thanks | 19:14 |
salv-orlando | thanks | 19:14 |
*** rms_13 has joined #openstack-neutron | 19:17 | |
*** markwash has joined #openstack-neutron | 19:17 | |
markmcclain1 | ok..I've 74144, 73575, 77407 as having new migrations in the gate | 19:19 |
markmcclain1 | I'll update them to run in that sequence | 19:19 |
*** dvorkinista has quit IRC | 19:21 | |
*** dvorkinista has joined #openstack-neutron | 19:22 | |
marun | arosen: wow, that mido patch is crazy. | 19:22 |
marun | arosen: I can't even review it the one file is so big | 19:22 |
*** dvorkinista has quit IRC | 19:23 | |
jogo | markmcclain1: woot, that should hopefully speed up the gate | 19:23 |
*** dvorkinista has joined #openstack-neutron | 19:23 | |
arosen | salv-orlando: Each time a floatingip is deleted in ml2 calls self.l3_rpc_notifier.routers_updated() which causes the l3_agent to call l3_db.get_sync_data() which is expensive which I think is what is causing the timeout. | 19:24 |
salv-orlando | but did ml2 always do that? | 19:24 |
arosen | should i attempt to do anything about this? It looks like we should also send allow: floatingip-deleted and the id; this way the agent doesn't need to do this expensive sync. | 19:24 |
arosen | looks like it to me. | 19:25 |
arosen | it's the l3-agent more so then the ml2 code | 19:25 |
salv-orlando | I just wanted to check if it was related to floating ip status change | 19:25 |
arosen | salv-orlando: https://review.openstack.org/#/c/66866/10/neutron/agent/l3_agent.py does ri contain all the floatingips on the router or just the ones that the status changed? | 19:27 |
* arosen err i mean fip_statuses | 19:28 | |
arosen | looks like it contains all of them from process_router_floating_ip_address() | 19:30 |
salv-orlando | ah how do you call somebody who does not remember how the code he himself wrote works? | 19:30 |
salv-orlando | yes it's all | 19:31 |
*** sfox has quit IRC | 19:31 | |
arosen | salv-orlando: then in l3_db.update_floatingip_status() it needs to do an update for each one. | 19:31 |
salv-orlando | I think I left a #TODO comment for that | 19:32 |
arosen | salv-orlando: I think the sync_data on each floatingip change is what is causing this. | 19:34 |
salv-orlando | what I still do not understand is that how this spiked recently, since it's always been like that. | 19:34 |
salv-orlando | it has to be the floating ip status change | 19:35 |
salv-orlando | but why | 19:35 |
arosen | salv-orlando: i think a quick fix though might be switching line: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L707 | 19:35 |
arosen | 707 and 705 so that the notify comes after we fetch the port from the db. | 19:35 |
salv-orlando | and you would not notify if the port is deleted? | 19:36 |
arosen | salv-orlando: the floatingip change does add several more hits to the db | 19:36 |
arosen | salv-orlando: no you would still do that. I'm just saying move: if l3plugin: leplugin.disassociate_floatingip() after we query for port_db | 19:37 |
*** vuvu has quit IRC | 19:39 | |
*** vu_ has quit IRC | 19:39 | |
*** chrisf has joined #openstack-neutron | 19:39 | |
salv-orlando | and we would do that even if NoResultFound is raised? | 19:39 |
*** dvorkinista has quit IRC | 19:41 | |
*** dvorkinista has joined #openstack-neutron | 19:42 | |
arosen | salv-orlando: disassociate_floatingips() also queries the db for the port but excepts on exc.NoResultFound: so shouldn't matter | 19:42 |
arosen | salv-orlando: https://review.openstack.org/#/c/78393/1 | 19:42 |
kevinbenton | RajeshMohan: ping | 19:43 |
*** sfox has joined #openstack-neutron | 19:47 | |
*** dvorkinista has quit IRC | 19:47 | |
*** vkozhukalov has quit IRC | 19:53 | |
salv-orlando | arosen: I'm dumb… please put me out of my misery and tell me why your change reduces db accesses ;) | 19:54 |
arosen | salv-orlando: When l3plugin.disassociate_floatingips() is called it notifies the l3-agent | 19:55 |
salv-orlando | arosen: that much I know | 19:56 |
arosen | the l3-agent calls get_routers -> sync_routers->which ends up getting all the router/floatingip_data X.o | 19:56 |
salv-orlando | and with this change? | 19:56 |
salv-orlando | we return if the port is not found? | 19:56 |
arosen | then in the plugin we do the query to get the port_db but we are blocked there because a new request comes in at the same time and doing all this querying | 19:56 |
arosen | so a timeout occurs | 19:56 |
arosen | the patch just moves the event that causes all of this to occur later | 19:57 |
salv-orlando | ok. I have just one thing that I believe should be checked | 19:57 |
*** Sukhdev has joined #openstack-neutron | 19:57 | |
salv-orlando | if we don't call disassociate_floatingips in any case, we might risk that the ip address is never de-configured from the agent | 19:57 |
salv-orlando | as well as the NAT rules for the floating ip | 19:57 |
salv-orlando | not sure if that happens, it's just a possibility | 19:58 |
arosen | salv-orlando: https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L749 | 19:58 |
arosen | the only reason that would occur would be if the port wasn't found | 19:59 |
*** rossella-s has quit IRC | 19:59 | |
arosen | salv-orlando: make sense? | 20:01 |
*** rdo has quit IRC | 20:02 | |
*** rdo has joined #openstack-neutron | 20:03 | |
salv-orlando | yes | 20:03 |
*** luqas has quit IRC | 20:03 | |
salv-orlando | I don't think that we can be sure the floating ips have been reconfigured from the agent at that stage. | 20:04 |
salv-orlando | what do you reckon? | 20:04 |
salv-orlando | arosen: ^ | 20:04 |
salv-orlando | s/reconfigured/deconfigured | 20:04 |
arosen | salv-orlando: because I switched the order of the calls? | 20:05 |
*** rossella-s has joined #openstack-neutron | 20:05 | |
*** morgabra_ is now known as morgabra | 20:05 | |
*** morgabra has joined #openstack-neutron | 20:05 | |
*** bjornar has quit IRC | 20:05 | |
*** irenab has joined #openstack-neutron | 20:06 | |
salv-orlando | My thinking is that if a port is deleted and then the query raises noresultfound, we return and the floating IPs are never disassociated. But that's just gut feeling. I hope you can prove me wrong. | 20:06 |
arosen | actually i think that i should move this l3plugin.disassociate_floatingips() right before super(ml2plugin, self).delete_port() | 20:06 |
arosen | salv-orlando: yes we don't delete the port first before calling l3plugin.disassociate_floatingips() | 20:06 |
*** byvictor has quit IRC | 20:06 | |
*** skraynev is now known as skraynev_afk | 20:06 | |
arosen | salv-orlando: The port isn't deleted till the end. | 20:07 |
arosen | salv-orlando: https://review.openstack.org/#/c/78399/ like this: (i changed the change-id so i didn't restart jenkins from running on the first one). | 20:14 |
*** jorgem has quit IRC | 20:14 | |
*** jorgem has joined #openstack-neutron | 20:20 | |
*** shashank_ has quit IRC | 20:20 | |
*** markmcclain1 has quit IRC | 20:29 | |
*** carl_baldwin has quit IRC | 20:31 | |
*** samuelbercovici has joined #openstack-neutron | 20:34 | |
*** suresh12 has quit IRC | 20:38 | |
*** crc32 has joined #openstack-neutron | 20:38 | |
*** jp_at_hp1 has quit IRC | 20:39 | |
*** suresh12 has joined #openstack-neutron | 20:46 | |
*** luqas has joined #openstack-neutron | 20:47 | |
*** markmcclain has joined #openstack-neutron | 20:56 | |
*** markmcclain has quit IRC | 20:57 | |
*** markmcclain has joined #openstack-neutron | 20:57 | |
*** vkozhukalov has joined #openstack-neutron | 20:59 | |
*** otherwiseguy has quit IRC | 21:02 | |
*** vu has joined #openstack-neutron | 21:05 | |
*** vu has quit IRC | 21:06 | |
*** vu has joined #openstack-neutron | 21:07 | |
*** sphoorti has quit IRC | 21:09 | |
*** luqas has quit IRC | 21:09 | |
*** vu has quit IRC | 21:11 | |
*** SumitNaiksatam_ has joined #openstack-neutron | 21:12 | |
*** shashank_ has joined #openstack-neutron | 21:12 | |
*** djoreilly has quit IRC | 21:15 | |
*** SumitNaiksatam has quit IRC | 21:17 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 21:17 | |
markmcclain | ping | 21:17 |
arosen | ping | 21:20 |
arosen | pong | 21:20 |
arosen | marun: ping | 21:20 |
*** luqas has joined #openstack-neutron | 21:22 | |
*** sn6i23a has joined #openstack-neutron | 21:22 | |
*** leseb has joined #openstack-neutron | 21:27 | |
*** dvorkinista has joined #openstack-neutron | 21:30 | |
*** dvorkinista has quit IRC | 21:30 | |
*** dvorkinista has joined #openstack-neutron | 21:30 | |
*** leseb has quit IRC | 21:32 | |
marun | arosen: pong | 21:35 |
arosen | marun: i replied back on the review here: https://review.openstack.org/#/c/75253/7/neutron/callbacks/nova.py | 21:36 |
arosen | had a question about the setter comment though i don't think that will work | 21:36 |
marun | i meant to add the property wrappers to the port | 21:37 |
*** sweston has quit IRC | 21:37 | |
marun | or do not all plugins use it? | 21:37 |
arosen | port is a model_v2.Port() | 21:37 |
arosen | I tag this data on port here as a way to get it out later. I don't think we want to add this to models_v2.Port imho | 21:38 |
marun | arosen: I think we do. | 21:38 |
marun | arosen: We're already adding the private attribute. | 21:38 |
marun | arosen: Nobody outside of the port should have to know about how the attribute is implemented. It's encapsulation 101 | 21:38 |
arosen | I'd say that I don't even want the port to know about this though . Just the event notifier | 21:39 |
marun | arosen: it's being stored on the port. | 21:39 |
arosen | Right but it's not always there. | 21:40 |
marun | arosen: unless you're going to move it somewhere else, it's the port's business. | 21:40 |
*** dfarrell07 has joined #openstack-neutron | 21:40 | |
marun | arosen: which is why the mutator should protect clients from having to use getattr | 21:40 |
marun | arosen: the detail that it is not always there should not be exposed outside of the object hosting the attribute | 21:40 |
marun | mutator => property methods | 21:40 |
*** otherwiseguy has joined #openstack-neutron | 21:41 | |
marun | arosen: it should always be safe for someone to call port.event or whatever | 21:41 |
*** otherwiseguy has quit IRC | 21:42 | |
*** otherwiseguy has joined #openstack-neutron | 21:42 | |
*** dvorkini_ has joined #openstack-neutron | 21:43 | |
*** dvorkinista has quit IRC | 21:43 | |
*** hemanthravi has joined #openstack-neutron | 21:47 | |
*** dvorkini_ has quit IRC | 21:53 | |
*** dvorkinista has joined #openstack-neutron | 21:53 | |
*** vkozhukalov has quit IRC | 21:54 | |
*** jgrimm has joined #openstack-neutron | 21:57 | |
*** jgrimm has quit IRC | 21:57 | |
*** mwagner_lap has quit IRC | 21:57 | |
*** Sukhdev has quit IRC | 21:57 | |
*** sfox1 has joined #openstack-neutron | 22:00 | |
*** otherwiseguy has quit IRC | 22:01 | |
*** sfox has quit IRC | 22:03 | |
*** sfox has joined #openstack-neutron | 22:04 | |
*** baoli has quit IRC | 22:05 | |
*** sfox1 has quit IRC | 22:07 | |
*** mfink has quit IRC | 22:08 | |
*** otherwiseguy has joined #openstack-neutron | 22:14 | |
*** samuelbercovici has quit IRC | 22:18 | |
*** zzelle has quit IRC | 22:18 | |
*** oda-g has joined #openstack-neutron | 22:20 | |
*** dfarrell07 has quit IRC | 22:21 | |
*** dfarrell07 has joined #openstack-neutron | 22:21 | |
*** hemanthravi has quit IRC | 22:23 | |
*** dfarrell07 has quit IRC | 22:24 | |
*** dfarrell07 has joined #openstack-neutron | 22:24 | |
*** vkozhukalov has joined #openstack-neutron | 22:25 | |
*** mfink has joined #openstack-neutron | 22:26 | |
*** dvorkinista has quit IRC | 22:26 | |
*** dvorkinista has joined #openstack-neutron | 22:27 | |
*** markmcclain has quit IRC | 22:28 | |
*** tong_ has quit IRC | 22:30 | |
*** jorgem has quit IRC | 22:30 | |
*** dave_tucker_zzz is now known as dave_tucker | 22:32 | |
*** pcm_ has quit IRC | 22:32 | |
*** sn6i23a has quit IRC | 22:33 | |
*** jorgem has joined #openstack-neutron | 22:33 | |
*** sn6i23a has joined #openstack-neutron | 22:34 | |
*** dfarrell07 has quit IRC | 22:34 | |
*** dfarrell07 has joined #openstack-neutron | 22:34 | |
*** sfox has quit IRC | 22:38 | |
*** rossella-s has quit IRC | 22:39 | |
*** irenab has quit IRC | 22:42 | |
*** leseb has joined #openstack-neutron | 22:43 | |
*** SumitNaiksatam has quit IRC | 22:46 | |
*** leseb has quit IRC | 22:47 | |
*** SumitNaiksatam has joined #openstack-neutron | 22:49 | |
*** rossella_s has joined #openstack-neutron | 22:49 | |
*** peristeri has quit IRC | 22:49 | |
*** rossella_s has quit IRC | 22:49 | |
*** dvorkinista has quit IRC | 22:50 | |
*** dvorkinista has joined #openstack-neutron | 22:50 | |
*** jroovers has quit IRC | 22:50 | |
*** bada_ has joined #openstack-neutron | 22:51 | |
*** sweston has joined #openstack-neutron | 22:52 | |
*** bada has quit IRC | 22:53 | |
*** vkozhukalov has quit IRC | 22:55 | |
*** vu_ has joined #openstack-neutron | 22:56 | |
*** vu has joined #openstack-neutron | 22:56 | |
*** vkozhukalov has joined #openstack-neutron | 22:56 | |
*** gdubreui has joined #openstack-neutron | 22:59 | |
*** markmcclain has joined #openstack-neutron | 22:59 | |
*** dfarrell07 has quit IRC | 23:00 | |
*** dfarrell07 has joined #openstack-neutron | 23:00 | |
*** dvorkinista has quit IRC | 23:00 | |
*** dvorkinista has joined #openstack-neutron | 23:00 | |
*** dvorkinista has quit IRC | 23:02 | |
*** sfox has joined #openstack-neutron | 23:02 | |
*** openstack has joined #openstack-neutron | 23:03 | |
*** dfarrell07 has quit IRC | 23:07 | |
*** dfarrell07 has joined #openstack-neutron | 23:07 | |
*** dfarrell07 has quit IRC | 23:08 | |
*** dfarrell07 has joined #openstack-neutron | 23:08 | |
*** hemanthravi has joined #openstack-neutron | 23:08 | |
*** dfarrell07 has quit IRC | 23:09 | |
*** dfarrell07 has joined #openstack-neutron | 23:09 | |
*** SumitNaiksatam has quit IRC | 23:09 | |
*** SumitNaiksatam has joined #openstack-neutron | 23:11 | |
*** dfarrell07 has quit IRC | 23:11 | |
*** dfarrell07 has joined #openstack-neutron | 23:12 | |
*** luqas has quit IRC | 23:13 | |
*** julim has quit IRC | 23:13 | |
*** dfarrell07 has quit IRC | 23:15 | |
*** jobewan has quit IRC | 23:15 | |
*** dfarrell07 has joined #openstack-neutron | 23:15 | |
*** bada_ has quit IRC | 23:25 | |
*** bada has joined #openstack-neutron | 23:25 | |
*** vkozhukalov has quit IRC | 23:29 | |
*** yamahata has quit IRC | 23:29 | |
*** piyush has quit IRC | 23:34 | |
*** mlavalle has quit IRC | 23:36 | |
*** yfujioka has joined #openstack-neutron | 23:38 | |
*** jorgem has quit IRC | 23:42 | |
*** jorgem1 has joined #openstack-neutron | 23:42 | |
*** thedodd has quit IRC | 23:44 | |
*** dvorkinista has quit IRC | 23:45 | |
*** sungju has joined #openstack-neutron | 23:45 | |
*** dvorkinista has joined #openstack-neutron | 23:45 | |
*** jecarey has quit IRC | 23:45 | |
*** dvorkinista has quit IRC | 23:46 | |
*** dvorkinista has joined #openstack-neutron | 23:47 | |
*** otherwiseguy has quit IRC | 23:47 | |
*** sungju has quit IRC | 23:50 | |
*** dfarrell07 has quit IRC | 23:51 | |
*** dvorkinista has quit IRC | 23:51 | |
*** dvorkinista has joined #openstack-neutron | 23:51 | |
*** sungju has joined #openstack-neutron | 23:52 | |
*** sungju has quit IRC | 23:52 | |
*** sungju has joined #openstack-neutron | 23:52 | |
*** blogan has quit IRC | 23:53 | |
*** dims has quit IRC | 23:56 | |
RajeshMohan | markmcclain: Hi | 23:57 |
markmcclain | RajeshMohan: hi | 23:57 |
RajeshMohan | markmcclain: Nachi looked at the patch closely and he is ready to approve | 23:58 |
RajeshMohan | markmcclain: Waiting for jenkins to pass | 23:58 |
RajeshMohan | markmcclain: Wanted to check if we could still make it | 23:58 |
RajeshMohan | markmcclain: https://review.openstack.org/#/c/62599/ | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!