*** baoli has quit IRC | 00:00 | |
*** ZZelle_ has quit IRC | 00:00 | |
*** salv-orlando has joined #openstack-neutron | 00:01 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Fix AttributeError exception for API's test_network_lifecycle https://review.openstack.org/155528 | 00:02 |
---|---|---|
*** watanabe_isao has quit IRC | 00:03 | |
*** trad511 has quit IRC | 00:03 | |
*** Longgeek has joined #openstack-neutron | 00:05 | |
*** tellesnobrega_ has joined #openstack-neutron | 00:05 | |
*** zzzeek has quit IRC | 00:05 | |
*** carl_baldwin has quit IRC | 00:07 | |
*** krtaylor has joined #openstack-neutron | 00:10 | |
*** zzzeek has joined #openstack-neutron | 00:12 | |
openstackgerrit | Merged openstack/neutron: Raise timeout for test_conntrack_disassociate_fip https://review.openstack.org/155445 | 00:12 |
openstackgerrit | Merged openstack/neutron: hacking: also catch 'import oslo.*' imports https://review.openstack.org/154857 | 00:13 |
*** annegent_ has quit IRC | 00:14 | |
*** mlavalle has quit IRC | 00:19 | |
*** suresh12 has quit IRC | 00:20 | |
*** markvoelker has quit IRC | 00:22 | |
*** haramaki has joined #openstack-neutron | 00:23 | |
*** suresh12 has joined #openstack-neutron | 00:25 | |
*** lnxnut has joined #openstack-neutron | 00:25 | |
*** boq has joined #openstack-neutron | 00:26 | |
*** zhhuabj has joined #openstack-neutron | 00:28 | |
*** lnxnut has quit IRC | 00:33 | |
boq | I'm trying to get router auto rescheduling to work in Juno, but could not. I guess the question is for Kevin Benton or anyone else who has made it to work: | 00:34 |
*** Longgeek has quit IRC | 00:34 | |
boq | Beside setting allow_automatic_l3agent_failover to True in neutron.conf, what else needs to be installed or configured to make auto rescheduling to work in Juno? | 00:35 |
*** suresh12 has quit IRC | 00:36 | |
*** david-lyle is now known as david-lyle_afk | 00:37 | |
*** vinsh has quit IRC | 00:40 | |
kevinbenton | boq: nothing, that should be all that is necessary | 00:40 |
*** suresh12 has joined #openstack-neutron | 00:41 | |
*** zzzeek has quit IRC | 00:41 | |
boq | That did not work for me though. Should I also set this in l3_agent.ini file? | 00:42 |
kevinbenton | boq: no. it's only up to the neutron server | 00:43 |
kevinbenton | boq: when your l3 agent went down, it showed up with xxx in 'neutron agent-list' right? | 00:43 |
boq | Right. After setting the flag in neutron.conf file, I shut down the neutron agents or even rebooted the node. Which process is monitoring the agent status, I wonder if I need to install the agent health monitor | 00:44 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: ofagent: Fix port_dead https://review.openstack.org/154332 | 00:45 |
*** yamamoto has joined #openstack-neutron | 00:45 | |
kevinbenton | boq: no, it's based on the agent failing to report in | 00:45 |
*** zhhuabj has quit IRC | 00:45 | |
kevinbenton | boq: by default i think the timeout is 75 seconds that the l3 agent needs to be down before it's routers will be rescheduled | 00:45 |
boq | kevinbenton: I'm aware of the timeout. I waited long enough to check. | 00:46 |
boq | Reading the code, it is double the timeout setting. right? | 00:47 |
boq | i.e., 150 seconds | 00:47 |
*** ajmiller has quit IRC | 00:47 | |
openstackgerrit | Jamie Lennox proposed openstack/neutron: Make nova notifier work with sessions https://review.openstack.org/142366 | 00:49 |
*** vivek-ebay has joined #openstack-neutron | 00:50 | |
kevinbenton | boq: ok. did you see the log message in /var/log/neutron/server.log that the router was rescheduled? | 00:53 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: ofagent: Fix port_dead https://review.openstack.org/154332 | 00:56 |
*** dane_leblanc_ has joined #openstack-neutron | 00:56 | |
*** leenheer has quit IRC | 00:57 | |
*** doude has quit IRC | 00:57 | |
kevinbenton | boq: you can grep for "Rescheduling", i think that's the only log message that starts with that | 00:59 |
*** xgerman has quit IRC | 01:00 | |
*** vivek-ebay has quit IRC | 01:00 | |
*** dane_leblanc has quit IRC | 01:00 | |
*** doude has joined #openstack-neutron | 01:01 | |
*** manishg has quit IRC | 01:01 | |
*** dane_leblanc_ has quit IRC | 01:03 | |
*** leunam112 has joined #openstack-neutron | 01:04 | |
*** banix has quit IRC | 01:04 | |
*** dsneddon_ has quit IRC | 01:05 | |
boq | kevinbenton: nothing for lower or upper case Rescheduling. The only thing that may be close in the log: | 01:07 |
*** leunam112 has quit IRC | 01:07 | |
boq | ERROR oslo.messaging.rpc.dispatcher [req-56c64867-a43a-4de8-a1f1-13df2ed39add ] Exception during message handling: (IntegrityError) (1452, 'Cannot add or update a child row: a foreign key constraint fails (`neutron`.`routerl3agentbindings`, CONSTRAINT `routerl3agentbindings_ibfk_1` FOREIGN KEY (`router_id`) REFERENCES `routers` (`id`) ON DELETE CASCADE)') 'INSERT INTO routerl3agentbindings (router_id, l3_agent_id) VALUES (%s, %s | 01:07 |
kfox1111 | I'm seeing a lot of MessagingTimeout: Timed out waiting for a reply to message ID kinds of messages from neutron services,s and having general network flakyness. any idea what might cause that? | 01:07 |
kfox1111 | rabbits there on the same host, and does not look particularly loaded... | 01:07 |
*** banix has joined #openstack-neutron | 01:10 | |
kevinbenton | boq: that rescheduling warning should have occured before any insert statements | 01:10 |
kevinbenton | boq: you're not using a setup where you have the same hostname on each l3 agent, right? | 01:10 |
anteaya | armax: hello | 01:11 |
anteaya | jogo: ack | 01:11 |
armax | anteaya: pong | 01:11 |
boq | kevinbenton: No. All 3 nodes running neutron l3 agent have different host names | 01:12 |
* anteaya listens to armax | 01:12 | |
armax | anteaya: no worries…I was checking with you in relation to https://review.openstack.org/#/c/155299/ | 01:12 |
kevinbenton | boq: ok. and you didn't set admin_state_up to False on the one before you took it down, right? | 01:12 |
armax | anteaya: but I figured it out | 01:13 |
kevinbenton | boq: and it's also not an HA l3 agent | 01:13 |
anteaya | armax: cool | 01:13 |
boq | They were upgraded from icehouse to Juno, so some routers were created prior to the upgrade. Don't know if it matters | 01:13 |
anteaya | armax: where do you stand at present? | 01:13 |
armax | anteaya: seeking clarification from the author :) | 01:13 |
boq | They are not configured as HA, although I tested HA some time ago. HA l3 agent worked in my setting | 01:14 |
anteaya | armax: cool | 01:14 |
anteaya | armax: for information's sake the reason there are two pypi repos is he created one with the old name | 01:14 |
kevinbenton | boq: ok. just wanted to confirm because it doesn't apply to HA routers | 01:15 |
anteaya | then we asked him to change the name, as I discourage the use of the word neutron in stackforge repo names | 01:15 |
kevinbenton | boq: if you run "neutron router-list-on-l3-agent <agent_id_of_down_agent>" does it still show the router scheduled to it? | 01:15 |
armax | anteaya: it sounds like the original pypi package came from some other repo, nothing to do the stackforge one | 01:16 |
anteaya | armax: andreas agreed with me and the author concoured, renaming the stackforge repo, and creating a new pypi repo to match the new name | 01:16 |
*** signed8bit is now known as signed8bit_ZZZzz | 01:16 | |
anteaya | armax: okay, let's make sure you are satisfied | 01:16 |
armax | anteaya: yup | 01:16 |
armax | anteaya: I’ll follow up with Jaume when he’s online | 01:16 |
anteaya | armax: awesome | 01:16 |
anteaya | thanks for following up | 01:16 |
anteaya | armax: any more of the plugin decomposition repo patches to discuss right now? | 01:17 |
armax | anteaya: nope, you’re dismissed | 01:17 |
armax | :) | 01:17 |
armax | anteaya: thanks for pinging back | 01:17 |
* anteaya salutes, takes a respectful step backward, pivots and leaves | 01:17 | |
anteaya | welcome | 01:17 |
armax | anteaya: wow, that was elaborated :) | 01:18 |
anteaya | :) | 01:18 |
kevinbenton | boq: it will also not reschedule routers from agents that are marked as admin_state_up = False | 01:18 |
armax | anteaya: I commend you | 01:18 |
anteaya | ha ha ha | 01:19 |
* anteaya accepts her commendation | 01:19 | |
*** manishg has joined #openstack-neutron | 01:19 | |
*** achanda has quit IRC | 01:19 | |
*** tomoe_ has joined #openstack-neutron | 01:20 | |
boq | kevinbenton: I made sure the admin_state_up was True | 01:23 |
armax | markmcclain: ping | 01:24 |
boq | kevinbenton: I did not run "neutron router-list-on-l3-agent", but use "ip netns |grep qrouter" to show qrouter count on each l3 agent. Is it the right way? | 01:25 |
kevinbenton | boq: not necessarily, the old agent might not have cleaned up the namespaces | 01:25 |
kevinbenton | boq: the "neutron router-list-on-l3-agent" will tell you which agent the server has scheduled it to | 01:26 |
*** manishg has quit IRC | 01:26 | |
kevinbenton | boq: or more accurately, which routers are scheduled to a given l3 agent | 01:27 |
*** manishg has joined #openstack-neutron | 01:28 | |
*** popw has joined #openstack-neutron | 01:31 | |
*** manishg has quit IRC | 01:31 | |
*** signed8bit_ZZZzz is now known as signed8bit | 01:32 | |
*** dims_ has joined #openstack-neutron | 01:32 | |
*** dims_ has quit IRC | 01:32 | |
*** dims_ has joined #openstack-neutron | 01:32 | |
*** signed8bit has quit IRC | 01:32 | |
*** dims__ has quit IRC | 01:33 | |
*** dims__ has joined #openstack-neutron | 01:36 | |
*** johnbelamaric has quit IRC | 01:37 | |
*** dims_ has quit IRC | 01:39 | |
*** Marga_ has quit IRC | 01:39 | |
*** tiswanso has joined #openstack-neutron | 01:42 | |
*** tiswanso has quit IRC | 01:42 | |
*** tiswanso has joined #openstack-neutron | 01:42 | |
boq | kevinbenton: Thanks. I'll give it a try again today or tomorrow. | 01:42 |
kevinbenton | boq: ok | 01:42 |
*** tiswanso has quit IRC | 01:43 | |
*** tiswanso has joined #openstack-neutron | 01:44 | |
*** trad511 has joined #openstack-neutron | 01:44 | |
*** ChuckC has quit IRC | 01:45 | |
*** salv-orl_ has joined #openstack-neutron | 01:46 | |
*** r-daneel has quit IRC | 01:48 | |
*** salv-orlando has quit IRC | 01:48 | |
*** shashankhegde has quit IRC | 01:50 | |
*** _cjones_ has quit IRC | 01:50 | |
*** tomoe_ has quit IRC | 01:50 | |
*** ChuckC has joined #openstack-neutron | 01:52 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/155575 | 01:54 |
*** trad5111 has joined #openstack-neutron | 01:55 | |
*** yeungp has quit IRC | 01:56 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 01:56 |
*** emagana has quit IRC | 01:59 | |
*** emagana has joined #openstack-neutron | 01:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/155585 | 02:00 |
*** jamielennox is now known as jamielennox|away | 02:01 | |
*** emagana has quit IRC | 02:03 | |
*** kfox1111 has quit IRC | 02:04 | |
*** aranjan has quit IRC | 02:07 | |
*** Mr0rris0 has joined #openstack-neutron | 02:10 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS DVR: Remove dead code https://review.openstack.org/155601 | 02:10 |
*** Mr0rris0 has quit IRC | 02:10 | |
*** Mr0rris0 has joined #openstack-neutron | 02:11 | |
*** Mr0rris0 has quit IRC | 02:11 | |
*** a_le has quit IRC | 02:11 | |
*** Mr0rris0 has joined #openstack-neutron | 02:11 | |
*** Mr0rris0 has quit IRC | 02:12 | |
*** a_le has joined #openstack-neutron | 02:12 | |
*** Mr0rris0 has joined #openstack-neutron | 02:12 | |
*** Mr0rris0 has quit IRC | 02:13 | |
*** Mr0rris0 has joined #openstack-neutron | 02:13 | |
*** Mr0rris0 has quit IRC | 02:13 | |
*** zz_avozza is now known as avozza | 02:13 | |
*** Mr0rris0 has joined #openstack-neutron | 02:13 | |
*** Mr0rris0 has quit IRC | 02:14 | |
*** Mr0rris0 has joined #openstack-neutron | 02:14 | |
*** Mr0rris0 has quit IRC | 02:14 | |
*** Mr0rris0 has joined #openstack-neutron | 02:15 | |
*** Mr0rris0 has quit IRC | 02:15 | |
*** Mr0rris0 has joined #openstack-neutron | 02:15 | |
*** Mr0rris0 has quit IRC | 02:15 | |
*** Mr0rris0 has joined #openstack-neutron | 02:16 | |
*** Mr0rris0 has quit IRC | 02:16 | |
*** Mr0rris0 has joined #openstack-neutron | 02:16 | |
*** Mr0rris0 has joined #openstack-neutron | 02:17 | |
*** Mr0rris0 has quit IRC | 02:17 | |
*** Mr0rris0 has joined #openstack-neutron | 02:17 | |
*** salv-orl_ has quit IRC | 02:17 | |
*** Mr0rris0 has quit IRC | 02:17 | |
*** baoli has joined #openstack-neutron | 02:18 | |
*** Mr0rris0 has joined #openstack-neutron | 02:18 | |
*** med_ has quit IRC | 02:18 | |
*** Mr0rris0 has joined #openstack-neutron | 02:18 | |
*** Mr0rris0 has quit IRC | 02:18 | |
*** Mr0rris0 has joined #openstack-neutron | 02:19 | |
*** Mr0rris0 has quit IRC | 02:19 | |
*** Longgeek has joined #openstack-neutron | 02:19 | |
*** Mr0rris0 has joined #openstack-neutron | 02:19 | |
*** Mr0rris0 has quit IRC | 02:20 | |
*** Mr0rris0 has joined #openstack-neutron | 02:20 | |
*** Mr0rris0 has quit IRC | 02:20 | |
*** baoli has quit IRC | 02:21 | |
*** Mr0rris0 has joined #openstack-neutron | 02:21 | |
*** baoli has joined #openstack-neutron | 02:21 | |
*** Mr0rris0 has joined #openstack-neutron | 02:21 | |
*** avozza is now known as zz_avozza | 02:23 | |
*** leenheer has joined #openstack-neutron | 02:23 | |
*** spandhe has quit IRC | 02:24 | |
*** med_ has joined #openstack-neutron | 02:27 | |
*** med_ has quit IRC | 02:28 | |
*** med_ has joined #openstack-neutron | 02:28 | |
*** baoli has quit IRC | 02:30 | |
*** Longgeek has quit IRC | 02:30 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-vpnaas: Fix breakage caused by removing deprecated root_helper config in neutron https://review.openstack.org/155610 | 02:31 |
*** SridharRamaswamy has quit IRC | 02:33 | |
*** erkules_ has joined #openstack-neutron | 02:34 | |
*** SumitNaiksatam has quit IRC | 02:34 | |
*** mestery has joined #openstack-neutron | 02:35 | |
*** tellesnobrega_ has quit IRC | 02:36 | |
*** watanabe_isao has joined #openstack-neutron | 02:36 | |
*** erkules has quit IRC | 02:37 | |
*** s3wong has quit IRC | 02:38 | |
*** cference has quit IRC | 02:40 | |
*** haramaki has quit IRC | 02:45 | |
*** banix has quit IRC | 02:48 | |
*** haramaki_ has joined #openstack-neutron | 02:49 | |
*** tomoe_ has joined #openstack-neutron | 02:51 | |
*** leunam112 has joined #openstack-neutron | 02:54 | |
*** tomoe_ has quit IRC | 02:56 | |
*** yuanying_ has joined #openstack-neutron | 02:57 | |
*** leunam112 has quit IRC | 02:57 | |
*** tellesnobrega_ has joined #openstack-neutron | 02:57 | |
*** tomoe_ has joined #openstack-neutron | 02:59 | |
*** yuanying_ has quit IRC | 02:59 | |
*** yuanying_ has joined #openstack-neutron | 02:59 | |
*** yuanying has quit IRC | 03:00 | |
*** markvoelker has joined #openstack-neutron | 03:02 | |
*** nplanel_ has joined #openstack-neutron | 03:03 | |
*** popw has quit IRC | 03:03 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-fwaas: Insert validation in creating/updating firewall https://review.openstack.org/147396 | 03:03 |
*** yamahata has quit IRC | 03:04 | |
*** amotoki has joined #openstack-neutron | 03:04 | |
*** shashankhegde has joined #openstack-neutron | 03:06 | |
*** tomoe_ has quit IRC | 03:06 | |
*** dims__ has quit IRC | 03:07 | |
*** tomoe_ has joined #openstack-neutron | 03:07 | |
*** markvoelker has quit IRC | 03:07 | |
*** ajmiller has joined #openstack-neutron | 03:10 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 03:13 |
*** tomoe_ has quit IRC | 03:17 | |
*** tomoe_ has joined #openstack-neutron | 03:18 | |
*** salv-orlando has joined #openstack-neutron | 03:18 | |
*** yuanying_ has quit IRC | 03:19 | |
*** dane_leblanc has joined #openstack-neutron | 03:21 | |
*** yuanying has joined #openstack-neutron | 03:24 | |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from SecurityGroupAgentRpc https://review.openstack.org/155013 | 03:24 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from linuxbridge https://review.openstack.org/155014 | 03:24 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from AsyncProcess https://review.openstack.org/155101 | 03:24 |
openstackgerrit | Merged openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/155585 | 03:25 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from DHCP agent https://review.openstack.org/155188 | 03:25 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from L3 Agent https://review.openstack.org/155212 | 03:25 |
*** suresh12 has quit IRC | 03:25 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 03:25 |
*** dane_leblanc has quit IRC | 03:26 | |
*** carl_baldwin has joined #openstack-neutron | 03:27 | |
*** yuanying has quit IRC | 03:27 | |
*** harlowja_ is now known as harlowja_away | 03:27 | |
*** yuanying has joined #openstack-neutron | 03:28 | |
*** rushil has joined #openstack-neutron | 03:29 | |
*** rushil has quit IRC | 03:29 | |
*** tflynn_ has joined #openstack-neutron | 03:30 | |
*** sdague has quit IRC | 03:31 | |
*** sdague has joined #openstack-neutron | 03:31 | |
*** yeungp has joined #openstack-neutron | 03:32 | |
*** tflynn has quit IRC | 03:33 | |
*** manishg has joined #openstack-neutron | 03:33 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 03:33 |
*** tellesnobrega_ has quit IRC | 03:34 | |
*** yuanying has quit IRC | 03:34 | |
*** tellesnobrega_ has joined #openstack-neutron | 03:34 | |
*** tellesnobrega_ has quit IRC | 03:34 | |
*** tflynn_ has quit IRC | 03:34 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 03:35 |
*** yuanying has joined #openstack-neutron | 03:36 | |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from L3 Agent https://review.openstack.org/155212 | 03:36 |
*** manishg_ has joined #openstack-neutron | 03:37 | |
*** manishg has quit IRC | 03:38 | |
*** yuanying_ has joined #openstack-neutron | 03:38 | |
openstackgerrit | Merged openstack/neutron: Fix AttributeError exception for API's test_network_lifecycle https://review.openstack.org/155528 | 03:40 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from linux interface https://review.openstack.org/155522 | 03:40 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove remaining root_helper args from plugins https://review.openstack.org/155523 | 03:40 |
*** ChuckC_ has joined #openstack-neutron | 03:40 | |
*** yuanying has quit IRC | 03:40 | |
*** Marga_ has joined #openstack-neutron | 03:42 | |
*** pal has joined #openstack-neutron | 03:43 | |
*** ChuckC has quit IRC | 03:44 | |
*** manishg_ has quit IRC | 03:54 | |
*** SumitNaiksatam has joined #openstack-neutron | 03:54 | |
*** manishg has joined #openstack-neutron | 03:55 | |
*** mestery has quit IRC | 03:55 | |
*** Mr0rris0 has quit IRC | 03:56 | |
*** ivar-laz_ has joined #openstack-neutron | 03:57 | |
*** mestery has joined #openstack-neutron | 03:58 | |
*** tiswanso has quit IRC | 03:58 | |
openstackgerrit | Angus Lees proposed openstack/neutron: Introduce privilege separation process https://review.openstack.org/155631 | 04:00 |
*** ivar-lazzaro has quit IRC | 04:00 | |
*** Longgeek has joined #openstack-neutron | 04:01 | |
*** ivar-laz_ has quit IRC | 04:01 | |
*** mestery has quit IRC | 04:03 | |
*** SumitNaiksatam has quit IRC | 04:03 | |
*** markvoelker has joined #openstack-neutron | 04:04 | |
*** mestery has joined #openstack-neutron | 04:04 | |
*** SumitNaiksatam has joined #openstack-neutron | 04:04 | |
*** liusheng has joined #openstack-neutron | 04:05 | |
*** zhhuabj has joined #openstack-neutron | 04:05 | |
*** dims__ has joined #openstack-neutron | 04:07 | |
*** markvoelker has quit IRC | 04:08 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: Add a functional test for iptables_manager.binary_name https://review.openstack.org/120685 | 04:12 |
*** dims__ has quit IRC | 04:12 | |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: Default route missing for IPv6 subnets in HA Router https://review.openstack.org/150787 | 04:13 |
*** stanzgy has joined #openstack-neutron | 04:14 | |
*** manishg has quit IRC | 04:15 | |
*** amotoki has quit IRC | 04:20 | |
*** carl_baldwin has quit IRC | 04:22 | |
*** liusheng has quit IRC | 04:26 | |
*** liusheng has joined #openstack-neutron | 04:26 | |
*** tflynn has joined #openstack-neutron | 04:29 | |
*** yatin has joined #openstack-neutron | 04:30 | |
*** tflynn has quit IRC | 04:30 | |
*** tflynn has joined #openstack-neutron | 04:30 | |
*** yamahata has joined #openstack-neutron | 04:35 | |
*** yatin has quit IRC | 04:37 | |
*** Marga_ has quit IRC | 04:39 | |
*** yeungp has quit IRC | 04:40 | |
*** Marga_ has joined #openstack-neutron | 04:40 | |
*** thomasem has quit IRC | 04:40 | |
*** manishg has joined #openstack-neutron | 04:41 | |
*** manishg_ has joined #openstack-neutron | 04:43 | |
*** leunam112 has joined #openstack-neutron | 04:43 | |
*** manishg__ has joined #openstack-neutron | 04:44 | |
*** shwetaap has joined #openstack-neutron | 04:44 | |
*** manishg has quit IRC | 04:45 | |
*** leunam112 has quit IRC | 04:46 | |
*** manishg has joined #openstack-neutron | 04:46 | |
*** manishg_ has quit IRC | 04:47 | |
*** manishg_ has joined #openstack-neutron | 04:47 | |
*** manishg_ has quit IRC | 04:48 | |
*** manishg__ has quit IRC | 04:48 | |
*** aranjan has joined #openstack-neutron | 04:49 | |
*** yatin has joined #openstack-neutron | 04:49 | |
*** manishg has quit IRC | 04:50 | |
*** _cjones_ has joined #openstack-neutron | 04:51 | |
*** _cjones_ has quit IRC | 04:51 | |
*** _cjones_ has joined #openstack-neutron | 04:52 | |
*** _cjones_ has quit IRC | 04:56 | |
*** sthillma has joined #openstack-neutron | 04:59 | |
*** sthillma has quit IRC | 04:59 | |
*** shashankhegde has quit IRC | 05:00 | |
*** achanda has joined #openstack-neutron | 05:02 | |
*** shwetaap has quit IRC | 05:03 | |
*** marrusl has quit IRC | 05:05 | |
*** anilvenkata has joined #openstack-neutron | 05:07 | |
*** amotoki has joined #openstack-neutron | 05:09 | |
*** nplanel_ has quit IRC | 05:09 | |
*** salv-orlando has quit IRC | 05:10 | |
*** yeungp has joined #openstack-neutron | 05:12 | |
*** bobmel_ has joined #openstack-neutron | 05:15 | |
*** pasha117 has joined #openstack-neutron | 05:16 | |
*** tomoe_ has quit IRC | 05:16 | |
*** bobmel has quit IRC | 05:16 | |
*** trinaths has joined #openstack-neutron | 05:18 | |
*** pavel_bondar has quit IRC | 05:19 | |
openstackgerrit | Merged openstack/neutron: Cleanup in keepalived tests https://review.openstack.org/154925 | 05:19 |
trinaths | Hi Neutroners. Good Morning | 05:21 |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-fwaas: Insert validation in creating/updating firewall https://review.openstack.org/147396 | 05:21 |
*** tflynn has quit IRC | 05:22 | |
*** tflynn has joined #openstack-neutron | 05:22 | |
*** Murali has joined #openstack-neutron | 05:23 | |
openstackgerrit | watanabe isao proposed openstack/neutron: Improve validate of remove_router_interface https://review.openstack.org/151973 | 05:24 |
*** aranjan has quit IRC | 05:30 | |
*** popw has joined #openstack-neutron | 05:33 | |
*** jobewan has joined #openstack-neutron | 05:38 | |
*** aranjan has joined #openstack-neutron | 05:39 | |
*** lazy_prif has joined #openstack-neutron | 05:41 | |
*** lazy_prif is now known as lazy_prince | 05:41 | |
*** killer_prince has quit IRC | 05:42 | |
*** killer_prince has joined #openstack-neutron | 05:45 | |
*** tflynn has quit IRC | 05:46 | |
*** lazy_prince has quit IRC | 05:46 | |
*** killer_prince is now known as lazy_prince | 05:46 | |
*** vthapar has joined #openstack-neutron | 05:46 | |
*** tflynn has joined #openstack-neutron | 05:46 | |
*** nlahouti has quit IRC | 05:47 | |
*** ParsectiX has quit IRC | 05:48 | |
*** ParsectiX has joined #openstack-neutron | 05:49 | |
*** ParsectiX has quit IRC | 05:50 | |
*** StevenK has quit IRC | 05:50 | |
*** rstarr has quit IRC | 05:50 | |
*** ajmiller has quit IRC | 05:52 | |
*** nlahouti has joined #openstack-neutron | 05:52 | |
*** lazy_prince has quit IRC | 05:52 | |
*** StevenK has joined #openstack-neutron | 05:53 | |
*** killer_prince has joined #openstack-neutron | 05:53 | |
*** killer_prince is now known as lazy_prince | 05:53 | |
*** tflynn has quit IRC | 05:54 | |
*** tflynn has joined #openstack-neutron | 05:55 | |
*** ParsectiX has joined #openstack-neutron | 05:55 | |
*** anish_ has joined #openstack-neutron | 05:59 | |
*** nlahouti has quit IRC | 05:59 | |
*** abehl has joined #openstack-neutron | 06:02 | |
*** nlahouti has joined #openstack-neutron | 06:02 | |
*** achanda has quit IRC | 06:03 | |
*** lazy_prince has quit IRC | 06:07 | |
*** killer_prince has joined #openstack-neutron | 06:07 | |
*** killer_prince is now known as lazy_prince | 06:07 | |
*** nikil89_ has joined #openstack-neutron | 06:08 | |
*** ParsectiX has quit IRC | 06:09 | |
*** achanda has joined #openstack-neutron | 06:11 | |
*** jobewan has quit IRC | 06:13 | |
*** yamahata has quit IRC | 06:13 | |
*** jobewan has joined #openstack-neutron | 06:14 | |
*** yamahata has joined #openstack-neutron | 06:14 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 06:15 |
*** tomoe_ has joined #openstack-neutron | 06:16 | |
*** coolsvap_ is now known as coolsvap | 06:18 | |
*** salv-orlando has joined #openstack-neutron | 06:18 | |
*** tomoe_ has quit IRC | 06:21 | |
*** spandhe has joined #openstack-neutron | 06:21 | |
*** tomoe_ has joined #openstack-neutron | 06:22 | |
*** gildub has quit IRC | 06:35 | |
*** gildub_ has quit IRC | 06:36 | |
*** aepifanov has joined #openstack-neutron | 06:36 | |
*** zz_avozza is now known as avozza | 06:37 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Use python binding instead of ovs-ofctl command https://review.openstack.org/153946 | 06:37 |
openstackgerrit | watanabe isao proposed openstack/neutron: Improve validate of remove_router_interface https://review.openstack.org/151973 | 06:40 |
*** marios has joined #openstack-neutron | 06:40 | |
*** rstarr has joined #openstack-neutron | 06:41 | |
*** marios has quit IRC | 06:41 | |
*** marios has joined #openstack-neutron | 06:41 | |
*** jamielennox|away is now known as jamielennox | 06:44 | |
*** afazekas_ has joined #openstack-neutron | 06:47 | |
*** kawa2014 has joined #openstack-neutron | 06:47 | |
*** marios has quit IRC | 06:52 | |
*** marios has joined #openstack-neutron | 06:52 | |
*** tomoe_ has quit IRC | 06:56 | |
*** avozza is now known as zz_avozza | 07:03 | |
*** yuanying_ has quit IRC | 07:03 | |
*** yuanying has joined #openstack-neutron | 07:03 | |
*** humble_ has joined #openstack-neutron | 07:04 | |
*** scheuran has joined #openstack-neutron | 07:07 | |
prometheanfire | trinaths: ohai | 07:08 |
*** dims__ has joined #openstack-neutron | 07:10 | |
*** pal has quit IRC | 07:12 | |
*** pal has joined #openstack-neutron | 07:13 | |
*** dims__ has quit IRC | 07:15 | |
*** apuimedo has joined #openstack-neutron | 07:18 | |
*** tomoe_ has joined #openstack-neutron | 07:19 | |
*** a_le has quit IRC | 07:21 | |
*** oda-g has quit IRC | 07:21 | |
*** tflynn has quit IRC | 07:22 | |
*** a_le has joined #openstack-neutron | 07:22 | |
trinaths | prometheanfire: hi | 07:26 |
*** aranjan_ has joined #openstack-neutron | 07:32 | |
*** leunam112 has joined #openstack-neutron | 07:32 | |
*** nikil89_ is now known as naggappan | 07:34 | |
*** naggappan is now known as nandhu | 07:34 | |
*** nandhu is now known as naggappan | 07:34 | |
*** aranjan has quit IRC | 07:35 | |
*** Miouge has joined #openstack-neutron | 07:35 | |
*** jprovazn has joined #openstack-neutron | 07:35 | |
*** leunam112 has quit IRC | 07:35 | |
*** abehl has quit IRC | 07:39 | |
*** leunam112 has joined #openstack-neutron | 07:43 | |
*** salv-orlando has quit IRC | 07:43 | |
*** lazy_prince has quit IRC | 07:45 | |
*** killer_prince has joined #openstack-neutron | 07:45 | |
*** killer_prince is now known as lazy_prince | 07:45 | |
*** nlahouti has quit IRC | 07:46 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-fwaas: Insert validation in creating/updating firewall https://review.openstack.org/147396 | 07:48 |
*** zz_avozza is now known as avozza | 07:53 | |
*** nivtuckio has joined #openstack-neutron | 07:54 | |
*** chrisf has quit IRC | 07:55 | |
*** chrisf has joined #openstack-neutron | 07:57 | |
trinaths | prometheanfire: Hi | 07:59 |
*** ronis_ has joined #openstack-neutron | 08:01 | |
*** yfauser has joined #openstack-neutron | 08:02 | |
*** yfauser has left #openstack-neutron | 08:02 | |
*** jobewan has quit IRC | 08:02 | |
*** armax has quit IRC | 08:03 | |
*** markvoelker has joined #openstack-neutron | 08:09 | |
prometheanfire | trinaths: hello again | 08:11 |
*** leenheer has quit IRC | 08:11 | |
trinaths | prometheanfire: hi sir | 08:12 |
*** spandhe has quit IRC | 08:13 | |
*** markvoelker has quit IRC | 08:14 | |
*** SridharG has joined #openstack-neutron | 08:16 | |
*** pask81 has joined #openstack-neutron | 08:17 | |
*** Longgeek has quit IRC | 08:18 | |
*** Longgeek has joined #openstack-neutron | 08:19 | |
*** yamamoto has quit IRC | 08:19 | |
trinaths | prometheanfire: hello again.. | 08:19 |
*** oomichi has quit IRC | 08:21 | |
*** achanda has quit IRC | 08:21 | |
*** safchain has joined #openstack-neutron | 08:22 | |
*** achanda has joined #openstack-neutron | 08:23 | |
*** ihrachyshka has joined #openstack-neutron | 08:24 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 08:24 |
*** trinaths1 has joined #openstack-neutron | 08:27 | |
*** hjensas has joined #openstack-neutron | 08:28 | |
*** hjensas has quit IRC | 08:28 | |
*** hjensas has joined #openstack-neutron | 08:28 | |
*** trinaths has quit IRC | 08:28 | |
*** jpena has joined #openstack-neutron | 08:28 | |
*** pal has quit IRC | 08:30 | |
*** achanda has quit IRC | 08:38 | |
*** trinaths1 has quit IRC | 08:41 | |
*** jlanoux has joined #openstack-neutron | 08:42 | |
*** trinaths has joined #openstack-neutron | 08:42 | |
*** openstackgerrit has quit IRC | 08:42 | |
*** openstackgerrit has joined #openstack-neutron | 08:42 | |
*** matrohon has joined #openstack-neutron | 08:43 | |
*** pradeep_s has joined #openstack-neutron | 08:43 | |
*** pal has joined #openstack-neutron | 08:44 | |
*** achanda has joined #openstack-neutron | 08:44 | |
*** gildub has joined #openstack-neutron | 08:45 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 08:46 |
openstackgerrit | Merged openstack/neutron: Updated from global requirements https://review.openstack.org/155575 | 08:50 |
openstackgerrit | Merged openstack/neutron: OVS DVR: Remove dead code https://review.openstack.org/155601 | 08:51 |
*** jpich has joined #openstack-neutron | 08:51 | |
*** lazy_prince is now known as killer_prince | 08:55 | |
*** jlibosva has joined #openstack-neutron | 08:56 | |
openstackgerrit | Merged openstack/neutron: Remove unused RPC methods from l3_rpc https://review.openstack.org/155110 | 08:57 |
*** zhhuabj has quit IRC | 09:00 | |
*** tomoe_ has quit IRC | 09:00 | |
*** rotbeard has joined #openstack-neutron | 09:00 | |
*** ygbo has joined #openstack-neutron | 09:01 | |
*** yuanying has quit IRC | 09:01 | |
*** killer_prince is now known as lazy_prince | 09:02 | |
*** bjornar_ has joined #openstack-neutron | 09:03 | |
trinaths | prometheanfire: hi again | 09:03 |
prometheanfire | ? | 09:04 |
*** MasterPiece has joined #openstack-neutron | 09:05 | |
trinaths | prometheanfire: you ping me here.. | 09:05 |
prometheanfire | trinaths: I was just saying hi back :D | 09:07 |
prometheanfire | 23:21 < trinaths > Hi Neutroners. Good Morning | 09:07 |
trinaths | prometheanfire: okay :) cool | 09:07 |
prometheanfire | :D | 09:07 |
trinaths | prometheanfire: did not find this that way. Very Good Morning to you. :) | 09:08 |
prometheanfire | suppose it is, it's 3AM now | 09:09 |
*** markvoelker has joined #openstack-neutron | 09:10 | |
*** tomoe_ has joined #openstack-neutron | 09:10 | |
*** tomoe_ has quit IRC | 09:11 | |
trinaths | prometheanfire: though , Good Early Morning :D | 09:11 |
*** MasterPiece has quit IRC | 09:11 | |
*** humble_ has quit IRC | 09:13 | |
*** achanda has quit IRC | 09:14 | |
*** markvoelker has quit IRC | 09:14 | |
*** jistr has joined #openstack-neutron | 09:16 | |
*** karimb has joined #openstack-neutron | 09:18 | |
*** jlibosva has quit IRC | 09:20 | |
*** yamamoto has joined #openstack-neutron | 09:20 | |
*** jlibosva has joined #openstack-neutron | 09:23 | |
*** trinaths has left #openstack-neutron | 09:23 | |
*** yamamoto has quit IRC | 09:23 | |
*** haramaki_ has quit IRC | 09:27 | |
*** Longgeek has quit IRC | 09:29 | |
*** tobias- has joined #openstack-neutron | 09:33 | |
*** amotoki has quit IRC | 09:34 | |
*** SumitNaiksatam has quit IRC | 09:36 | |
tobias- | trying to set rate-limit on a tenant-network for in/out internet access. I thought I could do it on the routers interface (ip netns exec qrouter... ip a, check the qr-interface there and set limiting there). It doesnt really work. Anyone that can point me to the right direction? | 09:38 |
*** SumitNaiksatam has joined #openstack-neutron | 09:38 | |
*** jp_at_hp has joined #openstack-neutron | 09:39 | |
*** salv-orlando has joined #openstack-neutron | 09:40 | |
*** hichihara has quit IRC | 09:44 | |
*** fkobzik has joined #openstack-neutron | 09:45 | |
*** SumitNaiksatam has quit IRC | 09:45 | |
*** SumitNaiksatam has joined #openstack-neutron | 09:46 | |
*** gildub has quit IRC | 09:46 | |
*** jlibosva has quit IRC | 09:46 | |
*** ronis_ has quit IRC | 09:46 | |
*** jlibosva has joined #openstack-neutron | 09:46 | |
*** gildub has joined #openstack-neutron | 09:48 | |
*** chlong has quit IRC | 09:49 | |
*** fkobzik has quit IRC | 09:52 | |
*** yamamoto has joined #openstack-neutron | 10:02 | |
*** numan has joined #openstack-neutron | 10:02 | |
*** nyechiel__ has joined #openstack-neutron | 10:08 | |
*** MasterPiece has joined #openstack-neutron | 10:09 | |
*** moshele has joined #openstack-neutron | 10:11 | |
*** markvoelker has joined #openstack-neutron | 10:11 | |
*** dims__ has joined #openstack-neutron | 10:12 | |
*** alexpilotti has joined #openstack-neutron | 10:14 | |
*** yamamoto has quit IRC | 10:14 | |
*** claudiub has joined #openstack-neutron | 10:14 | |
*** markvoelker has quit IRC | 10:15 | |
*** dims__ has quit IRC | 10:17 | |
*** karimb has quit IRC | 10:21 | |
*** claudiub has quit IRC | 10:22 | |
*** claudiub has joined #openstack-neutron | 10:40 | |
*** evgenyf has joined #openstack-neutron | 10:40 | |
*** Miouge_ has joined #openstack-neutron | 10:45 | |
*** Miouge has quit IRC | 10:46 | |
*** Miouge_ is now known as Miouge | 10:46 | |
*** leunam112 has quit IRC | 10:47 | |
*** erkules_ is now known as erkules | 10:48 | |
*** karimb has joined #openstack-neutron | 10:51 | |
*** stanzgy has quit IRC | 10:53 | |
*** evgenyf has quit IRC | 10:57 | |
*** gildub has quit IRC | 11:03 | |
*** yfauser has joined #openstack-neutron | 11:05 | |
*** salv-orlando has quit IRC | 11:05 | |
*** yfauser has left #openstack-neutron | 11:05 | |
*** leunam112 has joined #openstack-neutron | 11:07 | |
*** gildub has joined #openstack-neutron | 11:08 | |
*** markvoelker has joined #openstack-neutron | 11:12 | |
*** dims__ has joined #openstack-neutron | 11:12 | |
*** pc_m has joined #openstack-neutron | 11:12 | |
*** yamamoto has joined #openstack-neutron | 11:14 | |
*** evgenyf has joined #openstack-neutron | 11:15 | |
*** markvoelker has quit IRC | 11:16 | |
*** yamamoto has quit IRC | 11:20 | |
*** nyechiel__ has quit IRC | 11:23 | |
*** aix has joined #openstack-neutron | 11:27 | |
*** popw has quit IRC | 11:29 | |
*** karimb has quit IRC | 11:30 | |
*** karimb has joined #openstack-neutron | 11:33 | |
*** anilvenkata has left #openstack-neutron | 11:34 | |
*** aix has quit IRC | 11:38 | |
*** moshele has quit IRC | 11:39 | |
*** yamahata has quit IRC | 11:43 | |
*** evgenyf has quit IRC | 11:46 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Implement IPAM Driver loader https://review.openstack.org/147479 | 11:48 |
*** yfauser has joined #openstack-neutron | 11:51 | |
*** yfauser has left #openstack-neutron | 11:51 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Fix index name in downgrade 26b54cf9024d migration https://review.openstack.org/155723 | 11:56 |
*** gildub has quit IRC | 12:00 | |
*** dims__ has quit IRC | 12:01 | |
*** dims__ has joined #openstack-neutron | 12:02 | |
*** blues-man has joined #openstack-neutron | 12:03 | |
*** aix has joined #openstack-neutron | 12:04 | |
*** salv-orlando has joined #openstack-neutron | 12:04 | |
*** dims__ has quit IRC | 12:06 | |
*** dims__ has joined #openstack-neutron | 12:07 | |
*** claudiub has quit IRC | 12:09 | |
*** markvoelker has joined #openstack-neutron | 12:13 | |
*** jaypipes has quit IRC | 12:13 | |
*** baoli has joined #openstack-neutron | 12:13 | |
*** jaypipes has joined #openstack-neutron | 12:16 | |
*** baoli_ has joined #openstack-neutron | 12:16 | |
*** zhhuabj has joined #openstack-neutron | 12:17 | |
*** markvoelker has quit IRC | 12:17 | |
*** baoli has quit IRC | 12:19 | |
openstackgerrit | Romil Gupta proposed openstack/neutron: External Networks in ML2 have invalid providernet types https://review.openstack.org/149546 | 12:21 |
*** ajo_ has joined #openstack-neutron | 12:23 | |
*** ajo has quit IRC | 12:26 | |
*** tomoe_ has joined #openstack-neutron | 12:29 | |
*** pal has quit IRC | 12:30 | |
*** dims__ has quit IRC | 12:32 | |
*** anish_ has quit IRC | 12:33 | |
*** tomoe_ has quit IRC | 12:39 | |
*** akas has joined #openstack-neutron | 12:40 | |
*** akas has joined #openstack-neutron | 12:40 | |
*** tomoe_ has joined #openstack-neutron | 12:41 | |
*** blues-man has quit IRC | 12:45 | |
*** doude has quit IRC | 12:46 | |
*** doude has joined #openstack-neutron | 12:47 | |
*** akas has quit IRC | 12:50 | |
*** rotbeard has quit IRC | 12:50 | |
*** akas has joined #openstack-neutron | 12:52 | |
*** SridharRamaswamy has joined #openstack-neutron | 12:53 | |
openstackgerrit | yalei wang proposed openstack/neutron: Passes the plugin context variable in the ML2 Extension Driver API https://review.openstack.org/152759 | 12:53 |
openstackgerrit | yalei wang proposed openstack/neutron: Add portsecurity extension support https://review.openstack.org/126552 | 12:53 |
*** nyechiel__ has joined #openstack-neutron | 12:53 | |
*** banix has joined #openstack-neutron | 12:56 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Fix usage drop_constraint in 2a1ee2fb59e0 migration https://review.openstack.org/155737 | 12:56 |
*** SridharRamaswam1 has joined #openstack-neutron | 12:56 | |
*** yamamoto has joined #openstack-neutron | 12:57 | |
*** SridharRamaswamy has quit IRC | 12:58 | |
openstackgerrit | Aman Kumar proposed openstack/neutron: External Networks in ML2 have invalid providernet types https://review.openstack.org/149546 | 13:03 |
*** johnbelamaric has joined #openstack-neutron | 13:04 | |
*** ronis_ has joined #openstack-neutron | 13:06 | |
*** akas has quit IRC | 13:09 | |
*** akas has joined #openstack-neutron | 13:09 | |
*** markvoelker has joined #openstack-neutron | 13:10 | |
*** jpich has quit IRC | 13:12 | |
*** banix has quit IRC | 13:13 | |
*** dims__ has joined #openstack-neutron | 13:13 | |
*** yatin has quit IRC | 13:15 | |
*** dims___ has joined #openstack-neutron | 13:16 | |
*** dims__ has quit IRC | 13:17 | |
*** akas has quit IRC | 13:18 | |
*** lazy_prince is now known as killer_prince | 13:19 | |
*** EmilienM|afk is now known as EmilienM | 13:19 | |
*** akas has joined #openstack-neutron | 13:20 | |
*** nyechiel__ has quit IRC | 13:21 | |
*** ZZelle has quit IRC | 13:26 | |
*** ZZelle has joined #openstack-neutron | 13:27 | |
*** yamamoto has quit IRC | 13:27 | |
*** johnbelamaric has quit IRC | 13:30 | |
*** pal has joined #openstack-neutron | 13:31 | |
*** marrusl has joined #openstack-neutron | 13:33 | |
*** pal has quit IRC | 13:39 | |
*** alaski is now known as lascii | 13:45 | |
*** karimb has quit IRC | 13:48 | |
*** karimb has joined #openstack-neutron | 13:48 | |
*** Miouge has quit IRC | 13:53 | |
*** Mr0rris0 has joined #openstack-neutron | 13:53 | |
*** Mr0rris0 has quit IRC | 13:53 | |
*** Mr0rris0 has joined #openstack-neutron | 13:53 | |
*** Mr0rris0 has quit IRC | 13:54 | |
*** Mr0rris0 has joined #openstack-neutron | 13:54 | |
*** Mr0rris0 has quit IRC | 13:54 | |
*** Mr0rris0 has joined #openstack-neutron | 13:55 | |
*** Mr0rris0 has quit IRC | 13:55 | |
*** fouxm_ is now known as fouxm | 13:55 | |
*** Mr0rris0 has joined #openstack-neutron | 13:55 | |
*** SridharG has left #openstack-neutron | 13:57 | |
*** Miouge has joined #openstack-neutron | 14:03 | |
*** amuller has joined #openstack-neutron | 14:04 | |
*** blues-man has joined #openstack-neutron | 14:04 | |
*** trinaths has joined #openstack-neutron | 14:06 | |
*** trinaths has left #openstack-neutron | 14:06 | |
*** blues-man has quit IRC | 14:07 | |
*** blues-man has joined #openstack-neutron | 14:07 | |
* mestery wanders back from a 3-day internal event. | 14:09 | |
pc_m | mestery: hi | 14:10 |
mestery | pc_m: hi | 14:10 |
*** kbringard has joined #openstack-neutron | 14:11 | |
pc_m | mestery: Did you see my email rom this morning on VPNaaS scenario test commits? | 14:11 |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Implement IPAM Driver loader https://review.openstack.org/147479 | 14:11 |
*** ivar-lazzaro has joined #openstack-neutron | 14:13 | |
*** radez_g0n3 is now known as radez | 14:15 | |
mestery | pc_m: Digging through email, haven't made it that high up yet :) | 14:16 |
pc_m | :) | 14:16 |
*** ivar-lazzaro has quit IRC | 14:17 | |
*** ivar-lazzaro has joined #openstack-neutron | 14:17 | |
*** ivar-lazzaro has quit IRC | 14:17 | |
*** ivar-lazzaro has joined #openstack-neutron | 14:18 | |
*** busterswt has joined #openstack-neutron | 14:18 | |
*** tomoe_ has quit IRC | 14:20 | |
*** yfauser has joined #openstack-neutron | 14:20 | |
*** yfauser has left #openstack-neutron | 14:20 | |
*** trinaths1 has joined #openstack-neutron | 14:20 | |
*** tomoe_ has joined #openstack-neutron | 14:21 | |
openstackgerrit | Sridhar Ramaswamy proposed openstack/neutron-vpnaas: Implementation of Brocade Vyatta VPNaaS Plugin https://review.openstack.org/154720 | 14:21 |
*** lori is now known as lori|away | 14:21 | |
*** karimb has quit IRC | 14:22 | |
*** david-lyle_afk is now known as david-lyle | 14:22 | |
*** tomoe_ has quit IRC | 14:23 | |
*** tiswanso has joined #openstack-neutron | 14:23 | |
*** rotbeard has joined #openstack-neutron | 14:24 | |
*** trinaths1 has quit IRC | 14:25 | |
*** johnbelamaric has joined #openstack-neutron | 14:26 | |
mestery | ihrachyshka: I am digesting your email to the list on OVS and namespaces, and how our usage of them works by accident. | 14:27 |
mestery | ihrachyshka: Sounds fairly dire, we need to come up with a plan to address this ASAP I think. | 14:27 |
mestery | ihrachyshka: Thank you for bringing this up to everyone's attention with a great email thread! | 14:27 |
ihrachyshka | mestery, np, I personally started to catch kernel crashes due to this :| | 14:27 |
mestery | ihrachyshka: Ack, agreed. | 14:28 |
mestery | ihrachyshka: Is this the bug which has the kernel crash from the L3 items? I forget the number. | 14:28 |
ihrachyshka | and the fact that it worked by accident before is worrysome. we probably started to step on something non-trivial with dvr work, and started to trigger those | 14:28 |
*** boq has quit IRC | 14:29 | |
ihrachyshka | mestery, yeah, mentioned in the email. https://bugs.launchpad.net/neutron/+bug/1418097 | 14:29 |
openstack | Launchpad bug 1418097 in neutron "Kernel panic or ovs-vswitch crash when running DVR functional test" [Medium,Confirmed] | 14:29 |
ihrachyshka | good news is that it's not triggered in old kernel/ovs stack (like Centos7), so we have time to fix it for 'real' deployments (not bleeding edge Fedoras) | 14:30 |
*** tnurlygayanov has joined #openstack-neutron | 14:30 | |
mestery | ihrachyshka: It doesn't affect Ubuntu either? So must be a recent version of OVS where we tickle then. | 14:30 |
*** scheuran has quit IRC | 14:31 | |
ihrachyshka | mestery, btw I am worried by another thing, I wanted to talk to you on the matter. so as per HenryG, we'll need a new dependency (dibbler ipv6 client) for prefix delegation; two problems there: 1) it was not known to packagers before, so we'll need to quickly package that for kilo 2) stock dibbler is not enough, we need some third party patches to make it work with namespaces and whatnot. the latter is very suspiciou | 14:32 |
ihrachyshka | s. | 14:32 |
*** signed8bit has joined #openstack-neutron | 14:32 | |
ihrachyshka | mestery, no idea about ubuntu, I've seen it last time years ago | 14:32 |
mestery | ihrachyshka: Yikes, how did we let that slip through? | 14:32 |
mestery | ihrachyshka: That sounds very suspicious indeed. | 14:33 |
aveiga | ihrachyshka: can you elaborate on that need? I happen to personally know Thomasz and can caht with him | 14:33 |
ihrachyshka | aveiga, Thomasz Graf? | 14:33 |
aveiga | Mrugalski, the guy who wrote dibbler | 14:33 |
ihrachyshka | ah, sorry | 14:33 |
*** thomasem has joined #openstack-neutron | 14:33 | |
* ihrachyshka mixing things | 14:33 | |
ihrachyshka | aveiga, I think HenryG should have more info on this. I was just accidentally involved as a packager but haven't looked into PD implementation yet (will do next week) | 14:34 |
*** yeungp has quit IRC | 14:34 | |
aveiga | ok, thanks | 14:34 |
HenryG | aveiga: If you can get Thomasz to participate in discussions on neutron's needs for dibbler, that would be great | 14:34 |
*** Miouge has quit IRC | 14:34 | |
aveiga | HenryG: I'd need some context first before I start that conversation | 14:35 |
ihrachyshka | HenryG, +1, the quicker we get him on board or at least informed, the better | 14:35 |
ihrachyshka | HenryG, can you write an email to openstack-dev@ on the matter? | 14:35 |
aveiga | HenryG: can you let me know what you're looking for or why it doesn't currently work? I've worked with dibbler a lot in the past | 14:35 |
aveiga | actually, +1 to ihrachyshka | 14:35 |
HenryG | aveiga: sure | 14:35 |
ihrachyshka | dougwig, hey man. I also have smth for you :) | 14:37 |
ihrachyshka | dougwig, ping me when ready | 14:37 |
*** hjensas has quit IRC | 14:38 | |
HenryG | aveiga: https://github.com/johndavidge/dibbler branch cloud-dibbler | 14:38 |
aveiga | HenryG: thanks! | 14:39 |
*** rushil has joined #openstack-neutron | 14:39 | |
HenryG | aveiga: and I will get baoli_ and john to fill you in on why | 14:39 |
aveiga | ok | 14:39 |
*** banix has joined #openstack-neutron | 14:41 | |
*** Miouge has joined #openstack-neutron | 14:41 | |
*** john-davidge has joined #openstack-neutron | 14:42 | |
*** localloop127 has joined #openstack-neutron | 14:42 | |
*** thomasem has quit IRC | 14:43 | |
*** thomasem has joined #openstack-neutron | 14:44 | |
*** naggappan has quit IRC | 14:46 | |
baoli_ | HenryG, aveiga: it would be easier to explain it with email. Let me send it to the ML | 14:46 |
*** dane_leblanc has joined #openstack-neutron | 14:46 | |
ihrachyshka | baoli_++ | 14:48 |
*** shwetaap has joined #openstack-neutron | 14:50 | |
*** jaypipes is now known as leakypipes | 14:56 | |
*** zz_jgrimm is now known as jgrimm | 14:56 | |
*** tomoe_ has joined #openstack-neutron | 14:57 | |
*** dansmith is now known as superdan | 14:58 | |
*** nplanel_ has joined #openstack-neutron | 14:59 | |
*** r-daneel has joined #openstack-neutron | 15:00 | |
*** liusheng has quit IRC | 15:01 | |
*** vthapar has quit IRC | 15:01 | |
*** liusheng has joined #openstack-neutron | 15:01 | |
*** Murali has quit IRC | 15:02 | |
*** dboik has joined #openstack-neutron | 15:05 | |
*** SridharRamaswamy has joined #openstack-neutron | 15:06 | |
*** amsaha has joined #openstack-neutron | 15:07 | |
*** SridharRamaswam1 has quit IRC | 15:08 | |
*** amsaha has quit IRC | 15:09 | |
*** a_le has quit IRC | 15:10 | |
*** a_le has joined #openstack-neutron | 15:10 | |
anteaya | what time zone is armax in? | 15:11 |
anteaya | anyone know? | 15:11 |
*** tiswanso has quit IRC | 15:11 | |
*** tiswanso_ has joined #openstack-neutron | 15:12 | |
*** regXboi has joined #openstack-neutron | 15:13 | |
HenryG | anteaya: I believe PST unless he is traveling | 15:14 |
*** kickinz1 is now known as kickinz1|afk | 15:14 | |
*** MasterPiece has quit IRC | 15:14 | |
anteaya | HenryG: thanks Henry | 15:14 |
*** kickinz1|afk is now known as kickinz1 | 15:15 | |
*** luflores has joined #openstack-neutron | 15:15 | |
*** MasterPiece has joined #openstack-neutron | 15:15 | |
*** SridharG has joined #openstack-neutron | 15:15 | |
*** dims___ is now known as dimsum__ | 15:15 | |
luflores | I forgot where is the location of the file that maps the long names to short name. Like in service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin | 15:15 |
HenryG | luflores: setup.cfg | 15:16 |
luflores | Does any one remember ? | 15:16 |
luflores | HenryG thanks | 15:16 |
*** yeungp has joined #openstack-neutron | 15:16 | |
pc_m | mestery: Could use core review of https://review.openstack.org/155610 as breaking all VPN commits. Can you help out? | 15:17 |
*** SridharRamaswamy has quit IRC | 15:18 | |
*** numan has quit IRC | 15:18 | |
*** leunam112 has quit IRC | 15:18 | |
*** prad has joined #openstack-neutron | 15:18 | |
*** leunam112 has joined #openstack-neutron | 15:19 | |
openstackgerrit | Boris Pavlovic proposed openstack/neutron: [do not merge] Reproducing race related to default sec group https://review.openstack.org/155780 | 15:21 |
*** leunam112 has quit IRC | 15:21 | |
*** jlibosva has quit IRC | 15:22 | |
salv-orlando | ihrachyshka: re http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg45924.html - I will watch the recording as soon as I'm done with my daily tasks, but is the gist of your post that we should start considering moving away from OVS for neutron's data path? | 15:22 |
*** jlibosva has joined #openstack-neutron | 15:22 | |
anteaya | who is the current bug person? jogo needs a champion for https://bugs.launchpad.net/nova/+bug/1323658 | 15:23 |
openstack | Launchpad bug 1323658 in OpenStack Compute (nova) "Nova resize/restart results in guest ending up in inconsistent state with Neutron" [Critical,Confirmed] | 15:23 |
ihrachyshka | salv-orlando, well... I wouldn't go that far short to middle term (though it's a good brain food); I would say we should consider avoiding using ovs ports being put inside non-root namespaces (so - get a patch and run benchmarks against it) | 15:24 |
*** tomoe_ has quit IRC | 15:24 | |
ihrachyshka | salv-orlando, short term, for dvr func test issue, amuller has ideas on how to make us not trigger the failure by cleaning up all interfaces prior to dropping namespaces (at least that was my understanding) | 15:25 |
*** ajmiller has joined #openstack-neutron | 15:25 | |
amuller | correct | 15:25 |
amuller | I suspect that an interface is not being deleted properly | 15:25 |
ihrachyshka | salv-orlando, but the gist is: 'we rely on a bug in ovs, and may be broken at any random point in ovs dev history' | 15:25 |
amuller | which is causing the crash | 15:25 |
*** phil_h has joined #openstack-neutron | 15:26 | |
amuller | ihrachyshka: Although I think we can avoid the issue, we're basically relying on a bug and have been for years | 15:26 |
salv-orlando | ihrachyshka: that's surely not a move we can possibly do short term! Re amuller findings... are those based on speculation or experiments? My experience with network namespaces is that cleaning up staff rarely helps | 15:26 |
amuller | we may end up being broken at any random time | 15:26 |
mestery | pc_m: Done! | 15:26 |
amuller | salv-orlando: I know for fact that the offending DVR functional test is not destroying an interface, and that manually destroying it avoids the issue | 15:27 |
amuller | I'm working on it right now | 15:27 |
pc_m | mestery: Thanks!!!! | 15:27 |
salv-orlando | ihrachyshka: I agree that if we're exploiting a loophole in ovs we're doing something harmful. I will also check with the ovs folks in my department | 15:27 |
*** annegentle has joined #openstack-neutron | 15:27 | |
*** tomoe_ has joined #openstack-neutron | 15:27 | |
*** banix has quit IRC | 15:27 | |
pc_m | mestery: I hear there are tempest failures too... will look at them as soon as I get out of a meeting. | 15:27 |
ihrachyshka | salv-orlando, right, that's would be great, my ovs folks, however magician, can miss some parts of the picture | 15:28 |
mestery | pc_m: Cool, thanks! | 15:28 |
salv-orlando | amuller: it's good you know that for a fact... but do you also know why it avoids the issue? | 15:28 |
amuller | yeah | 15:28 |
amuller | if you check the script in the bug | 15:28 |
salv-orlando | amuller: ok cool. I am still documenting on these issue, I got alerted by ihrachyshka's post | 15:28 |
amuller | the script creates a bridge, port, moves the port to a NS, destroys the NS, then the bridge | 15:29 |
amuller | when you destroy the bridge, it destroys all ports | 15:29 |
amuller | since the port wasn't explicitly deleted | 15:29 |
amuller | it deletes a port that was in a NS, after the NS was deleted | 15:29 |
amuller | crashing and causing a block hole | 15:29 |
*** avozza is now known as zz_avozza | 15:29 | |
amuller | so to avoid the issue, we can delete all interfaces before destroying a namespace | 15:29 |
amuller | which is what we should be doing anyway... | 15:30 |
amuller | looking at the code, that's the intended behavior, so trying to figure out why the qg-* device is not being deleted during that test | 15:30 |
*** zz_avozza is now known as avozza | 15:30 | |
salv-orlando | amuller: good job. What about instead usage of veth pairs to interconnect ovs ports in root namespace with ports in children namespaces? That was, in my assumptions, something safe to do. | 15:32 |
*** Miouge has quit IRC | 15:32 | |
amuller | that'd probably work, although this 'not deleting qg device' is an issue nontheless | 15:32 |
amuller | veth pairs would have performance penalties which we'd need to benchmark | 15:32 |
*** banix has joined #openstack-neutron | 15:33 | |
*** Miouge has joined #openstack-neutron | 15:34 | |
salv-orlando | amuller: I seem to recall we already use veth pairs in various places | 15:34 |
amuller | yeah although we moved away from there | 15:35 |
amuller | we used to use veth pairs to connect br-int to provider bridges | 15:35 |
amuller | and some patch in Juno or Kilo changed that to patch ports | 15:35 |
amuller | and we use patch ports to connect br-int to br-tun | 15:35 |
salv-orlando | amuller: when you say "we" are you including the whole neutron community or do you mean your team only? | 15:35 |
amuller | community | 15:35 |
salv-orlando | amuller: yes I know about that | 15:35 |
openstackgerrit | Merged openstack/neutron: Add the rebinding chance in _bind_port_if_needed https://review.openstack.org/141044 | 15:36 |
amuller | we also use veth pairs to connect the LB to the OVS per VM | 15:36 |
salv-orlando | br-int/br-tun was a patch port in the beginning. Then we swtiched to veth because at some point ovs 1.4 series stopped supplying patch ports as part of the linux kernel module | 15:36 |
salv-orlando | amuller: that was the veth pair I was referring to. And there's also the one to interconnect the ovs port with the tap device used by dnsmasq in the dhcp agent | 15:37 |
*** manishg has joined #openstack-neutron | 15:38 | |
salv-orlando | amuller: If I get it correctly your assessment is that while veth ports play nicely with namespace they impose an additional penalty in terms of latency which adds up to the penalty of going first through a lb instance? | 15:38 |
amuller | salv-orlando: I'd assume so | 15:39 |
baoli_ | HenryG, ihrachyshka, aveiga: I just sent the email to the ML. Please check it out. | 15:39 |
amuller | salv-orlando: only benchmarks could tell us anything valuable though | 15:39 |
amuller | my assumptions are worth jack :) | 15:39 |
salv-orlando | amuller: that's good food for thought. Basically to me this assessment means that the combination of network namespaces and open vswitch puts a cap on the scalability of neutron's data plane when using ML2 with OVS | 15:40 |
*** josecastroleon has joined #openstack-neutron | 15:40 | |
ihrachyshka | salv-orlando, I guess those are just assumptions for now. though those coming from ovs guys who know a lot more than me or amuller when it comes to low level network performance | 15:41 |
*** manishg_ has joined #openstack-neutron | 15:41 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: test https://review.openstack.org/155789 | 15:41 |
ihrachyshka | baoli_, tnx | 15:41 |
*** marun has joined #openstack-neutron | 15:42 | |
*** manishg has quit IRC | 15:42 | |
*** coolsvap is now known as coolsvap_ | 15:43 | |
tobias- | Have anyone here getting tc to work with ovs routers? I want to rate limit/quota bandwidth. I know there's QoS being worked on, but I'm OK for the time being doing it manually | 15:43 |
aveiga | baoli_: thanks! | 15:43 |
baoli_ | aveiga, ihrachyshka, thank you for looking at it and helping out | 15:43 |
*** manishg has joined #openstack-neutron | 15:43 | |
openstackgerrit | Gandharva proposed openstack/neutron: If ovs is dead, ovs_neutron_agent booting up code should exit gracefully https://review.openstack.org/153138 | 15:44 |
* ihrachyshka is not helping out yet, just being concerned aloud | 15:44 | |
salv-orlando | ihrachyshka: well, I just wanted to make sure I got the full picture - there's always a chance for a misunderstanding ;) | 15:45 |
*** manishg_ has quit IRC | 15:45 | |
tobias- | (is this the wrong channel for questions like mine?) | 15:47 |
*** manishg has quit IRC | 15:48 | |
*** MasterPiece has quit IRC | 15:48 | |
*** manishg has joined #openstack-neutron | 15:48 | |
*** aranjan_ has quit IRC | 15:48 | |
*** moshele has joined #openstack-neutron | 15:51 | |
*** josecastroleon has quit IRC | 15:52 | |
*** a_le_ has joined #openstack-neutron | 15:52 | |
*** a_le has quit IRC | 15:52 | |
*** manishg_ has joined #openstack-neutron | 15:52 | |
*** manishg has quit IRC | 15:53 | |
*** manishg_ has quit IRC | 15:53 | |
*** carl_baldwin has joined #openstack-neutron | 15:53 | |
*** ollivier has quit IRC | 15:53 | |
*** Miouge has quit IRC | 15:54 | |
*** Miouge has joined #openstack-neutron | 15:54 | |
*** MasterPiece has joined #openstack-neutron | 15:57 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Setup br-tun in secure mode to avoid broadcast storms https://review.openstack.org/155328 | 15:58 |
*** Miouge has quit IRC | 15:58 | |
*** moshele has quit IRC | 15:58 | |
*** anish_ has joined #openstack-neutron | 15:59 | |
*** crobertsrh has joined #openstack-neutron | 16:00 | |
*** apuimedo has quit IRC | 16:01 | |
*** xgerman has joined #openstack-neutron | 16:01 | |
crobertsrh | Question: I'm on fedora 21 running devstack and I have a VM that has my desired DNS servers in /etc/resolv.conf, can ping those DNS servers, but can not perform any DNS lookups. Has anyone seen such a situation before? Better yet, do you know how I might get around it? Thanks. | 16:02 |
*** ajo_ has quit IRC | 16:05 | |
*** ajo has joined #openstack-neutron | 16:05 | |
*** moshele has joined #openstack-neutron | 16:06 | |
*** tomoe_ has quit IRC | 16:07 | |
*** pask81 has quit IRC | 16:08 | |
*** jgrimm_ has joined #openstack-neutron | 16:10 | |
*** tiswanso_ has quit IRC | 16:10 | |
*** phil_h has quit IRC | 16:10 | |
*** tiswanso_ has joined #openstack-neutron | 16:12 | |
*** jgrimm- has joined #openstack-neutron | 16:13 | |
*** jgrimm has quit IRC | 16:13 | |
*** rotbeard has quit IRC | 16:15 | |
*** jgrimm_ has quit IRC | 16:17 | |
*** moshele has quit IRC | 16:17 | |
*** jpena has quit IRC | 16:17 | |
*** thedodd has joined #openstack-neutron | 16:20 | |
*** emagana has joined #openstack-neutron | 16:20 | |
*** MasterPiece has quit IRC | 16:20 | |
*** shashankhegde has joined #openstack-neutron | 16:22 | |
*** MasterPiece has joined #openstack-neutron | 16:24 | |
*** sbelous has quit IRC | 16:25 | |
*** SridharRamaswamy has joined #openstack-neutron | 16:25 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Setup br-tun in secure mode to avoid broadcast storms https://review.openstack.org/155328 | 16:26 |
*** radez is now known as radez_g0n3 | 16:27 | |
*** nlahouti has joined #openstack-neutron | 16:29 | |
*** jpena has joined #openstack-neutron | 16:30 | |
*** pkarikh has quit IRC | 16:32 | |
*** ajmiller_ has joined #openstack-neutron | 16:32 | |
*** ajmiller__ has joined #openstack-neutron | 16:33 | |
*** ajmiller__ has quit IRC | 16:33 | |
*** aepifanov has quit IRC | 16:34 | |
*** ajmiller__ has joined #openstack-neutron | 16:34 | |
*** jpena has quit IRC | 16:34 | |
*** SridharRamaswam1 has joined #openstack-neutron | 16:34 | |
*** pradk has joined #openstack-neutron | 16:35 | |
*** zzzeek has joined #openstack-neutron | 16:35 | |
*** ajmiller has quit IRC | 16:36 | |
*** jpena has joined #openstack-neutron | 16:36 | |
*** ajmiller__ is now known as ajmiller | 16:36 | |
*** SridharRamaswamy has quit IRC | 16:37 | |
*** ajmiller_ has quit IRC | 16:37 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Delete qg device during DVR-SNAT router deletion https://review.openstack.org/155813 | 16:37 |
amuller | salv-orlando: ^ | 16:37 |
amuller | ihrachyshka: ^ | 16:38 |
*** prad has quit IRC | 16:38 | |
*** Marga_ has quit IRC | 16:38 | |
amuller | ihrachyshka: can you check out that patch and run the tests on your machine? | 16:38 |
*** pradk is now known as prad | 16:38 | |
*** 6A4ABF1CZ has quit IRC | 16:38 | |
*** ggnel has quit IRC | 16:38 | |
amuller | otherwiseguy: If you could too please | 16:38 |
ihrachyshka | amuller, sure! | 16:38 |
openstackgerrit | Justin Hammond proposed openstack/python-neutronclient: Client command extension support https://review.openstack.org/148318 | 16:38 |
amuller | ihrachyshka: thanks | 16:39 |
*** devlaps has joined #openstack-neutron | 16:39 | |
*** jorgem has joined #openstack-neutron | 16:42 | |
*** SridharRamaswam1 has quit IRC | 16:43 | |
ihrachyshka | amuller, I should probably stop running functional tests on my lappy. those are not really safe for environment as unit tests are... | 16:43 |
ihrachyshka | amuller, do you have a way to get ovs back into good shape without kernel restart? something blocks openvswitch module removal for me even though openvswitch service is down. | 16:45 |
amuller | ihrachyshka: dunno I always started machine cause I'm running those tests on a VM | 16:45 |
amuller | it restarts really quickly so I didnt bother to find another way | 16:45 |
ihrachyshka | amuller, yeah, that's what I probably should do | 16:46 |
ihrachyshka | I just always assumed functional is pretty the same as py27 in terms of isolation, but it's a bad assumption. | 16:46 |
ihrachyshka | ok, let's reboot that machine :) | 16:46 |
*** marios has quit IRC | 16:47 | |
*** marios has joined #openstack-neutron | 16:47 | |
*** manishg has joined #openstack-neutron | 16:47 | |
*** ihrachyshka has quit IRC | 16:47 | |
*** leenheer has joined #openstack-neutron | 16:47 | |
amuller | well, py27 doesn't interact with the machine apart from sqlite, functional tests wreak havoc on your machine | 16:48 |
amuller | ovs, ip, iptables... | 16:48 |
*** _cjones_ has joined #openstack-neutron | 16:48 | |
amuller | isolation is difficult, but successful runs at least don't leave anything on my VM | 16:48 |
*** devvesa has joined #openstack-neutron | 16:48 | |
amuller | failed runs can leave crap | 16:48 |
*** aranjan has joined #openstack-neutron | 16:49 | |
markmcclain | otherwiseguy: interested in your thoughts on: https://review.openstack.org/#/c/153067/ | 16:50 |
*** afazekas_ has quit IRC | 16:53 | |
*** aranjan has quit IRC | 16:53 | |
*** mlavalle has joined #openstack-neutron | 16:54 | |
*** ihrachyshka has joined #openstack-neutron | 16:54 | |
*** yamahata has joined #openstack-neutron | 16:54 | |
ihrachyshka | amuller, it works now :) | 16:54 |
amuller | ihrachyshka: good | 16:55 |
ihrachyshka | I'll update in the review | 16:55 |
dougwig | ihrachyshka: good morning. what's up? | 16:55 |
*** MasterPiece has quit IRC | 16:55 | |
*** nivtuckio has quit IRC | 16:55 | |
*** EmilienM is now known as EmilienM|afk | 16:56 | |
ihrachyshka | dougwig, hey sir! so moving l3 agent main() into new location didn't play nice with vpn agent: http://logs.openstack.org/86/155386/2/check/check-tempest-dsvm-neutron-pg/aff4319/logs/screen-q-vpn.txt.gz | 16:57 |
ihrachyshka | dougwig, since it calls the same main(). I wonder what's the best way out of it. | 16:57 |
*** armax has joined #openstack-neutron | 16:57 | |
ihrachyshka | dougwig, ideally, I would expect it to have its own main()? | 16:58 |
*** matrohon has quit IRC | 16:58 | |
ihrachyshka | dougwig, but then code reuse should be left intact, so... | 16:58 |
*** vinsh has joined #openstack-neutron | 16:58 | |
ihrachyshka | dougwig, quick fix would be to make vpn agent to import both for short migration time | 16:58 |
*** jlibosva has quit IRC | 16:59 | |
*** jlibosva has joined #openstack-neutron | 16:59 | |
*** sbelous has joined #openstack-neutron | 17:00 | |
*** MasterPiece has joined #openstack-neutron | 17:00 | |
*** a_le_ has quit IRC | 17:00 | |
*** jlanoux has quit IRC | 17:00 | |
*** johnbelamaric has quit IRC | 17:01 | |
*** johnbelamaric has joined #openstack-neutron | 17:01 | |
*** a_le has joined #openstack-neutron | 17:01 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Setup br-tun in secure fail mode to avoid broadcast storms https://review.openstack.org/155328 | 17:02 |
*** leenheer has quit IRC | 17:02 | |
*** radez_g0n3 is now known as radez | 17:03 | |
*** devlaps has quit IRC | 17:03 | |
openstackgerrit | Merged openstack/neutron-vpnaas: Fix breakage caused by removing deprecated root_helper config in neutron https://review.openstack.org/155610 | 17:03 |
*** leunam112 has joined #openstack-neutron | 17:04 | |
*** shashankhegde has quit IRC | 17:04 | |
*** devvesa has quit IRC | 17:04 | |
*** nivtuckio has joined #openstack-neutron | 17:06 | |
carl_baldwin | mlavalle: ping | 17:06 |
mlavalle | carl_baldwin: pong | 17:06 |
carl_baldwin | mlavalle: Looks like I broke the router delete path. The functional test is failing. | 17:07 |
*** suresh12 has joined #openstack-neutron | 17:07 | |
carl_baldwin | Do you want me to dive in to it? | 17:08 |
carl_baldwin | mlavalle: There is an assert that the namespace doesn’t exist and it is failing. So, the namespace is not getting cleaned up. | 17:09 |
*** SridharRamaswamy has joined #openstack-neutron | 17:09 | |
mlavalle | carl_baldwin: I was planning to take a look. But that will be this afternoon. If you have cycles now, feel free. If not, I will gladly follow up | 17:10 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Delete qg device during DVR-SNAT router deletion https://review.openstack.org/155813 | 17:10 |
*** MasterPiece has quit IRC | 17:10 | |
*** jpena has quit IRC | 17:10 | |
mlavalle | carl_baldwin: I've come to enjoy debbuging functional and unit tests :-) | 17:11 |
carl_baldwin | mlavalle: :) | 17:11 |
*** nivtuckio has quit IRC | 17:12 | |
amuller | armax: https://review.openstack.org/#/c/155813/ | 17:13 |
amuller | fix for DVR not deleting qg device and kernel panic business | 17:13 |
*** alexpilotti has quit IRC | 17:13 | |
armax | amuller: looking | 17:13 |
amuller | armax: I don't necessarily know what I'm doing with DVR so I need a critical eye | 17:14 |
armax | amuller: ok | 17:14 |
*** safchain has quit IRC | 17:15 | |
*** alexpilotti has joined #openstack-neutron | 17:15 | |
*** ygbo has quit IRC | 17:15 | |
*** regXboi has left #openstack-neutron | 17:16 | |
*** bobmel has joined #openstack-neutron | 17:16 | |
*** alexpilotti has quit IRC | 17:16 | |
*** banix has quit IRC | 17:17 | |
*** leunam112 has quit IRC | 17:17 | |
amuller | armax: Not sure how to test this properly | 17:18 |
*** bobmel_ has quit IRC | 17:18 | |
amuller | we can add more deletion assertions for the functional tests... that all of the expected resources were indeed cleaned up | 17:18 |
armax | amuller: that might be the way to do it | 17:18 |
amuller | currently we pretty much only assert that the namespace was cleaned up | 17:18 |
*** Marga_ has joined #openstack-neutron | 17:19 | |
armax | I tagged Rajeev and Swami to the review | 17:19 |
armax | hopefully they would be able to chime in tii | 17:19 |
armax | too | 17:19 |
amuller | I see for the DVR functional test we don't even check that the FIP and SNAT namespaces were deleted | 17:20 |
amuller | we always seem to forget about clean up =D | 17:20 |
*** abehl has joined #openstack-neutron | 17:20 | |
ajo | mestery, I fixed the commit message in: https://review.openstack.org/#/c/155328/ , modes => nodes, and I extended it a bit, but now I'm a bit repetitive | 17:20 |
mestery | ajo: Thanks, sorry for being pedant :) | 17:21 |
*** blues-man has quit IRC | 17:21 | |
ajo | armax, carl_baldwin , a few days ago my colleagues found this funny bug: https://bugs.launchpad.net/neutron/+bug/1421232 | 17:21 |
openstack | Launchpad bug 1421232 in neutron "Restarting neutron openvswitch while having broadcast/multicast traffic going into br-tun makes a broadcast storm over the tunnel network" [High,In progress] - Assigned to Miguel Angel Ajo (mangelajo) | 17:21 |
mestery | thanks ajo! | 17:21 |
ajo | nah, no worries mestery , it was an easy change :) | 17:21 |
armax | ajo: a funny bug! love it! | 17:21 |
ajo | yeah, armax , they killed the lab network two/three times :D | 17:22 |
ajo | I've tested manually that br-tun works in secure mode, | 17:22 |
amuller | marun: ping about testing https://review.openstack.org/#/c/155813/2 | 17:23 |
amuller | armax: marun: This isn't that simple... Since the namespaces are properly deleted, I can't exactly assert that the devices in each namespace are really gone, because the namespaces don't exist, but the devices may still exist in the OVS DB | 17:23 |
ajo | amuller, can't you just look for the devices in ovsdb? | 17:24 |
ihrachyshka | + | 17:24 |
ajo | if they are yet in there... fail | 17:24 |
ajo | (talking without a lot of context, so... ignore me if it's BS) | 17:24 |
amuller | ajo: that'd work, I'm hoping we have convinient methods for this in ovs lib :) | 17:24 |
ajo | amuller we have a get_port_list_name | 17:25 |
ajo | or something like that | 17:25 |
ajo | oh the bridge | 17:25 |
*** ekarlso has quit IRC | 17:25 | |
*** ekarlso has joined #openstack-neutron | 17:25 | |
*** claudiub has joined #openstack-neutron | 17:25 | |
amuller | ajo: maybe port_exists would work | 17:26 |
*** bjornar_ has quit IRC | 17:26 | |
*** jckasper_ has quit IRC | 17:28 | |
*** annegentle has quit IRC | 17:30 | |
*** alex_xu_ has joined #openstack-neutron | 17:30 | |
*** xu_alex has quit IRC | 17:32 | |
*** jorgem has quit IRC | 17:34 | |
*** yeungp has quit IRC | 17:34 | |
*** yeungp has joined #openstack-neutron | 17:35 | |
*** jckasper has joined #openstack-neutron | 17:35 | |
*** SridharRamaswamy has quit IRC | 17:35 | |
*** ajmiller has quit IRC | 17:36 | |
*** kfox1111 has joined #openstack-neutron | 17:38 | |
kfox1111 | I'm getting random network weirdness on my cloud.... ovs-vswitchd is running hot during those times. any ideas why that might be? | 17:39 |
*** jckasper has quit IRC | 17:39 | |
*** jckasper has joined #openstack-neutron | 17:39 | |
*** apuimedo has joined #openstack-neutron | 17:40 | |
*** aranjan has joined #openstack-neutron | 17:40 | |
*** jckasper has quit IRC | 17:40 | |
*** jistr has quit IRC | 17:41 | |
ajo | kfox1111 tell us about your network ;) | 17:41 |
dougwig | ihrachyshka: I'd suggest moving it anyway, and leaving a shim in the old spot that just references the new one. | 17:41 |
ajo | how many nodes, instances, etc ? | 17:41 |
dougwig | sorry, meatspace intruded | 17:41 |
ajo | kfox1111 using overlay networks?, VLANs? | 17:41 |
ihrachyshka | dougwig, leaving shim for eternity? maybe with a try: except ImportError hack, we would be able to get rid of shim in several patches? | 17:42 |
*** leenheer has joined #openstack-neutron | 17:42 | |
kfox1111 | vxlans over ipoib. | 17:42 |
kfox1111 | Just upgraded from icehouse to juno. | 17:42 |
*** evgenyf has joined #openstack-neutron | 17:43 | |
kfox1111 | its possible I missconfigured something, but its not obvious what, if anything... | 17:43 |
*** jckasper has joined #openstack-neutron | 17:44 | |
kfox1111 | as I understand it, the openvswitch daemon is only used to decide which flow to send a connection, then it stays out of the way. for it to be doing something that hot, things are pretty bad? | 17:44 |
ajo | kfox1111, can you check your br-tun's have openflow rules ? | 17:45 |
ajo | ovs-ofctl dump-flows br-tun | 17:45 |
ajo | and check also this bug: https://bugs.launchpad.net/neutron/+bug/1421232 | 17:45 |
openstack | Launchpad bug 1421232 in neutron "Restarting neutron openvswitch while having broadcast/multicast traffic going into br-tun makes a broadcast storm over the tunnel network" [High,In progress] - Assigned to Miguel Angel Ajo (mangelajo) | 17:45 |
kfox1111 | looks like a bunch of stuff there. | 17:45 |
kfox1111 | looking... | 17:45 |
*** evgenyf has quit IRC | 17:47 | |
*** apuimedo has quit IRC | 17:47 | |
kfox1111 | hmm... I don't think i restarted openvswitch. I have restarted the neutron-openvswitch-agent. | 17:47 |
kfox1111 | now its up to 105%.... | 17:48 |
ajo | kfox1111, restarting neutron-openvswtich-agent in several nodes at the same time can trigger it | 17:48 |
*** harlowja_away is now known as harlowja_ | 17:48 | |
ajo | kfox1111, try to tcpdump on the overlay network | 17:48 |
ajo | to see what traffic are you seeing.. | 17:48 |
ajo | not sure, could be a bug in ovs | 17:48 |
ajo | kfox1111, what distro/ovs version are you using ? | 17:48 |
kfox1111 | sl7, rdo juno. | 17:49 |
ajo | aha, I'm using that without issue | 17:49 |
ajo | I wonder what it is... | 17:49 |
ajo | kfox1111, have you tried restarting openvswitch ? | 17:49 |
ajo | service openvswitch restart | 17:49 |
kfox1111 | its hovering around 50-60% and spiking up past 100. | 17:49 |
kfox1111 | yeah, I restarted the whole box yesterday. it seemed to settle down, then this morning it happened again. | 17:50 |
ajo | kfox1111, you didn't answer, how many nodes, AIO? | 17:50 |
ajo | I guess not AIO, otherwise vxlan makes no sense :D | 17:50 |
kfox1111 | about 70 right now. | 17:51 |
ajo | the /var/log/neutron/openvswitch-agent.log says something interesting? | 17:51 |
kfox1111 | "sudo neutron-rootwrap /etc/neutron/rootwrap.conf ovsdb-client monitor Interface name,ofport --format=json" is running. Is that normal? | 17:51 |
ajo | yes | 17:51 |
ajo | that's normal | 17:51 |
kfox1111 | k. | 17:51 |
kfox1111 | hmm... | 17:51 |
kfox1111 | I had debbing on, so there's alot to go through... just a sec. | 17:52 |
kfox1111 | mostly a bunch of dump flows. | 17:52 |
ajo | hmm, strange | 17:53 |
*** jobewan has joined #openstack-neutron | 17:53 | |
kfox1111 | yeah. a few disconnectgs when I've restarted rabbit. (trying to get the fd limit up) | 17:53 |
kfox1111 | nothing else really. | 17:53 |
ajo | kfox1111, it looks more like a openvswitch specific problem or something, as it could be an #rdo specific thing, I'd suggest you asking in that channel | 17:53 |
ajo | kfox1111 ping me there, I can ping the relevant people to help you | 17:54 |
*** jogo is now known as flashgordon | 17:54 | |
kfox1111 | k. thx. | 17:54 |
ihrachyshka | ajo, why you think it's rdo? rdo is merely packaging. it's better to stay here or in #openvswitch if we think it's their side | 17:55 |
*** MasterPiece has joined #openstack-neutron | 17:55 | |
ihrachyshka | kfox1111, so have you checked what flows in the network? | 17:56 |
*** carl_baldwin has quit IRC | 17:56 | |
*** shwetaap has quit IRC | 17:56 | |
*** absubram has joined #openstack-neutron | 17:58 | |
*** tchaypo is now known as tchorizo | 17:59 | |
*** spandhe has joined #openstack-neutron | 18:00 | |
*** aranjan has quit IRC | 18:02 | |
*** jp_at_hp has quit IRC | 18:05 | |
*** emagana has quit IRC | 18:06 | |
plaurin_ | hello, I was wondering why the source code for neutron has a recurring neutron directory in etc like the following: | 18:06 |
plaurin_ | -> /etc/neutron/neutron/plugins/ml2... | 18:06 |
plaurin_ | But in the docs (http://docs.openstack.org/juno/install-guide/install/apt/content/neutron-controller-node.html) We read "Edit the /etc/neutron/plugins/ml2/ml2_conf.ini file and complete the following actions:" (single neutron directory in etc) | 18:06 |
ajo | ihrachyshka, I thought it was related to an openvswitch bug | 18:07 |
ajo | from the rdo packages... | 18:07 |
*** aranjan has joined #openstack-neutron | 18:07 | |
ajo | but it's not... | 18:07 |
ajo | or doesn't look like | 18:07 |
ajo | investigating with kfox1111 ;) | 18:07 |
ihrachyshka | ajo, yeah, that's possible. but we can't really know, it may also be an u/s openvswitch bug | 18:07 |
ihrachyshka | ok, good, thanks for taking care | 18:07 |
ajo | ihrachyshka if it's U/S I'll make sure I bring it back here | 18:08 |
ajo | I didn't want to make too much noise and I thought it was the ovs thing | 18:08 |
openstackgerrit | Julien Anguenot proposed openstack/neutron: Neutron pydevd debugger support https://review.openstack.org/126546 | 18:08 |
ihrachyshka | plaurin_, where does the code refer to it as neutron/neutron? | 18:08 |
ihrachyshka | ajo, but ovs thing IS upstream :) whatever | 18:08 |
pc_m | plaurin_: Actually, the source is at SOME_BASE_PATH/neutron/, where SOME_BASE_PATH is typically /opt/stack | 18:08 |
pc_m | plaurin_: For RUNTIME, configuration files are put in /etc/neutron/ | 18:09 |
*** shwetaap has joined #openstack-neutron | 18:09 | |
pc_m | plaurin_: Former is where code executes from, latter is where configuration files are stored. | 18:10 |
*** Networkn3rd has joined #openstack-neutron | 18:10 | |
pc_m | plaurin_: Those configs are found in SOME_BASE_PATH/neutron/etc/neutron/ | 18:10 |
*** s3wong has joined #openstack-neutron | 18:11 | |
plaurin_ | oh, my bad, I made something nonsense using cp -r while installing from source | 18:12 |
*** signed8bit is now known as signed8bit_ZZZzz | 18:13 | |
plaurin_ | that caused the recurring neutron directory | 18:14 |
plaurin_ | so, sorry :) | 18:14 |
ihrachyshka | interesting, nova to expose advanced network json config thru metadata service: https://github.com/openstack/nova-specs/blob/master/specs/kilo/approved/metadata-service-network-info.rst | 18:14 |
plaurin_ | thx | 18:14 |
pc_m | plaurin_: Well, under the base /opt/stack/neutron directory, the sources are in a sub-directory neutron | 18:14 |
pc_m | plaurin_: so at the top, there is a etc/, neutron/, doc/, tools/, etc... | 18:15 |
ihrachyshka | pc_m, + but neutron sources do not refer it like that, it's devstack thing. | 18:15 |
plaurin_ | I'm working from source, not devstack | 18:16 |
plaurin_ | but it's okay , my problem relates to the guy in front of the laptop :P | 18:16 |
pc_m | plaurin_: :) | 18:16 |
pc_m | ihrachyshka: So isn't it a packaging thing? So when imports occur, they are neutron.foo.bar | 18:17 |
flashgordon | so http://logs.openstack.org/04/136504/15/experimental/check-tempest-dsvm-neutron-aiopcpu/5027134/logs/screen-q-agt.txt.gz?level=TRACE | 18:18 |
flashgordon | that is a lot of ERRORs | 18:18 |
flashgordon | http://logs.openstack.org/94/138294/38/check/check-tempest-dsvm-neutron-full/30d595a/logs/screen-q-agt.txt.gz?level=TRACE | 18:18 |
flashgordon | its everywhere | 18:18 |
*** yfauser1 has joined #openstack-neutron | 18:19 | |
*** yfauser1 has left #openstack-neutron | 18:19 | |
*** aepifanov has joined #openstack-neutron | 18:20 | |
ihrachyshka | pc_m, it's not a packaging thing, but a matter of $PYTHONPATH and/or appropriate .pth files being put into your $PYTHONPATH. The question was about config files though (and it's indeed a packaging thing - you put it wherever you want, just make sure you pass proper --config-file/--config-dir to your services) | 18:20 |
ihrachyshka | ajo, ^^ re ipset errors | 18:20 |
plaurin_ | pc_m: ihrachyshka Actually I found it weird that if I `cp -r neutron/etc /etc/neutron` (from the source code to my /etc) it makes the ml2 plugin accessible from /etc/neutron/neutron/plugins/ml2.. (the recurring neutron directory) | 18:20 |
ajo | ihrachyshka, where? | 18:20 |
ihrachyshka | ajo, the q-agt log | 18:21 |
plaurin_ | but when installing neutron service from openstack doc (ubuntu) it's /etc/neutron/plugin | 18:21 |
ajo | uh, flashgordon , where does that happen? | 18:21 |
ihrachyshka | plaurin_, you don't do it that way, installation path is controlled by setup.cfg (and packagers) | 18:21 |
ajo | any specific review ? | 18:21 |
flashgordon | all the time | 18:21 |
*** jlibosva has quit IRC | 18:21 | |
ihrachyshka | ajo, I saw that in other reviews, though not that many errors, but errors are the same | 18:22 |
flashgordon | your logs are the boy who cried wolf -- they have tons of warnings, stacktraces and errors everywhere | 18:22 |
ajo | but there is more stuff: | 18:22 |
ajo | 2015-02-13 18:12:12.561 2826 TRACE neutron.agent.ovsdb.impl_vsctl Stdout: | 18:22 |
ajo | 2015-02-13 18:12:12.561 2826 TRACE neutron.agent.ovsdb.impl_vsctl Stderr: ovs-vsctl: no row "qvo4b798376-1a" in table Port | 18:22 |
ajo | 2015-02-13 18:12:12.561 2826 TRACE neutron.agent.ovsdb.impl_vsctl | 18:22 |
ihrachyshka | ajo, I suspect they just don't break the gate | 18:22 |
flashgordon | taken from a random patch | 18:22 |
flashgordon | http://logs.openstack.org/04/136504/15/experimental/check-tempest-dsvm-neutron-aiopcpu/5027134/logs/screen-q-svc.txt.gz?level=AUDIT | 18:22 |
flashgordon | ihrachyshka: that doesn't make it ok to do | 18:22 |
flashgordon | there is so much BS in your logs they are useless for debugging a real issue | 18:22 |
ihrachyshka | flashgordon, no one suggested that | 18:22 |
flashgordon | http://logs.openstack.org/04/136504/15/experimental/check-tempest-dsvm-neutron-aiopcpu/5027134/logs/screen-n-cpu.txt.gz?level=INFO | 18:22 |
*** suresh12 has quit IRC | 18:22 | |
ajo | flashgordon, it's an error message I added recently | 18:22 |
ajo | flashgordon, for a condition that I thought may not be happening | 18:23 |
plaurin_ | ihrachyshka: so If I install using setup.py I have to adapt setup.cfg? didn't think about that.. | 18:23 |
ajo | but may be it's safe to exist... I will recheck that | 18:23 |
ihrachyshka | flashgordon, 'yours', 'BS'? I read your messages a bit rude. | 18:23 |
ajo | flashgordon, but ignore those errors and look at the other ones for now... | 18:23 |
*** doude has quit IRC | 18:23 | |
flashgordon | ihrachyshka: yes I am furious, so I am being rude | 18:23 |
ihrachyshka | plaurin_, setup.py should consume setup.cfg and install configs based on what is set there. | 18:24 |
flashgordon | these logs have so much junk in them its really hard to see what is a real bug and what isn't | 18:24 |
plaurin_ | ihrachyshka: Thanks a million for that | 18:24 |
*** doude has joined #openstack-neutron | 18:24 | |
*** achanda has joined #openstack-neutron | 18:25 | |
ihrachyshka | flashgordon, in any case, how about being nice to people? | 18:25 |
flashgordon | ihrachyshka: sorry, this is just really frustrating | 18:25 |
*** liusheng has quit IRC | 18:25 | |
ihrachyshka | flashgordon, have you reported a bug? | 18:25 |
flashgordon | I have brought this up several times | 18:25 |
*** liusheng has joined #openstack-neutron | 18:25 | |
flashgordon | let me find the bugs | 18:26 |
flashgordon | ihrachyshka: https://bugs.launchpad.net/neutron/+bug/1399760 | 18:26 |
openstack | Launchpad bug 1399760 in neutron "neutron-service is throwing an excessive amount of warnings" [Undecided,Incomplete] | 18:26 |
*** carl_baldwin has joined #openstack-neutron | 18:26 | |
*** tflynn has joined #openstack-neutron | 18:27 | |
ihrachyshka | flashgordon, I don't see this particular issue quoted there, neither in logs. I think it's worth reporting a bug for those new log messages. | 18:27 |
ajo | I'm going to examine logs for the ipset thing | 18:28 |
ajo | flashgordon, sorry for those specific messages, | 18:28 |
*** claudiub has quit IRC | 18:28 | |
ajo | I will put a bug report for them | 18:28 |
ihrachyshka | ajo, thanks. still a proper bug to track the issue would be helpful | 18:28 |
ihrachyshka | ajo, thanks! | 18:29 |
*** ajmiller has joined #openstack-neutron | 18:29 | |
flashgordon | ihrachyshka: its a high level bug | 18:29 |
flashgordon | I added another comment | 18:29 |
flashgordon | well I am trying to launchpad is being slow this morning | 18:29 |
ihrachyshka | flashgordon, I agree. and we need more specific bugs to actually tackle and prioritize issues | 18:29 |
*** tchorizo has left #openstack-neutron | 18:30 | |
flashgordon | so you can break down that bug into smaller ones etc. | 18:30 |
* flashgordon is still waiting for launchpad | 18:30 | |
ajo | argh, crap, I undertand now what's happening | 18:30 |
*** s3wong has quit IRC | 18:31 | |
ajo | you can generate the rules, then the ipsets, THEN apply the tables with iptables-restore | 18:31 |
ajo | and that's ok | 18:31 |
flashgordon | and there https://bugs.launchpad.net/neutron/+bug/1399760 | 18:31 |
openstack | Launchpad bug 1399760 in neutron "neutron-service is throwing an excessive amount of warnings" [Undecided,Incomplete] | 18:31 |
ajo | silly me | 18:31 |
flashgordon | ajo: in the future be extra careful when adding ERROR logs | 18:31 |
ajo | flashgordon I will :/ | 18:31 |
ajo | btw, a WARNING there would also had been harmful | 18:31 |
ajo | it's better to find this now, that in production | 18:32 |
*** s3wong has joined #openstack-neutron | 18:32 | |
*** EmilienM|afk is now known as EmilienM | 18:32 | |
ajo | and clear it | 18:32 |
*** Marga_ has quit IRC | 18:32 | |
ajo | that happening I thought it was a real error... next time I will check they don't happen in normal operation | 18:32 |
ihrachyshka | in the future, please all be extra careful with using bad words :) we're all humans. | 18:32 |
ajo | :-) | 18:32 |
*** Marga_ has joined #openstack-neutron | 18:33 | |
*** kawa2014 has quit IRC | 18:33 | |
*** luqas has quit IRC | 18:34 | |
*** shashankhegde has joined #openstack-neutron | 18:34 | |
*** aix has quit IRC | 18:34 | |
*** Marga_ has quit IRC | 18:34 | |
*** Marga_ has joined #openstack-neutron | 18:35 | |
*** SridharRamaswamy has joined #openstack-neutron | 18:36 | |
*** carl_baldwin has quit IRC | 18:41 | |
*** carl_baldwin has joined #openstack-neutron | 18:41 | |
flashgordon | ajo ihrachyshka: so this all came up because I am trying to figure out what happened here: http://logs.openstack.org/04/136504/15/experimental/check-tempest-dsvm-neutron-aiopcpu/5027134/ | 18:41 |
flashgordon | multi node test with neutron | 18:42 |
flashgordon | http://logs.openstack.org/04/136504/15/experimental/check-tempest-dsvm-neutron-aiopcpu/5027134/logs/testr_results.html.gz | 18:42 |
armax | mtreinish: ping | 18:42 |
flashgordon | here is the nova side issue: http://logs.openstack.org/04/136504/15/experimental/check-tempest-dsvm-neutron-aiopcpu/5027134/logs/screen-n-cpu.txt.gz?level=TRACE#_2015-02-12_22_56_07_234 | 18:43 |
*** SridharG has left #openstack-neutron | 18:44 | |
*** leenheer has quit IRC | 18:44 | |
*** Networkn3rd has quit IRC | 18:44 | |
flashgordon | its one of the blockers for multi node testing | 18:45 |
*** shivharis has joined #openstack-neutron | 18:46 | |
ajo | flashgordon: https://bugs.launchpad.net/neutron/+bug/1421772 | 18:48 |
openstack | Launchpad bug 1421772 in neutron "neutron-openvswitch-agent says Tried to generate an ipset iptable rule for a security group rule even in normal operation" [Undecided,New] | 18:48 |
ajo | if you can, say you're affected ;) | 18:48 |
ajo | I have to leave now, but I will submit a patch monday morning if nobody does first | 18:48 |
ajo | its 19:48 here.. | 18:49 |
flashgordon | ajo: thanks | 18:49 |
ajo | ihrachyshka, kfox1111 bug seems to be the br-tun broadcast storm :/ | 18:49 |
flashgordon | ihrachyshka: any ideas about the neutron failure I am seeing above ^ | 18:49 |
ihrachyshka | flashgordon, re multinode issue. I also need to leave, so could you please report a bug for that and assign to me? (Or I'll save the links to logs for now and do it on Mon) | 18:49 |
ihrachyshka | other people may be interested though from US... marun ? ^^ | 18:50 |
flashgordon | ihrachyshka: thanks | 18:50 |
*** emagana has joined #openstack-neutron | 18:51 | |
*** emagana has quit IRC | 18:51 | |
ihrachyshka | flashgordon, thanks and bye | 18:51 |
*** emagana has joined #openstack-neutron | 18:52 | |
*** dsneddon has joined #openstack-neutron | 18:53 | |
*** MasterPiece has quit IRC | 18:54 | |
*** stefanb has joined #openstack-neutron | 18:55 | |
*** suresh12 has joined #openstack-neutron | 18:55 | |
flashgordon | ihrachyshka marun: here is the bug https://bugs.launchpad.net/neutron/+bug/1421782 | 18:55 |
openstack | Launchpad bug 1421782 in neutron "test_resize_server_revert periodically failing on multi node neutron testing" [Undecided,New] | 18:55 |
*** shivharis has quit IRC | 18:56 | |
*** shivharis has joined #openstack-neutron | 18:56 | |
*** barra204 has joined #openstack-neutron | 18:57 | |
*** liusheng has quit IRC | 18:57 | |
*** barra204 is now known as shamamunyi | 18:58 | |
*** shamamunyi is now known as shakamunyi | 18:58 | |
*** liusheng has joined #openstack-neutron | 18:58 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Delete qg device during DVR-SNAT router deletion https://review.openstack.org/155813 | 18:59 |
*** shivharis has quit IRC | 18:59 | |
amuller | armax: ^ now with functional testing | 18:59 |
amuller | armax: the new test assertions fail without the patch changes and succeed with it | 19:00 |
*** jprovazn has quit IRC | 19:01 | |
*** MasterPiece has joined #openstack-neutron | 19:01 | |
*** britthouser has quit IRC | 19:02 | |
*** SridharRamaswam1 has joined #openstack-neutron | 19:02 | |
*** SridharRamaswamy has quit IRC | 19:02 | |
*** britthouser has joined #openstack-neutron | 19:03 | |
*** britthouser has quit IRC | 19:04 | |
*** radez is now known as radez_g0n3 | 19:04 | |
*** britthouser has joined #openstack-neutron | 19:04 | |
*** manishg has quit IRC | 19:05 | |
*** jorgem has joined #openstack-neutron | 19:05 | |
*** manishg has joined #openstack-neutron | 19:06 | |
*** signed8bit_ZZZzz is now known as signed8bit | 19:07 | |
*** bradjones has quit IRC | 19:07 | |
*** tomoe_ has joined #openstack-neutron | 19:08 | |
*** yamahata has quit IRC | 19:12 | |
*** tomoe_ has quit IRC | 19:12 | |
*** manishg_ has joined #openstack-neutron | 19:14 | |
*** manishg has quit IRC | 19:14 | |
enikanorov__ | dougwig: ping | 19:15 |
enikanorov__ | dougwig: hey, still waiting for you to get back to https://review.openstack.org/#/c/152576/ | 19:15 |
enikanorov__ | ;) | 19:15 |
*** radez_g0n3 is now known as radez | 19:16 | |
enikanorov__ | ihrachyshka: hey | 19:20 |
*** aepifanov has quit IRC | 19:25 | |
*** aepifanov has joined #openstack-neutron | 19:25 | |
*** leenheer has joined #openstack-neutron | 19:26 | |
*** SumitNaiksatam has quit IRC | 19:31 | |
*** busterswt has quit IRC | 19:31 | |
*** SridharRamaswam1 has quit IRC | 19:32 | |
*** emagana has quit IRC | 19:32 | |
*** SridharRamaswam1 has joined #openstack-neutron | 19:33 | |
*** emagana has joined #openstack-neutron | 19:33 | |
*** emagana has quit IRC | 19:33 | |
mtreinish | armax: pong | 19:33 |
*** banix has joined #openstack-neutron | 19:33 | |
*** emagana has joined #openstack-neutron | 19:33 | |
armax | mtreinish: when you have a chance, can you give me an opinion on https://review.openstack.org/#/c/155626/ ? | 19:34 |
*** emagana has quit IRC | 19:34 | |
armax | mtreinish: it sounds like this is a popular offender in the gate right now | 19:34 |
*** baoli_ has quit IRC | 19:35 | |
mtreinish | armax: sure, that looks like a good change. Especially if the port body contains transient values like status | 19:35 |
armax | mtreinish: cool, I wasn’t sure whether the initial comparison was intentional | 19:36 |
mtreinish | armax: it might have been, dunno. But it doesn't make it a good thing to do | 19:36 |
armax | mtreinish: sounds good | 19:36 |
*** amuller has quit IRC | 19:37 | |
armax | mtreinish: thanks! | 19:37 |
mtreinish | armax: sure, np | 19:37 |
*** emagana has joined #openstack-neutron | 19:38 | |
*** imcsk8 has quit IRC | 19:38 | |
*** imcsk8 has joined #openstack-neutron | 19:39 | |
anteaya | I'm looking for edgar once he is online again | 19:41 |
anteaya | emagana: there you are | 19:41 |
*** TErzella has joined #openstack-neutron | 19:41 | |
TErzella | hello | 19:41 |
TErzella | all | 19:41 |
enikanorov__ | hey folks, do you remember who implemented switch from openstack/common to oslo.messaging? | 19:42 |
TErzella | I need help on a problem with the neutron + gre tunneling. Could someone help me? | 19:43 |
*** moshele has joined #openstack-neutron | 19:44 | |
*** Marga_ has quit IRC | 19:44 | |
*** Marga_ has joined #openstack-neutron | 19:45 | |
*** manishg_ has quit IRC | 19:47 | |
*** TErzella has quit IRC | 19:47 | |
*** radez is now known as radez_g0n3 | 19:51 | |
*** shashankhegde has quit IRC | 19:52 | |
*** mzbik_ has joined #openstack-neutron | 19:52 | |
*** nic77 has joined #openstack-neutron | 19:52 | |
mestery | enikanorov__: ihrachyshka is the man you want to talk to | 19:52 |
*** nic77 has quit IRC | 19:53 | |
enikanorov__ | mestery: yeah, that's what i thought. I think we have major problem there... | 19:53 |
mzbik_ | Hi, anyone can tell me sth more about using existing network as external network? | 19:53 |
mestery | enikanorov__: yikes! How so? | 19:53 |
mzbik_ | in neutron ofc | 19:53 |
*** nic77 has joined #openstack-neutron | 19:53 | |
*** nic77 has quit IRC | 19:53 | |
*** manishg has joined #openstack-neutron | 19:53 | |
enikanorov__ | mestery: those who run single api and rpc worker may sleep happily :) | 19:54 |
*** nic77 has joined #openstack-neutron | 19:54 | |
mestery | enikanorov__: lol | 19:54 |
enikanorov__ | and that's our default cfg currently | 19:54 |
mzbik_ | What I did/have: I have 2 networks net-admin-local (its local type network) and net-external which is flat type with (I think) external attribute | 19:54 |
ihrachyshka | enikanorov, sure man, I am all ears | 19:55 |
enikanorov__ | ihrachyshka: oh, cool you're here | 19:55 |
mzbik_ | net-external is create with physnet-ex which is binded to br-ex which has IP from my external network | 19:55 |
enikanorov__ | ihrachyshka: so... | 19:55 |
ihrachyshka | enikanorov, just sneaking | 19:55 |
enikanorov__ | let me describe the issue | 19:55 |
*** manishg has quit IRC | 19:55 | |
mzbik_ | And I cannot ping router port from external network :( | 19:56 |
ihrachyshka | enikanorov, have a bug to read? | 19:56 |
*** Mr0rris0 has quit IRC | 19:56 | |
enikanorov__ | ihrachyshka: not yet, i'm colelcting information | 19:56 |
roaet | mestery: hiyo! mind if I bother you for a short bit? I know I e-mailed but I have managers trying to draw my blood at the moment. I'm not a willing donor. :( | 19:56 |
enikanorov__ | so | 19:56 |
mestery | roaet: lol, yes, I saw that. :) | 19:56 |
*** moshele has quit IRC | 19:56 | |
enikanorov__ | oslo.messaging has mechanism to keep rpc connection alive by running a thread which sends heartbeats on connections | 19:56 |
*** manishg has joined #openstack-neutron | 19:56 | |
enikanorov__ | ihrachyshka: apparently, that thread is only initialized once in parent process of neutron and rpc connections of child workers are not served by it | 19:57 |
enikanorov__ | that leads to lots of disconnects from rabbitmq and various problems with the cloud | 19:57 |
roaet | mestery: any recommendations? I assume I'm not to flex when they take my blood, heh. | 19:58 |
mestery | roaet: Drink lots of liquids :) | 19:58 |
roaet | haha | 19:58 |
enikanorov__ | ihrachyshka: so the roots of the issue is the order in which we fork and start init rpc stuff. I just have not studied it enough to spot the issue in the code | 19:58 |
*** shashankhegde has joined #openstack-neutron | 19:59 | |
ihrachyshka | enikanorov__, how about moving rpc.init() call from config.init() into workers (after fork)? | 19:59 |
*** Sukhdev has joined #openstack-neutron | 19:59 | |
roaet | mestery: we absolutely would like to get all the work done in the openstack-sdk, but trying to get it so existing client users won't be left in the dark as we wait. | 20:00 |
enikanorov__ | ihrachyshka: may be that's what we need to do... thanks for the pointer | 20:00 |
ihrachyshka | enikanorov, so config.init() is called at start of server main(), before fork | 20:00 |
emagana | anteaya: sorry, I was on a meeting! | 20:00 |
ihrachyshka | enikanorov, and then that may be your problem | 20:00 |
anteaya | emagana: boy have I heard that before | 20:01 |
anteaya | :) | 20:01 |
emagana | anteaya: ups! | 20:01 |
anteaya | so how goes it? | 20:01 |
anteaya | any progress? | 20:01 |
mestery | roaet: I'll comment on the review as well. | 20:01 |
briancurtin | roaet: if there's anything i can do on the SDK end, please let me know (i'm one of the SDK guys) | 20:01 |
enikanorov__ | ihrachyshka: our problem ;) | 20:01 |
emagana | anteaya: Yes, I will send the update by the end of the day! | 20:02 |
anteaya | emagana: great | 20:02 |
*** barra204 has joined #openstack-neutron | 20:02 | |
roaet | briancurtin: I'd really appreciate that help. I haven't had a lot of time to check out the SDK but I *really* want to work on it | 20:02 |
emagana | I had a question but Docs people help already | 20:02 |
anteaya | looking forward to it and thank you | 20:02 |
ihrachyshka | enikanorov, yeah, but I mean, you have setup to fix and debug, and I'm laying on a coach with a cup of juice, so... | 20:02 |
anteaya | emagana: awesome! | 20:02 |
*** shakamunyi has quit IRC | 20:02 | |
anteaya | emagana: any word if we found anyone to attend meetings on tuesdays at 0900? | 20:02 |
roaet | briancurtin: I'm not sure how off-base my changes are to neutronclient, but I think, given the architecture it was born in, that the changes are really nice for extension authors. | 20:02 |
ihrachyshka | enikanorov, keep me informed, I'm really interested in details on my f*ckup | 20:02 |
emagana | send you a note by EOD | 20:02 |
anteaya | emagana: sure thanks | 20:03 |
anteaya | emagana: or just ping me | 20:03 |
briancurtin | roaet: we're building up a lot of documentation to enable more people to get involved, with a current build up at http://python-openstacksdk.readthedocs.org/en/latest/ if that would help | 20:03 |
openstackgerrit | Bradley Jones proposed openstack/neutron: Advertise mtu over dhcp https://review.openstack.org/155874 | 20:03 |
enikanorov__ | ihrachyshka: btw, i didn't mean to blame you :) | 20:03 |
anteaya | ihrachyshka: let's watch the language please | 20:03 |
ihrachyshka | enikanorov, you also should check that oslo.messaging is documented | 20:03 |
ihrachyshka | anteaya, sorry | 20:03 |
mestery | briancurtin roaet: Great to see you folks connected here :) | 20:03 |
ihrachyshka | enikanorov__, I didn't mean you did :) | 20:03 |
roaet | briancurtin: Without my help, what do you think the ETA is on having the client 100% production ready for all openstack users? :D | 20:04 |
*** MasterPiece has quit IRC | 20:04 | |
ihrachyshka | enikanorov, http://docs.openstack.org/developer/oslo.messaging/transport.html | 20:05 |
roaet | mestery: yes it's good that I ran into briancurtin. I foresee SDK work in the short-term. | 20:06 |
ihrachyshka | see at the end, "Forking Processes and oslo.messaging Transport objects¶" | 20:06 |
ihrachyshka | apparently we do it the wrong way | 20:06 |
ihrachyshka | though it's driver dependent | 20:06 |
ihrachyshka | and heartbeats are not mentioned there specificallyt | 20:06 |
briancurtin | roaet: i really don't think we're all that far off from that. really the biggest thing is figuring out what kind of API people want to work with, and then we apply that as much as we can to every service. we have lower level support for integrated projects, and only some higher level parts while we figure it out, but adding new services is pretty easy at | 20:07 |
briancurtin | this point. by the next summit we'll be rolling pretty well | 20:07 |
*** manishg has quit IRC | 20:07 | |
briancurtin | roaet: i'm also pretty close to showing a demo of the ways you can work with it, hopefully to attract more teams to look at it | 20:07 |
*** manishg has joined #openstack-neutron | 20:07 | |
*** Aish has joined #openstack-neutron | 20:11 | |
*** leenheer has quit IRC | 20:11 | |
*** Aish has quit IRC | 20:11 | |
openstackgerrit | Bradley Jones proposed openstack/neutron: Advertise mtu over dhcp https://review.openstack.org/155874 | 20:11 |
ihrachyshka | enikanorov, I can't find anything hearbeat specific in oslo_messaging code for rabbit | 20:13 |
ihrachyshka | enikanorov, how about asking at #openstack-oslo? | 20:13 |
ihrachyshka | (that does not mean we should still initialize transport in parent, but will help understanding the issue) | 20:14 |
*** s3wong has quit IRC | 20:17 | |
*** leunam112 has joined #openstack-neutron | 20:17 | |
*** diegows has joined #openstack-neutron | 20:18 | |
*** MasterPiece has joined #openstack-neutron | 20:18 | |
*** barra204 has quit IRC | 20:19 | |
enikanorov__ | ihrachyshka: i'm currently investigating on running neutron. I see we're doing it wrong, heartbeat thread is initialized once, and then forked serving no new rpc connections | 20:20 |
*** ihrachyshka has quit IRC | 20:21 | |
*** leunam112 has quit IRC | 20:22 | |
openstackgerrit | Tri Hoang Vo proposed openstack/neutron: Refactor RootHelperProcess with AsyncProcess https://review.openstack.org/153785 | 20:22 |
*** s3wong has joined #openstack-neutron | 20:23 | |
*** yamahata has joined #openstack-neutron | 20:25 | |
*** john-davidge has quit IRC | 20:26 | |
*** aranjan has quit IRC | 20:31 | |
*** achanda has quit IRC | 20:31 | |
*** aranjan has joined #openstack-neutron | 20:32 | |
*** lnxnut has joined #openstack-neutron | 20:33 | |
*** suresh12 has quit IRC | 20:34 | |
*** barra204 has joined #openstack-neutron | 20:34 | |
*** suresh12 has joined #openstack-neutron | 20:35 | |
*** barra204 has quit IRC | 20:35 | |
*** suresh12 has quit IRC | 20:39 | |
*** radez_g0n3 is now known as radez | 20:39 | |
*** lnxnut has quit IRC | 20:41 | |
*** lnxnut has joined #openstack-neutron | 20:41 | |
*** lnxnut_ has joined #openstack-neutron | 20:43 | |
*** achanda has joined #openstack-neutron | 20:43 | |
*** aepifanov has quit IRC | 20:45 | |
*** lnxnut has quit IRC | 20:46 | |
*** rushil_ has joined #openstack-neutron | 20:50 | |
*** rushil has quit IRC | 20:53 | |
*** same5336 has joined #openstack-neutron | 20:55 | |
*** same5336 has left #openstack-neutron | 20:56 | |
*** kickinz1 is now known as kickinz1|afk | 21:03 | |
*** shivharis has joined #openstack-neutron | 21:06 | |
openstackgerrit | Paul Michali proposed openstack/neutron-vpnaas: VPNaaS Enable coverage testing for functional tests https://review.openstack.org/155889 | 21:09 |
*** hjensas has joined #openstack-neutron | 21:09 | |
*** hjensas has quit IRC | 21:09 | |
*** hjensas has joined #openstack-neutron | 21:09 | |
*** manishg has quit IRC | 21:09 | |
*** s3wong has quit IRC | 21:10 | |
*** ajmiller_ has joined #openstack-neutron | 21:11 | |
*** s3wong has joined #openstack-neutron | 21:12 | |
*** ajmiller has quit IRC | 21:14 | |
*** rushil_ has quit IRC | 21:16 | |
*** ajmiller_ has quit IRC | 21:16 | |
*** ajmiller__ has joined #openstack-neutron | 21:16 | |
*** claudiub has joined #openstack-neutron | 21:17 | |
*** moshele has joined #openstack-neutron | 21:18 | |
*** abehl has quit IRC | 21:19 | |
*** sbalukoff has quit IRC | 21:20 | |
*** shivharis has quit IRC | 21:21 | |
*** moshele has quit IRC | 21:22 | |
*** ajmiller__ is now known as ajmiller | 21:24 | |
*** tidwellr has joined #openstack-neutron | 21:26 | |
carl_baldwin | mlavalle: I haven’t had a chance to look at the functional test failures yet. | 21:28 |
mlavalle | carl_baldwin: I'll take a look in 30 minutes. I already built a new devstack to do it. I am almost done with 'day job' for today | 21:29 |
mlavalle | carl_baldwin: in fact I was about to ping you to find out what was next | 21:30 |
*** lnxnut_ has quit IRC | 21:31 | |
*** sbalukoff has joined #openstack-neutron | 21:33 | |
*** ZZelle_ has joined #openstack-neutron | 21:34 | |
pc_m | Anyone know if we need lockutils-wrapper still for unit/functional test targets in tox.ini? | 21:35 |
carl_baldwin | mlavalle: Thanks | 21:36 |
mlavalle | carl_baldwin: :-) | 21:36 |
*** leenheer has joined #openstack-neutron | 21:36 | |
*** amuller has joined #openstack-neutron | 21:38 | |
*** emagana has quit IRC | 21:39 | |
*** banix has quit IRC | 21:39 | |
*** emagana has joined #openstack-neutron | 21:39 | |
*** doude has quit IRC | 21:41 | |
*** david-lyle has quit IRC | 21:42 | |
*** david-lyle has joined #openstack-neutron | 21:42 | |
*** ajo_ has joined #openstack-neutron | 21:43 | |
*** rushil has joined #openstack-neutron | 21:43 | |
*** _cjones_ has quit IRC | 21:43 | |
*** doude has joined #openstack-neutron | 21:43 | |
*** rushil has quit IRC | 21:44 | |
*** rushil has joined #openstack-neutron | 21:44 | |
*** lnxnut has joined #openstack-neutron | 21:44 | |
*** emagana has quit IRC | 21:44 | |
openstackgerrit | mark mcclain proposed openstack/neutron: ML2: DB changes for hierarchical port binding https://review.openstack.org/116122 | 21:44 |
openstackgerrit | mark mcclain proposed openstack/neutron: ML2: Hierarchical port binding https://review.openstack.org/116209 | 21:44 |
*** leakypipes has quit IRC | 21:45 | |
*** ajo has quit IRC | 21:46 | |
*** anish__ has joined #openstack-neutron | 21:46 | |
*** david-lyle has quit IRC | 21:47 | |
*** JoeJulian has joined #openstack-neutron | 21:48 | |
*** manishg has joined #openstack-neutron | 21:49 | |
*** anish_ has quit IRC | 21:50 | |
*** manishg has quit IRC | 21:50 | |
*** absubram has quit IRC | 21:52 | |
*** manishg has joined #openstack-neutron | 21:52 | |
*** _cjones_ has joined #openstack-neutron | 21:52 | |
*** doude has quit IRC | 21:54 | |
*** johnbelamaric has quit IRC | 21:54 | |
*** johnbelamaric has joined #openstack-neutron | 21:54 | |
JoeJulian | Am I missing something? http://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/migration/migrate_to_ml2.py#n355 has no "host" field, but http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/drivers/type_vxlan.py#n59 does seem to. Am I wrong? | 21:54 |
*** doude has joined #openstack-neutron | 21:55 | |
*** manishg has quit IRC | 21:55 | |
*** manishg has joined #openstack-neutron | 21:56 | |
*** manishg_ has joined #openstack-neutron | 21:58 | |
*** manishg has quit IRC | 21:58 | |
*** emagana has joined #openstack-neutron | 21:58 | |
*** Sukhdev has quit IRC | 21:59 | |
*** dboik has quit IRC | 21:59 | |
*** lnxnut has quit IRC | 21:59 | |
*** crobertsrh has left #openstack-neutron | 21:59 | |
*** hjensas has quit IRC | 22:00 | |
*** lnxnut has joined #openstack-neutron | 22:00 | |
amuller | JoeJulian: the host field for the vxlan tunnels is new | 22:01 |
amuller | through a DB migration | 22:01 |
*** dboik has joined #openstack-neutron | 22:01 | |
*** manishg_ has quit IRC | 22:01 | |
*** manishg has joined #openstack-neutron | 22:02 | |
amuller | JoeJulian: it was added during the Kilo development cycle, which migrate_to_ml2 does not support | 22:02 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Delete qg device during DVR-SNAT router deletion https://review.openstack.org/155813 | 22:03 |
*** tiswanso_ has quit IRC | 22:03 | |
*** manishg has quit IRC | 22:03 | |
JoeJulian | upgrade head doesn't create it either. Should it? | 22:04 |
*** manishg has joined #openstack-neutron | 22:04 | |
*** anish__ has quit IRC | 22:04 | |
*** manishg has quit IRC | 22:04 | |
*** lnxnut has quit IRC | 22:04 | |
JoeJulian | Installed from head, obviously. | 22:04 |
*** ronis_ has quit IRC | 22:05 | |
*** manishg has joined #openstack-neutron | 22:05 | |
*** kbringard has quit IRC | 22:08 | |
*** dboik_ has joined #openstack-neutron | 22:10 | |
*** dboik has quit IRC | 22:14 | |
*** banix has joined #openstack-neutron | 22:14 | |
*** dboik_ has quit IRC | 22:14 | |
pc_m | marun: ping | 22:15 |
amuller | JoeJulian: I think you have to have be running Icehouse or Juno | 22:18 |
amuller | JoeJulian: db upgrade head, then run the ml2 migration | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from SecurityGroupAgentRpc https://review.openstack.org/155013 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from linuxbridge https://review.openstack.org/155014 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from linux interface https://review.openstack.org/155522 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove remaining root_helper args from plugins https://review.openstack.org/155523 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from external_process https://review.openstack.org/154959 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from DHCP agent https://review.openstack.org/155188 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Stop using passed root_helper in ip_lib https://review.openstack.org/145829 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg for ovs_lib https://review.openstack.org/154914 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from IpsetManager https://review.openstack.org/154980 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from IptablesManager https://review.openstack.org/154969 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from L3 Agent https://review.openstack.org/155212 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Add run_as_root option to utils.execute https://review.openstack.org/153067 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from AsyncProcess https://review.openstack.org/155101 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove root_helper arg from sanity checks https://review.openstack.org/155905 | 22:18 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Remove remaining uses of passing root_helper https://review.openstack.org/155906 | 22:18 |
amuller | then you can upgrade from icehouse/juno onwards | 22:18 |
amuller | otherwiseguy: holy crap | 22:18 |
otherwiseguy | amuller: Indeed. | 22:18 |
otherwiseguy | amuller: it is not fun to work with. | 22:19 |
JoeJulian | How can that pass CI if it doesn't create the needed field... <sigh> | 22:19 |
otherwiseguy | But hopefully my pain at working with it pays off in ease of reviewing. | 22:20 |
*** achanda has quit IRC | 22:21 | |
amuller | JoeJulian: That script doesnt support anything over Juno | 22:21 |
amuller | JoeJulian: and it doesn't run against any CI | 22:22 |
*** dsneddon has quit IRC | 22:22 | |
*** achanda has joined #openstack-neutron | 22:23 | |
JoeJulian | huh. Interesting. | 22:23 |
JoeJulian | Not what I expected after pestering various rackspace people about running from head. :D | 22:23 |
openstackgerrit | Maru Newby proposed openstack/neutron: Automate host configuration for functional testing https://review.openstack.org/146113 | 22:23 |
*** harlowja_ is now known as harlowja_away | 22:24 | |
*** Sukhdev has joined #openstack-neutron | 22:25 | |
openstackgerrit | German Eichberger proposed openstack/neutron-vpnaas: Reorder Neutron import statements in file https://review.openstack.org/142507 | 22:26 |
openstackgerrit | Maru Newby proposed openstack/neutron: Automate host configuration for functional testing https://review.openstack.org/146113 | 22:27 |
*** harlowja_away is now known as harlowja_ | 22:28 | |
*** manishg has quit IRC | 22:28 | |
*** johnbelamaric has quit IRC | 22:29 | |
*** manishg has joined #openstack-neutron | 22:29 | |
*** lnxnut has joined #openstack-neutron | 22:30 | |
*** johnbelamaric has joined #openstack-neutron | 22:31 | |
*** shwetaap has quit IRC | 22:31 | |
*** lnxnut has quit IRC | 22:31 | |
*** barnsnake has joined #openstack-neutron | 22:31 | |
*** lascii is now known as alaski | 22:32 | |
*** barnsnake has quit IRC | 22:33 | |
*** barnsnake has joined #openstack-neutron | 22:34 | |
*** pc_m has quit IRC | 22:36 | |
*** emagana has quit IRC | 22:37 | |
*** emagana has joined #openstack-neutron | 22:38 | |
*** leenheer has quit IRC | 22:40 | |
*** emagana has quit IRC | 22:42 | |
*** dsneddon has joined #openstack-neutron | 22:42 | |
*** radez is now known as radez_g0n3 | 22:42 | |
tidwellr | carl_baldwin: ping | 22:42 |
carl_baldwin | tidwellr: pong | 22:43 |
tidwellr | carl_baldwin: thanks for the review on https://review.openstack.org/#/c/148698/, I included some responses and had some thoughts on prefix sizing | 22:43 |
* carl_baldwin looking | 22:44 | |
tidwellr | carl_baldwin: particularly on about the merits of allowing /31's (or /127's) vs /32's (or /128's) | 22:45 |
*** johnbelamaric has quit IRC | 22:45 | |
* carl_baldwin is nearly there | 22:46 | |
*** shivharis has joined #openstack-neutron | 22:47 | |
amuller | JoeJulian: I'm not following. What version is your deployment, the one that's using the OVS or LB plugin? | 22:50 |
dsneddon | tidwellr: +1 on using /31 links between routers. I'm a big proponent of that practice (when applicable). | 22:51 |
*** emagana has joined #openstack-neutron | 22:52 | |
JoeJulian | amuller: starting from scratch. | 22:52 |
JoeJulian | ... and now I think I know what I'm doing wrong. | 22:52 |
amuller | JoeJulian: if it's a new deployment then you should already be with ML2? | 22:52 |
JoeJulian | Right | 22:52 |
amuller | you don't need that script at all | 22:53 |
JoeJulian | But I am creating the tables incorrectly. | 22:53 |
*** localloop127 has quit IRC | 22:53 | |
amuller | JoeJulian: Let your deployment tool take care of that... | 22:53 |
JoeJulian | I read that I was supposed to do that, but I realize that was wrong. | 22:53 |
amuller | creating tables and whatnot | 22:53 |
tidwellr | dsneddon: any thoughts on allowing someone to add a host prefix (/32 or /128) to a subnet pool for purposes of subnet allocation? I've been waffling on whether it should result in an error or simply never be allocated | 22:55 |
amuller | carl_baldwin: about https://review.openstack.org/#/c/154513/4 | 22:55 |
amuller | do you intend to move the external interface in that patch as well? | 22:55 |
amuller | or in a separate patch? | 22:55 |
carl_baldwin | amuller: I haven’t decided. Do you have an opinion? | 22:56 |
carl_baldwin | amuller: I’m actually trying to finish up the internal interface move now. | 22:56 |
amuller | separate in my book | 22:56 |
dsneddon | tidwellr, A /32 isn't a subnet, it's an address. I can't think of a valid use case for ever allowing /32 in a subnet pool (or /128). I don't have an opinion on whether that should be an error condition. | 22:56 |
amuller | carl_baldwin: all of those get_interface_name(port_id) methods must go | 22:56 |
amuller | carl_baldwin: they're really bothering me for some reason =D In the patch that moves the external interface to the router, that method can become an instance method because the router obviously knows its external port ID | 22:57 |
amuller | carl_baldwin: I made a similar comment in the namespaces patch, all of those get_namespace_name methods from the various namespace classes should go - It's a static method in the SNAT Namespace class and an instance method in the FIP Namespace class | 22:58 |
amuller | Both can go | 22:58 |
amuller | they're replaced by namespace.name | 22:58 |
carl_baldwin | tidwellr: I added a comment: https://review.openstack.org/#/c/148698/24/neutron/db/db_base_plugin_v2.py | 22:59 |
tidwellr | dsneddon: makes sense, thanks | 22:59 |
dsneddon | tidwellr, Actually the one use case I can think of is assigning a loopback address on the router, but I don't think that's the right way to handle that case. | 22:59 |
carl_baldwin | tidwellr: I guess my argument is that it really shouldn’t be hard-coded in to the IPAM system what might or might not be usable in a given context. | 22:59 |
carl_baldwin | dsneddon: Right /32 /128 is a host. However, you can create a routing entry for a host. It isn’t usable on a network but does that mean one shouldn’t be able to allocate one from a subnet pool? | 23:00 |
tidwellr | carl_baldwin: so, you're suggesting that we let the driver make the determination that a /32 is not usable? | 23:01 |
dsneddon | carl_baldwin, That's a good point. In the real world, a physical router will let you assign a /32, so why should vrouters be different? | 23:02 |
Sukhdev | shivharis: Ping | 23:02 |
shivharis | Sukhdev: hi | 23:03 |
Sukhdev | shivharis: I am ready - | 23:03 |
carl_baldwin | tidwellr: not exactly. For example, /31 and /32 are not usable on a Neutron network. So, subnet create should make that determination. | 23:03 |
Sukhdev | shivharis: How can I help? | 23:03 |
tidwellr | carl_baldwin: wouldn't a /31 be usable if you create the subnet with no_gateway? | 23:04 |
carl_baldwin | tidwellr: I’m leaning toward bringing back the max_prefix option to subnetpool_create to allow a pool owner to make an explicit determination. | 23:04 |
carl_baldwin | tidwellr: I don’t think so. The network and broadcast addresses cannot be used. That leaves 0 addresses for ports. | 23:05 |
*** mzbik_ has quit IRC | 23:06 | |
*** r-daneel has quit IRC | 23:06 | |
carl_baldwin | tidwellr: I could be wrong but I don’t think that Neutron allows a subnet with /31. | 23:06 |
tidwellr | carl_baldwin: i think you're right, this discussion is illustrating the value in max_prefix now | 23:07 |
dsneddon | carl_baldwin, Actually, in a /31 there is no network or broadcast address, but both IPs are usable. I don't know if Neutron will choke on that, but it should work (this is common practice with router-router links). | 23:07 |
carl_baldwin | dsneddon: Understood. However, the question was whether a /31 can be used on a Neutron subnet. | 23:08 |
tidwellr | dsneddon: I think neutron will choke on it (right or wrong) | 23:08 |
dsneddon | carl_baldwin, I think you may be correct that Neutron makes that assumption. | 23:08 |
carl_baldwin | dsneddon: That is all I’m saying. I understand there are real-world use cases for a /31. | 23:09 |
dsneddon | tidwellr, Although, if that gets fixed in the future, it would be nice to be able to modify max_prefix to use /31s in the future. | 23:09 |
openstackgerrit | Dane LeBlanc proposed openstack/neutron: Support Dual-Stack Gateway Ports on Neutron Routers https://review.openstack.org/149068 | 23:09 |
tidwellr | dsneddon: right, we had decided to not worry about max_prefix, however I'm seeing some value in having that knob around now | 23:10 |
carl_baldwin | dsneddon: tidwellr: That is kind of why it should be an option on the subnet pool and the subnet pool code shouldn’t hard-code any limitations. | 23:10 |
carl_baldwin | I think we’re converging on the same conclusion here. | 23:11 |
tidwellr | carl_baldwin: agreed, although I think probing into /31 subnets would be good, I think there's some real utility there | 23:12 |
tidwellr | not for Kilo though :) | 23:13 |
carl_baldwin | tidwellr: There could be, I agree. | 23:13 |
*** shashankhegde has quit IRC | 23:13 | |
*** banix has quit IRC | 23:13 | |
JoeJulian | meh, no, I was right. http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/neutron#n604 is how devstack creates the database and that's the same way I'm doing it. | 23:16 |
*** dane_leblanc has quit IRC | 23:16 | |
*** shashankhegde has joined #openstack-neutron | 23:17 | |
*** leenheer has joined #openstack-neutron | 23:20 | |
*** trad511 has quit IRC | 23:22 | |
amuller | JoeJulian: yes that should work | 23:22 |
amuller | JoeJulian: just won't use the ml2 migration script | 23:22 |
amuller | don't* | 23:22 |
*** luflores has quit IRC | 23:23 | |
JoeJulian | I was probably looking in the wrong place and the ml2 migration script was a red herring. | 23:23 |
amuller | armax: Can you ping Rajeev about https://review.openstack.org/#/c/155813/? | 23:23 |
JoeJulian | Still doesn't create the hosts field with a "neutron-db-manage upgrade head" with the current master though. | 23:24 |
JoeJulian | wait... what? The appropriate alembic migration is in the commit... why aren't I running it... | 23:27 |
*** shashankhegde has quit IRC | 23:27 | |
*** zigo has quit IRC | 23:27 | |
*** zigo has joined #openstack-neutron | 23:28 | |
amuller | JoeJulian: That's a good question... CI is installing a fresh devstack on every patchset successfully | 23:30 |
JoeJulian | I'll figure it out. Thanks for being my sounding board. | 23:32 |
openstackgerrit | Manish Godara proposed openstack/neutron: WIP: ml2 async proof-of-concept https://review.openstack.org/154333 | 23:34 |
*** shashankhegde has joined #openstack-neutron | 23:36 | |
*** ZZelle_ has quit IRC | 23:39 | |
*** jobewan has quit IRC | 23:40 | |
*** MasterPiece has quit IRC | 23:42 | |
*** shivharis has quit IRC | 23:44 | |
*** suresh12 has joined #openstack-neutron | 23:44 | |
*** superdan has quit IRC | 23:44 | |
*** dansmith has joined #openstack-neutron | 23:45 | |
Sukhdev | armax: Ping | 23:45 |
flashgordon | marun: your patch landed | 23:49 |
flashgordon | are you trying it out anywhere? | 23:49 |
mlavalle | carl_baldwin: ping | 23:50 |
carl_baldwin | mlavalle: hi | 23:50 |
*** ajmiller has quit IRC | 23:50 | |
mlavalle | carl_baldwin: I am working on the functional test in my devstack instance. That's is going well. Eventually I will need to push code again to gerrit. How do I catch up the branch in my laptop with what is in gerrit? I just use the pull command that gerrit gives me? This is the first time I do this | 23:52 |
carl_baldwin | mlavalle: An easy way is “git review -d NNNNN” | 23:52 |
openstackgerrit | Maru Newby proposed openstack/neutron: Automate host configuration for functional testing https://review.openstack.org/146113 | 23:52 |
carl_baldwin | mlavalle: Where NNNNN is the review number. | 23:52 |
marun | flashgordon: looks good to me :) | 23:52 |
openstackgerrit | Joe Gordon proposed openstack/neutron: Fix typo in bash tool https://review.openstack.org/155925 | 23:53 |
flashgordon | marun: trying it out ^ | 23:53 |
mlavalle | carl_baldwin: ok... that is easy. expect a new patchsets bewteen now and Monday.... enjoy the weekend. it is along one for you, right? | 23:53 |
mlavalle | hopefully more than one patchset | 23:54 |
carl_baldwin | mlavalle: I do get a long week-end. You have a good week-end too. | 23:54 |
marun | flashgordon: https://review.openstack.org/#/c/146113/ looks good to me | 23:54 |
*** markvoelker has quit IRC | 23:54 | |
mlavalle | carl_baldwin: :-) | 23:54 |
flashgordon | its working !!!! | 23:54 |
marun | flashgordon: :) | 23:54 |
*** markvoelker has joined #openstack-neutron | 23:55 | |
* flashgordon copies the patch to nova | 23:55 | |
flashgordon | marun: very exciting, thanks for adding that feature to zuul | 23:56 |
marun | flashgordon: :) | 23:56 |
marun | flashgordon: nice to write some code for a change. | 23:56 |
*** dimsum__ has quit IRC | 23:57 | |
flashgordon | heh yeah | 23:58 |
*** markvoelker has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!