*** ramishra has joined #openstack-neutron | 00:00 | |
*** wolverin_ has quit IRC | 00:00 | |
*** wolverineav has joined #openstack-neutron | 00:01 | |
*** baoli has quit IRC | 00:01 | |
Sam-I-Am | prometheanfire: no | 00:02 |
---|---|---|
*** jckasper has quit IRC | 00:02 | |
*** busterswt has quit IRC | 00:02 | |
prometheanfire | boo | 00:04 |
*** busterswt has joined #openstack-neutron | 00:05 | |
HenryG | armax: still around? | 00:06 |
armax | HenryG: I am \ | 00:06 |
armax | HenryG: sup? | 00:07 |
HenryG | armax: dasm's fix for unit tests is correct | 00:07 |
armax | HenryG: can you get this notarized? | 00:07 |
HenryG | Though I can't pinpoint where the mock is being done | 00:07 |
armax | and faxed over to my secretary? | 00:07 |
HenryG | But I can reproduce the problem 100% | 00:07 |
HenryG | (instructions in the bug report) | 00:08 |
armax | remind me the link? | 00:08 |
armax | please be a lamb? | 00:08 |
HenryG | bug 1569507 | 00:08 |
openstack | bug 1569507 in neutron "test_setup_reserved_with_isolated_metadata_enable" [High,In progress] https://launchpad.net/bugs/1569507 - Assigned to Darek Smigiel (smigiel-dariusz) | 00:08 |
HenryG | https://review.openstack.org/304851 | 00:08 |
*** salv-orlando has joined #openstack-neutron | 00:09 | |
armax | I think the obvious question I had was | 00:09 |
*** ChrisBenson has quit IRC | 00:09 | |
*** busterswt has quit IRC | 00:09 | |
armax | should we turn all of the other Fakers? | 00:09 |
HenryG | I was going to suggest that | 00:10 |
armax | did kevinbenton have a peep on this issue? | 00:10 |
*** yuanying has joined #openstack-neutron | 00:10 | |
armax | HenryG: well, it’s clearly not necessary | 00:10 |
HenryG | Do you think it's in the scope of the bug/patch? | 00:10 |
armax | but I despise the asymmetry now | 00:10 |
*** nplanel has joined #openstack-neutron | 00:10 | |
armax | I wonder if there’s another way to solve the issue | 00:10 |
armax | I am not debating that the fix is indeed one | 00:11 |
armax | heres | 00:11 |
armax | I don’t fully understand why this is happening hence I feel a bit reluctant to +2 | 00:12 |
armax | commit message wasn’t super insightful either | 00:12 |
armax | I am with you that I want the gate healed though | 00:12 |
HenryG | Yeah. Like I said, I can't find which mock is interfering. | 00:13 |
*** hoangcx has joined #openstack-neutron | 00:13 | |
*** mfranc21_ has joined #openstack-neutron | 00:13 | |
*** dedery has quit IRC | 00:13 | |
*** mfranc213_ has quit IRC | 00:14 | |
armax | have you tried to see if the test fails with a revert of Ihar’s patch? | 00:14 |
*** thorst_ has joined #openstack-neutron | 00:14 | |
*** claudiub has quit IRC | 00:14 | |
*** tidwellr has quit IRC | 00:14 | |
*** salv-orlando has quit IRC | 00:14 | |
armax | the one that flipped fixtures to using mock? though I can’t think of why that woudl be the culprit | 00:15 |
armax | or try to bisect to a good point in time | 00:15 |
armax | to see if we can nail down another potential issue | 00:15 |
armax | you said that you can reproduce this 100% | 00:15 |
armax | but how far back can you go? | 00:15 |
armax | until this starts passing? | 00:15 |
armax | like stable/mitaka? | 00:15 |
*** kengo_sakai_mba has quit IRC | 00:15 | |
*** dslevin has quit IRC | 00:16 | |
*** minwang2 has quit IRC | 00:17 | |
*** kengo_sakai_mba has joined #openstack-neutron | 00:18 | |
*** haleyb_ has joined #openstack-neutron | 00:18 | |
*** ramishra has quit IRC | 00:19 | |
*** ramishra has joined #openstack-neutron | 00:19 | |
HenryG | reverting Ihar's fixture patch did not change anything | 00:19 |
*** reedip__ has joined #openstack-neutron | 00:20 | |
*** fawadkhaliq has quit IRC | 00:21 | |
*** fawadkhaliq has joined #openstack-neutron | 00:21 | |
*** barajasfab has quit IRC | 00:21 | |
HenryG | aha! | 00:23 |
*** kengo_sakai_mba has quit IRC | 00:23 | |
*** haleyb_ has quit IRC | 00:23 | |
*** Swami_ has quit IRC | 00:23 | |
HenryG | It's this one that broke (or triggered) it: https://review.openstack.org/286345 | 00:24 |
*** julim has quit IRC | 00:24 | |
*** mickeys has quit IRC | 00:25 | |
HenryG | armax: ^^ | 00:25 |
*** mickeys has joined #openstack-neutron | 00:26 | |
armax | nice find | 00:27 |
*** shashank_hegde has quit IRC | 00:27 | |
armax | I wonder whos is the murderer that shadowed dict | 00:28 |
armax | in https://review.openstack.org/#/c/286345/16/neutron/tests/unit/agent/linux/test_dhcp.py | 00:29 |
armax | but I digress | 00:29 |
*** mickeys has quit IRC | 00:30 | |
HenryG | armax: looks like Assaf's tempest options fix is OK to merge now? | 00:30 |
armax | go for it | 00:31 |
*** mfranc21_ has quit IRC | 00:31 | |
*** mlavalle has quit IRC | 00:32 | |
*** ramishra has quit IRC | 00:32 | |
*** ramishra has joined #openstack-neutron | 00:33 | |
*** svenkat has quit IRC | 00:33 | |
*** svenkat has joined #openstack-neutron | 00:34 | |
*** mfranc213_ has joined #openstack-neutron | 00:35 | |
*** svenkat has quit IRC | 00:35 | |
armax | HenryG: I think that that patch in question is masking the underlying issue | 00:37 |
*** tuhv has joined #openstack-neutron | 00:37 | |
*** abhiraut has quit IRC | 00:38 | |
*** svenkat has joined #openstack-neutron | 00:39 | |
*** abhiraut has joined #openstack-neutron | 00:40 | |
armax | I wonder if a revert is in order because I fear that we might solve one intermittent issue | 00:40 |
armax | only to have another one show up | 00:40 |
armax | and since https://review.openstack.org/#/c/304851/ fixes only one test combination, when are we gonna stop? | 00:41 |
armax | so perhaps it’s safer to bake a better fix in the revert’s revert | 00:41 |
armax | HenryG: assuming that the culprit is indeed that one, which I think it is | 00:41 |
armax | HenryG: what you reckon? | 00:41 |
*** svenkat has quit IRC | 00:43 | |
*** minwang2 has joined #openstack-neutron | 00:43 | |
HenryG | armax: that sounds very openstacky | 00:43 |
HenryG | armax: I shall propose the revert | 00:44 |
armax | You shall have my blessing | 00:44 |
*** ramishra has quit IRC | 00:44 | |
armax | HenryG: let’s hope that amuller’s fix doesn’t stumble on the unit test error in the gate | 00:45 |
openstackgerrit | Henry Gessau proposed openstack/neutron: Revert "Add 169.254.169.254 when enable force_metadata" https://review.openstack.org/304917 | 00:45 |
*** lnicolas has quit IRC | 00:47 | |
*** tiswanso has joined #openstack-neutron | 00:47 | |
*** tiswanso has quit IRC | 00:48 | |
*** vhosakot has quit IRC | 00:48 | |
*** tiswanso has joined #openstack-neutron | 00:48 | |
*** vhosakot has joined #openstack-neutron | 00:48 | |
*** dslevin has joined #openstack-neutron | 00:48 | |
*** svenkat has joined #openstack-neutron | 00:49 | |
*** dslevin has quit IRC | 00:49 | |
*** abhiraut has quit IRC | 00:49 | |
prometheanfire | ah, seems like dibbler-client won't stay up | 00:49 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Revert "Add 169.254.169.254 when enable force_metadata" https://review.openstack.org/304917 | 00:49 |
*** ramishra has joined #openstack-neutron | 00:50 | |
*** dslevin has joined #openstack-neutron | 00:50 | |
*** dslevin has quit IRC | 00:51 | |
*** mfranc213_ has quit IRC | 00:51 | |
*** dslevin has joined #openstack-neutron | 00:51 | |
armax | HenryG: thanks for looking into this | 00:51 |
*** dslevin has quit IRC | 00:52 | |
prometheanfire | where does neutron save the generated dibbler config by default | 00:52 |
*** lnicolas has joined #openstack-neutron | 00:52 | |
*** mdih has quit IRC | 00:52 | |
armax | HenryG: btw https://review.openstack.org/#/c/304363/ | 00:52 |
armax | now that we’re talking leaky unit tests | 00:53 |
*** hoangcx has quit IRC | 00:53 | |
*** dslevin has joined #openstack-neutron | 00:54 | |
*** dslevin has quit IRC | 00:54 | |
*** ramishra has quit IRC | 00:55 | |
*** kengo_sakai has joined #openstack-neutron | 00:55 | |
*** baoli has joined #openstack-neutron | 00:55 | |
*** lujinluo has joined #openstack-neutron | 00:56 | |
*** ramishra has joined #openstack-neutron | 00:56 | |
*** namnh has joined #openstack-neutron | 00:57 | |
*** Swami has joined #openstack-neutron | 00:57 | |
*** john-davidge has joined #openstack-neutron | 00:58 | |
*** baoli has quit IRC | 00:59 | |
*** kengo_sakai_mba has joined #openstack-neutron | 01:01 | |
*** minwang2 has quit IRC | 01:03 | |
*** rossella_s has quit IRC | 01:03 | |
*** rossella_s has joined #openstack-neutron | 01:03 | |
*** hoangcx has joined #openstack-neutron | 01:04 | |
*** lnicolas has quit IRC | 01:04 | |
*** shivrao has quit IRC | 01:05 | |
*** Swami has quit IRC | 01:06 | |
*** shivrao has joined #openstack-neutron | 01:07 | |
*** mdih has joined #openstack-neutron | 01:07 | |
*** zhhuabj has quit IRC | 01:08 | |
*** gongysh has joined #openstack-neutron | 01:08 | |
*** thorst_ has quit IRC | 01:09 | |
*** abhiraut has joined #openstack-neutron | 01:09 | |
*** eric_lopez has joined #openstack-neutron | 01:09 | |
*** elo has joined #openstack-neutron | 01:09 | |
*** eric_lopez has left #openstack-neutron | 01:10 | |
*** elo has quit IRC | 01:11 | |
*** abhiraut has quit IRC | 01:11 | |
*** vhosakot has quit IRC | 01:13 | |
*** vhosakot has joined #openstack-neutron | 01:14 | |
*** elo has joined #openstack-neutron | 01:14 | |
*** baojg has joined #openstack-neutron | 01:14 | |
*** baoli has joined #openstack-neutron | 01:17 | |
*** rburkhal has quit IRC | 01:18 | |
*** emagana has joined #openstack-neutron | 01:19 | |
*** vhosakot has quit IRC | 01:20 | |
*** ramishra has quit IRC | 01:21 | |
*** emagana_ has joined #openstack-neutron | 01:21 | |
*** ramishra has joined #openstack-neutron | 01:21 | |
*** baoli has quit IRC | 01:22 | |
*** baoli has joined #openstack-neutron | 01:22 | |
*** namnh has quit IRC | 01:22 | |
*** mdih has quit IRC | 01:23 | |
*** emagana has quit IRC | 01:24 | |
prometheanfire | so, it seems like dibbler-client won't take the generated config, it hard codes the path it looks at I think | 01:24 |
*** baoli has quit IRC | 01:25 | |
*** baoli has joined #openstack-neutron | 01:25 | |
*** lnicolas has joined #openstack-neutron | 01:26 | |
*** zhhuabj has joined #openstack-neutron | 01:26 | |
*** EinstCrazy has joined #openstack-neutron | 01:27 | |
*** madhu_ak has quit IRC | 01:27 | |
openstackgerrit | Ha Van Tu proposed openstack/neutron-fwaas: Fix "Not applying Firewall rules immediately" problem https://review.openstack.org/300960 | 01:29 |
*** ramishra has quit IRC | 01:32 | |
*** fzdarsky_ has joined #openstack-neutron | 01:33 | |
prometheanfire | ah, needs dibbler-1.0.1 | 01:35 |
*** vhosakot has joined #openstack-neutron | 01:36 | |
*** fzdarsky has quit IRC | 01:36 | |
*** wolverin_ has joined #openstack-neutron | 01:37 | |
*** salv-orlando has joined #openstack-neutron | 01:39 | |
*** ChrisBenson has joined #openstack-neutron | 01:40 | |
*** busterswt has joined #openstack-neutron | 01:40 | |
*** wolverineav has quit IRC | 01:40 | |
*** salv-orlando has quit IRC | 01:41 | |
*** wolverin_ has quit IRC | 01:42 | |
*** fawadkhaliq has quit IRC | 01:43 | |
*** fawadkhaliq has joined #openstack-neutron | 01:44 | |
*** s3wong has quit IRC | 01:45 | |
*** reedip__ has quit IRC | 01:45 | |
*** reedip__ has joined #openstack-neutron | 01:45 | |
*** kengo_sakai_mba has quit IRC | 01:46 | |
*** mfranc213_ has joined #openstack-neutron | 01:47 | |
openstackgerrit | Merged openstack/neutron: Fix broken Tempest conf options in API tests https://review.openstack.org/303096 | 01:48 |
*** salv-orlando has joined #openstack-neutron | 01:50 | |
*** mfranc213_ has quit IRC | 01:51 | |
*** ramishra has joined #openstack-neutron | 01:53 | |
*** thorst_ has joined #openstack-neutron | 01:53 | |
*** busterswt has quit IRC | 01:54 | |
*** salv-orlando has quit IRC | 01:57 | |
*** busterswt has joined #openstack-neutron | 01:57 | |
*** thorst_ has quit IRC | 01:57 | |
*** vhosakot has quit IRC | 01:58 | |
*** vhosakot has joined #openstack-neutron | 01:59 | |
*** yamamot__ has joined #openstack-neutron | 02:00 | |
*** Sukhdev_ has quit IRC | 02:01 | |
*** baoli has quit IRC | 02:01 | |
*** jckasper has joined #openstack-neutron | 02:02 | |
*** yamamoto has quit IRC | 02:03 | |
*** ramishra has quit IRC | 02:03 | |
*** ramishra has joined #openstack-neutron | 02:04 | |
*** jckasper has quit IRC | 02:04 | |
*** jckasper has joined #openstack-neutron | 02:04 | |
*** EinstCra_ has joined #openstack-neutron | 02:04 | |
*** ramishra has quit IRC | 02:05 | |
*** EinstCrazy has quit IRC | 02:08 | |
*** busterswt has quit IRC | 02:08 | |
*** ramishra has joined #openstack-neutron | 02:09 | |
*** rickyrem has quit IRC | 02:09 | |
*** tuhv has quit IRC | 02:10 | |
*** gvrangan has joined #openstack-neutron | 02:11 | |
*** busterswt has joined #openstack-neutron | 02:12 | |
*** rickyrem has joined #openstack-neutron | 02:12 | |
*** ramishra has quit IRC | 02:14 | |
*** dave-mccowan has quit IRC | 02:16 | |
*** ramishra has joined #openstack-neutron | 02:20 | |
*** yamahata has quit IRC | 02:20 | |
*** emagana_ has quit IRC | 02:21 | |
*** haleyb_ has joined #openstack-neutron | 02:21 | |
*** iyamahat has quit IRC | 02:21 | |
*** dave-mccowan has joined #openstack-neutron | 02:23 | |
*** asingh has quit IRC | 02:23 | |
*** jckasper has quit IRC | 02:24 | |
*** jckasper has joined #openstack-neutron | 02:25 | |
*** haleyb_ has quit IRC | 02:26 | |
*** mdih has joined #openstack-neutron | 02:26 | |
*** john-davidge has quit IRC | 02:28 | |
*** busterswt has quit IRC | 02:29 | |
*** tuhv has joined #openstack-neutron | 02:30 | |
*** dave-mccowan has quit IRC | 02:31 | |
*** ramishra has quit IRC | 02:32 | |
*** ramishra has joined #openstack-neutron | 02:33 | |
*** thorst_ has joined #openstack-neutron | 02:34 | |
*** barajasfab has joined #openstack-neutron | 02:35 | |
*** EinstCra_ has quit IRC | 02:35 | |
*** hoangcx has quit IRC | 02:35 | |
*** EinstCrazy has joined #openstack-neutron | 02:36 | |
*** busterswt has joined #openstack-neutron | 02:36 | |
*** amotoki has quit IRC | 02:38 | |
*** netsin has quit IRC | 02:39 | |
*** jinxing has joined #openstack-neutron | 02:39 | |
*** thorst_ has quit IRC | 02:40 | |
*** kengo_sakai_mba has joined #openstack-neutron | 02:41 | |
*** busterswt has quit IRC | 02:43 | |
*** jhershbe has joined #openstack-neutron | 02:43 | |
*** achanda has joined #openstack-neutron | 02:44 | |
*** Marga_ has quit IRC | 02:44 | |
*** yamahata has joined #openstack-neutron | 02:45 | |
*** kengo_sakai_mba has quit IRC | 02:46 | |
*** ramishra has quit IRC | 02:46 | |
*** netsin has joined #openstack-neutron | 02:47 | |
*** iyamahat has joined #openstack-neutron | 02:47 | |
*** iyamahat has quit IRC | 02:49 | |
*** achanda has quit IRC | 02:49 | |
*** iyamahat has joined #openstack-neutron | 02:49 | |
*** baoli has joined #openstack-neutron | 02:51 | |
*** ramishra has joined #openstack-neutron | 02:51 | |
*** jinxing has quit IRC | 02:52 | |
*** Marga_ has joined #openstack-neutron | 02:52 | |
*** tomoe_ has joined #openstack-neutron | 02:53 | |
*** busterswt has joined #openstack-neutron | 02:54 | |
*** banix has quit IRC | 02:54 | |
*** yuanying has quit IRC | 02:54 | |
openstackgerrit | Yi Jing Zhu proposed openstack/neutron-vpnaas: Openswan: support sha256 for auth algorithm https://review.openstack.org/303684 | 02:56 |
*** Marga_ has quit IRC | 02:56 | |
*** jinxing has joined #openstack-neutron | 02:57 | |
*** armax has quit IRC | 02:59 | |
*** maishsk has quit IRC | 02:59 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: Allow OVSDB Connection to register certain tables https://review.openstack.org/303929 | 02:59 |
*** ramishra has quit IRC | 02:59 | |
*** ramishra has joined #openstack-neutron | 03:00 | |
*** shivrao has quit IRC | 03:00 | |
*** jhershbe has quit IRC | 03:02 | |
*** jckasper has quit IRC | 03:11 | |
*** hoangcx has joined #openstack-neutron | 03:11 | |
*** jckasper has joined #openstack-neutron | 03:11 | |
*** ramishra has quit IRC | 03:11 | |
*** shausy has joined #openstack-neutron | 03:12 | |
*** jckasper has quit IRC | 03:13 | |
*** jckasper has joined #openstack-neutron | 03:13 | |
*** ramishra has joined #openstack-neutron | 03:16 | |
*** kengo_sakai_mba has joined #openstack-neutron | 03:17 | |
*** john-davidge has joined #openstack-neutron | 03:20 | |
*** yamamot__ has quit IRC | 03:20 | |
*** yamamot__ has joined #openstack-neutron | 03:21 | |
*** shausy has quit IRC | 03:21 | |
*** vhoward has quit IRC | 03:22 | |
*** fawadkhaliq has quit IRC | 03:22 | |
*** fawadkhaliq has joined #openstack-neutron | 03:23 | |
*** kengo_sakai_mba has quit IRC | 03:25 | |
*** yamamot__ has quit IRC | 03:26 | |
*** svenkat has quit IRC | 03:28 | |
*** ramishra_ has joined #openstack-neutron | 03:31 | |
*** jckasper has quit IRC | 03:32 | |
*** jckasper has joined #openstack-neutron | 03:33 | |
*** jckasper has quit IRC | 03:33 | |
*** jckasper has joined #openstack-neutron | 03:34 | |
*** Marga_ has joined #openstack-neutron | 03:38 | |
*** lnicolas has quit IRC | 03:38 | |
*** gvrangan has quit IRC | 03:39 | |
*** ChrisBenson has quit IRC | 03:39 | |
*** ChrisBenson has joined #openstack-neutron | 03:39 | |
*** lnicolas has joined #openstack-neutron | 03:39 | |
*** enriquetaso has quit IRC | 03:40 | |
*** achanda has joined #openstack-neutron | 03:41 | |
*** panda has quit IRC | 03:41 | |
*** tiswanso has quit IRC | 03:41 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/302865 | 03:42 |
*** panda has joined #openstack-neutron | 03:42 | |
*** Marga_ has quit IRC | 03:43 | |
*** jinxing has quit IRC | 03:44 | |
*** tomoe_ has quit IRC | 03:44 | |
*** yuanying has joined #openstack-neutron | 03:47 | |
*** Marga_ has joined #openstack-neutron | 03:49 | |
*** Marga_ has quit IRC | 03:50 | |
*** Marga_ has joined #openstack-neutron | 03:50 | |
*** amotoki has joined #openstack-neutron | 03:51 | |
*** ramishra_ has quit IRC | 03:51 | |
*** ramishra_ has joined #openstack-neutron | 03:53 | |
*** baoli has quit IRC | 03:53 | |
*** brad_behle has quit IRC | 03:57 | |
*** jamielennox is now known as jamielennox|away | 03:58 | |
*** jckasper has quit IRC | 03:59 | |
*** jckasper has joined #openstack-neutron | 04:00 | |
*** ChrisBenson1 has joined #openstack-neutron | 04:00 | |
*** ChrisBenson has quit IRC | 04:00 | |
*** ramishra_ has quit IRC | 04:01 | |
*** itzikb has quit IRC | 04:01 | |
*** ramishra_ has joined #openstack-neutron | 04:02 | |
*** shashank_hegde has joined #openstack-neutron | 04:02 | |
openstackgerrit | Merged openstack/os-vif: linux_bridge: convert over to use privsep module https://review.openstack.org/287725 | 04:03 |
*** vhosakot has quit IRC | 04:03 | |
reedip | kevinbenton: there? | 04:04 |
*** jckasper has quit IRC | 04:04 | |
openstackgerrit | Merged openstack/os-vif: ovs: move code from plugin into linux_net helper https://review.openstack.org/299405 | 04:04 |
*** yamamot__ has joined #openstack-neutron | 04:04 | |
*** jinxing has joined #openstack-neutron | 04:05 | |
*** iyamahat_ has joined #openstack-neutron | 04:06 | |
*** jamielennox|away is now known as jamielennox | 04:06 | |
*** andymaier has joined #openstack-neutron | 04:07 | |
*** iyamahat has quit IRC | 04:09 | |
*** yarkot_ has joined #openstack-neutron | 04:10 | |
*** namnh has joined #openstack-neutron | 04:12 | |
*** wolverineav has joined #openstack-neutron | 04:15 | |
*** ramishra_ has quit IRC | 04:16 | |
*** ramishra_ has joined #openstack-neutron | 04:17 | |
*** achanda has quit IRC | 04:17 | |
*** wolverin_ has joined #openstack-neutron | 04:17 | |
*** mkolesni_ has joined #openstack-neutron | 04:19 | |
*** wolverineav has quit IRC | 04:21 | |
*** jinxing has quit IRC | 04:23 | |
*** shashank_hegde has quit IRC | 04:24 | |
*** busterswt has quit IRC | 04:24 | |
*** haleyb_ has joined #openstack-neutron | 04:25 | |
*** claudiub has joined #openstack-neutron | 04:27 | |
*** wolverin_ has quit IRC | 04:27 | |
*** haleyb_ has quit IRC | 04:29 | |
*** tbachman has joined #openstack-neutron | 04:29 | |
*** wolverineav has joined #openstack-neutron | 04:31 | |
*** wolverineav has quit IRC | 04:31 | |
*** wolverineav has joined #openstack-neutron | 04:32 | |
*** wolverineav has quit IRC | 04:32 | |
*** yatin has joined #openstack-neutron | 04:33 | |
*** lnicolas has quit IRC | 04:43 | |
*** ramishra_ has quit IRC | 04:43 | |
*** ramishra_ has joined #openstack-neutron | 04:44 | |
*** links has joined #openstack-neutron | 04:46 | |
*** salv-orlando has joined #openstack-neutron | 04:46 | |
*** sridhar_ram has quit IRC | 04:49 | |
*** fedexo has joined #openstack-neutron | 04:49 | |
*** oshvartz has quit IRC | 04:52 | |
*** wolverineav has joined #openstack-neutron | 04:53 | |
*** salv-orlando has quit IRC | 04:54 | |
*** ramishra_ has quit IRC | 04:54 | |
*** ramishra_ has joined #openstack-neutron | 04:55 | |
*** shausy has joined #openstack-neutron | 04:58 | |
*** shivrao has joined #openstack-neutron | 04:58 | |
*** shashank_hegde has joined #openstack-neutron | 04:58 | |
*** shivrao_ has joined #openstack-neutron | 04:58 | |
*** itzikb has joined #openstack-neutron | 05:00 | |
*** neelashah has quit IRC | 05:00 | |
*** amotoki_ has joined #openstack-neutron | 05:02 | |
*** shivrao has quit IRC | 05:02 | |
*** shivrao_ is now known as shivrao | 05:02 | |
*** abregman has joined #openstack-neutron | 05:02 | |
*** wolverineav has quit IRC | 05:04 | |
*** amotoki has quit IRC | 05:06 | |
*** Sukhdev has joined #openstack-neutron | 05:06 | |
*** john-davidge has quit IRC | 05:07 | |
*** ekuris has joined #openstack-neutron | 05:10 | |
*** fawadkhaliq has quit IRC | 05:11 | |
*** fawadkhaliq has joined #openstack-neutron | 05:11 | |
*** wolverineav has joined #openstack-neutron | 05:12 | |
*** wolverineav has quit IRC | 05:13 | |
*** korzen has joined #openstack-neutron | 05:13 | |
*** oanson has joined #openstack-neutron | 05:14 | |
*** ihrachys has joined #openstack-neutron | 05:17 | |
*** ihrachys has quit IRC | 05:17 | |
*** mestery has quit IRC | 05:17 | |
*** john-davidge has joined #openstack-neutron | 05:18 | |
*** javeriak has joined #openstack-neutron | 05:18 | |
*** maishsk has joined #openstack-neutron | 05:18 | |
*** john-davidge has quit IRC | 05:20 | |
*** fawadkhaliq has quit IRC | 05:20 | |
*** fawadkhaliq has joined #openstack-neutron | 05:20 | |
*** haukebruno has joined #openstack-neutron | 05:22 | |
*** mestery has joined #openstack-neutron | 05:23 | |
*** andymaier has quit IRC | 05:23 | |
*** ramishra_ has quit IRC | 05:24 | |
*** ramishra_ has joined #openstack-neutron | 05:24 | |
*** lajos-katona has joined #openstack-neutron | 05:25 | |
*** sleviim has joined #openstack-neutron | 05:28 | |
*** yamamot__ has quit IRC | 05:28 | |
*** gvrangan has joined #openstack-neutron | 05:28 | |
*** mickeys has joined #openstack-neutron | 05:29 | |
*** yamamot__ has joined #openstack-neutron | 05:29 | |
*** anilvenkata has joined #openstack-neutron | 05:31 | |
*** mickeys has quit IRC | 05:33 | |
*** yamahata has quit IRC | 05:34 | |
*** yamamo___ has joined #openstack-neutron | 05:34 | |
*** yamamot__ has quit IRC | 05:36 | |
*** javeriak has quit IRC | 05:37 | |
*** vikram_ has joined #openstack-neutron | 05:42 | |
*** maishsk has quit IRC | 05:43 | |
*** ramishra_ has quit IRC | 05:44 | |
*** ramishra_ has joined #openstack-neutron | 05:44 | |
*** shashank_hegde has quit IRC | 05:45 | |
*** anshul has joined #openstack-neutron | 05:46 | |
*** jinxing has joined #openstack-neutron | 05:48 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: Allow OVSDB Connection to register certain tables https://review.openstack.org/303929 | 05:49 |
*** javeriak has joined #openstack-neutron | 05:52 | |
*** rcernin has joined #openstack-neutron | 05:56 | |
*** jhershbe has joined #openstack-neutron | 05:58 | |
*** sridharg has joined #openstack-neutron | 05:59 | |
*** garyk has joined #openstack-neutron | 06:01 | |
*** shashank_hegde has joined #openstack-neutron | 06:02 | |
*** hdaniel has joined #openstack-neutron | 06:04 | |
*** ramishra_ has quit IRC | 06:05 | |
*** ramishra_ has joined #openstack-neutron | 06:07 | |
*** yamamo___ has quit IRC | 06:10 | |
*** yamamot__ has joined #openstack-neutron | 06:11 | |
*** neeti has joined #openstack-neutron | 06:14 | |
*** neeti has quit IRC | 06:15 | |
*** nyechiel has joined #openstack-neutron | 06:15 | |
*** neeti has joined #openstack-neutron | 06:15 | |
*** djan has quit IRC | 06:16 | |
*** kengo_sakai_mba has joined #openstack-neutron | 06:16 | |
*** yfried has joined #openstack-neutron | 06:19 | |
*** maishsk has joined #openstack-neutron | 06:19 | |
*** numans has quit IRC | 06:20 | |
*** numans has joined #openstack-neutron | 06:22 | |
*** hdaniel has quit IRC | 06:23 | |
*** Sukhdev has quit IRC | 06:24 | |
*** salv-orlando has joined #openstack-neutron | 06:24 | |
*** Sukhdev has joined #openstack-neutron | 06:24 | |
*** yamahata has joined #openstack-neutron | 06:25 | |
*** Sukhdev has quit IRC | 06:27 | |
*** salv-orlando has quit IRC | 06:30 | |
*** kobis has joined #openstack-neutron | 06:32 | |
*** wolverineav has joined #openstack-neutron | 06:32 | |
*** ihrachys has joined #openstack-neutron | 06:34 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: WIP: refactor config options https://review.openstack.org/303791 | 06:34 |
*** yamahata has quit IRC | 06:35 | |
*** ramishra_ has quit IRC | 06:35 | |
*** liusheng has quit IRC | 06:36 | |
*** wolverineav has quit IRC | 06:37 | |
*** moshele has joined #openstack-neutron | 06:37 | |
*** ihrachys has quit IRC | 06:37 | |
*** liusheng has joined #openstack-neutron | 06:37 | |
*** ramishra_ has joined #openstack-neutron | 06:37 | |
*** sridharg has quit IRC | 06:38 | |
*** eddima has joined #openstack-neutron | 06:42 | |
*** shivrao has quit IRC | 06:42 | |
*** yamahata has joined #openstack-neutron | 06:43 | |
*** shivrao has joined #openstack-neutron | 06:43 | |
*** oshvartz has joined #openstack-neutron | 06:45 | |
*** ramishra_ has quit IRC | 06:45 | |
*** tesseract has joined #openstack-neutron | 06:46 | |
*** tesseract is now known as Guest12699 | 06:46 | |
*** wolverineav has joined #openstack-neutron | 06:48 | |
*** ramishra_ has joined #openstack-neutron | 06:49 | |
*** salv-orlando has joined #openstack-neutron | 06:51 | |
*** apoorv has joined #openstack-neutron | 06:52 | |
*** wolverineav has quit IRC | 06:52 | |
*** kawa2014 has joined #openstack-neutron | 06:54 | |
*** salv-orlando has quit IRC | 06:55 | |
*** ihrachys has joined #openstack-neutron | 06:56 | |
*** ramishra_ has quit IRC | 06:56 | |
*** ramishra_ has joined #openstack-neutron | 06:58 | |
*** scheuran has joined #openstack-neutron | 07:00 | |
*** liusheng has quit IRC | 07:02 | |
*** liusheng has joined #openstack-neutron | 07:02 | |
prometheanfire | well, neutron gets to the gateway/router, I can ping the router's internal interface (and external if it maters) | 07:03 |
*** obondarev has quit IRC | 07:03 | |
*** obondarev has joined #openstack-neutron | 07:04 | |
*** fzdarsky_ has quit IRC | 07:04 | |
*** fzdarsky_ has joined #openstack-neutron | 07:04 | |
*** fzdarsky_ is now known as fzdarsky | 07:04 | |
*** EinstCra_ has joined #openstack-neutron | 07:05 | |
*** fedexo has quit IRC | 07:06 | |
*** nmagnezi has joined #openstack-neutron | 07:06 | |
*** ushkalim has joined #openstack-neutron | 07:08 | |
*** EinstCrazy has quit IRC | 07:08 | |
prometheanfire | tcpdump states the ping is not getting to the vxlan network that the final destenation is on | 07:09 |
*** fawadkhaliq has quit IRC | 07:10 | |
*** slaweq_ has quit IRC | 07:10 | |
*** sridharg has joined #openstack-neutron | 07:13 | |
*** gvrangan has quit IRC | 07:13 | |
*** lucas-brno is now known as lucasagomes | 07:14 | |
*** wolverineav has joined #openstack-neutron | 07:15 | |
*** ramishra_ has quit IRC | 07:16 | |
*** ramishra_ has joined #openstack-neutron | 07:19 | |
*** yatin has quit IRC | 07:20 | |
*** ramishra_ has quit IRC | 07:26 | |
*** natarej has joined #openstack-neutron | 07:27 | |
*** ramishra_ has joined #openstack-neutron | 07:27 | |
*** jlanoux has joined #openstack-neutron | 07:28 | |
*** natarej_ has quit IRC | 07:28 | |
*** jlanoux has quit IRC | 07:29 | |
*** ihrachys has quit IRC | 07:29 | |
*** jlanoux has joined #openstack-neutron | 07:29 | |
*** yushiro has joined #openstack-neutron | 07:31 | |
*** yfried_ has joined #openstack-neutron | 07:33 | |
*** yfried has quit IRC | 07:33 | |
*** Murali has quit IRC | 07:35 | |
*** ramishra_ has quit IRC | 07:36 | |
yushiro | ping russellb | 07:36 |
*** ramishra_ has joined #openstack-neutron | 07:36 | |
*** matrohon has joined #openstack-neutron | 07:38 | |
namnh | Hi everyone. When I see "dnsnamserver" table in neutron DB, I don't see unique contrain between "subnet_id" and "order" tables. This will have result that I can creat two dns-namesever on *one* subnet with same order. Actually, I reproduced this case when I run update dns-namesever at the same time. So I purposed a solution [1], could you review it. Allways happy for feedback https://review.openstack.org/#/c/293774/ | 07:39 |
openstackgerrit | Thomas Bechtold proposed openstack/neutron: Fix doc build if git is absent https://review.openstack.org/305016 | 07:40 |
*** panda has quit IRC | 07:41 | |
*** jinxing has quit IRC | 07:41 | |
*** achanda has joined #openstack-neutron | 07:41 | |
*** yarkot_ has quit IRC | 07:42 | |
*** panda has joined #openstack-neutron | 07:42 | |
*** jlibosva has joined #openstack-neutron | 07:42 | |
*** jpena|off is now known as jpena | 07:43 | |
*** andymaier has joined #openstack-neutron | 07:46 | |
*** slaweq has joined #openstack-neutron | 07:47 | |
*** slaweq has quit IRC | 07:52 | |
*** yfried_ has quit IRC | 07:52 | |
yushiro | Hi, | 07:52 |
yushiro | I'd like to push 'releasenote' source codes into own repository. However, I don't know how to edit releasenotes/source/conf.py. Do you know any reference about it? | 07:52 |
yushiro | s/how to edit/how to configure/ | 07:53 |
*** scheuran has quit IRC | 07:53 | |
openstackgerrit | Thomas Bechtold proposed openstack/neutron-vpnaas: Fix doc build if git is absent https://review.openstack.org/305029 | 07:57 |
*** yushiro has left #openstack-neutron | 07:58 | |
openstackgerrit | Thomas Bechtold proposed openstack/neutron-fwaas: Fix doc build if git is absent https://review.openstack.org/305031 | 07:58 |
*** baojg has quit IRC | 07:58 | |
*** ramishra_ has quit IRC | 07:59 | |
*** baojg has joined #openstack-neutron | 07:59 | |
matrohon | hi ajo | 08:00 |
maishsk | Good morning all | 08:00 |
maishsk | can you assign an address pair to a floating IP ? | 08:01 |
*** yfried has joined #openstack-neutron | 08:02 | |
*** ramishra_ has joined #openstack-neutron | 08:04 | |
anilvenkata | obondarev, ajo can u please review l2pop HA change https://review.openstack.org/#/c/255237/ ? | 08:04 |
*** jschwarz has joined #openstack-neutron | 08:05 | |
gongysh | garyk, hi | 08:06 |
*** achanda has quit IRC | 08:06 | |
*** jistr has joined #openstack-neutron | 08:07 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c https://review.openstack.org/303346 | 08:10 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c https://review.openstack.org/303346 | 08:10 |
*** shashank_hegde has quit IRC | 08:10 | |
*** ChrisBenson1 has quit IRC | 08:10 | |
*** yamahata has quit IRC | 08:11 | |
*** salv-orlando has joined #openstack-neutron | 08:12 | |
*** gongysh has quit IRC | 08:12 | |
*** davidsha has joined #openstack-neutron | 08:13 | |
*** ramishra_ has quit IRC | 08:13 | |
*** dedery has joined #openstack-neutron | 08:13 | |
*** itamarl has joined #openstack-neutron | 08:13 | |
*** ramishra_ has joined #openstack-neutron | 08:14 | |
*** yfried has quit IRC | 08:15 | |
*** wolverineav has quit IRC | 08:15 | |
*** yatin has joined #openstack-neutron | 08:16 | |
*** salv-orlando has quit IRC | 08:17 | |
*** dedery has quit IRC | 08:18 | |
*** barajasfab has quit IRC | 08:19 | |
*** ygbo has joined #openstack-neutron | 08:19 | |
*** shivrao has quit IRC | 08:20 | |
*** yatin has quit IRC | 08:20 | |
*** ramishra_ has quit IRC | 08:21 | |
*** ramishra_ has joined #openstack-neutron | 08:22 | |
*** yatin has joined #openstack-neutron | 08:22 | |
*** mickeys has joined #openstack-neutron | 08:22 | |
*** amotoki_ has quit IRC | 08:23 | |
*** salv-orlando has joined #openstack-neutron | 08:24 | |
*** mickeys has quit IRC | 08:24 | |
*** yfried has joined #openstack-neutron | 08:24 | |
*** vikram_ has quit IRC | 08:26 | |
*** mhickey has joined #openstack-neutron | 08:26 | |
*** neiljerram has joined #openstack-neutron | 08:28 | |
*** salv-orlando has quit IRC | 08:28 | |
*** vikram_ has joined #openstack-neutron | 08:29 | |
openstackgerrit | Merged openstack/neutron: Revert "Add 169.254.169.254 when enable force_metadata" https://review.openstack.org/304917 | 08:32 |
*** todin has joined #openstack-neutron | 08:33 | |
*** subscope has joined #openstack-neutron | 08:34 | |
*** ihrachys has joined #openstack-neutron | 08:38 | |
*** javeriak has quit IRC | 08:41 | |
*** neiljerram has quit IRC | 08:43 | |
*** ivc_ has joined #openstack-neutron | 08:44 | |
*** wolverineav has joined #openstack-neutron | 08:45 | |
*** javeriak has joined #openstack-neutron | 08:46 | |
*** ramishra_ has quit IRC | 08:47 | |
*** ramishra_ has joined #openstack-neutron | 08:48 | |
*** tuhv has quit IRC | 08:50 | |
*** ramishra_ has quit IRC | 08:50 | |
*** p01nt3r75 has joined #openstack-neutron | 08:52 | |
*** javeriak has quit IRC | 08:53 | |
*** ramishra_ has joined #openstack-neutron | 08:53 | |
*** neiljerram has joined #openstack-neutron | 08:53 | |
*** ramishra_ has quit IRC | 08:58 | |
*** ramishra_ has joined #openstack-neutron | 08:59 | |
*** lujinluo has quit IRC | 09:02 | |
*** jckasper has joined #openstack-neutron | 09:02 | |
*** dedery has joined #openstack-neutron | 09:02 | |
*** rossella_s has quit IRC | 09:03 | |
*** rossella_s has joined #openstack-neutron | 09:03 | |
*** garyk has quit IRC | 09:03 | |
*** lajos-katona has quit IRC | 09:04 | |
*** ramishra_ has quit IRC | 09:05 | |
*** ramishra_ has joined #openstack-neutron | 09:05 | |
*** lajos-katona has joined #openstack-neutron | 09:06 | |
*** ociuhandu has quit IRC | 09:07 | |
*** jckasper has quit IRC | 09:07 | |
*** mosulica has joined #openstack-neutron | 09:10 | |
*** ramishra_ has quit IRC | 09:10 | |
*** ramishra_ has joined #openstack-neutron | 09:11 | |
openstackgerrit | Merged openstack/neutron: Get rid of unnecessary _ha_routers_present check https://review.openstack.org/285093 | 09:13 |
*** kengo_sakai_mba has quit IRC | 09:14 | |
*** kengo_sakai has quit IRC | 09:17 | |
*** lajos-katona has quit IRC | 09:22 | |
*** ramishra_ has quit IRC | 09:25 | |
*** ramishra_ has joined #openstack-neutron | 09:26 | |
*** itzikb has quit IRC | 09:28 | |
*** itzikb has joined #openstack-neutron | 09:28 | |
*** jkraj has joined #openstack-neutron | 09:29 | |
*** garyk has joined #openstack-neutron | 09:31 | |
*** javeriak has joined #openstack-neutron | 09:32 | |
*** palexster has joined #openstack-neutron | 09:33 | |
*** palexster has quit IRC | 09:33 | |
*** yatin has quit IRC | 09:33 | |
*** palexster has joined #openstack-neutron | 09:33 | |
*** jkraj has quit IRC | 09:35 | |
*** jkraj has joined #openstack-neutron | 09:36 | |
*** palexster has quit IRC | 09:36 | |
*** palexster has joined #openstack-neutron | 09:37 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Switch to pluggable IPAM implementation https://review.openstack.org/181023 | 09:37 |
*** palexster has quit IRC | 09:37 | |
*** palexster has joined #openstack-neutron | 09:37 | |
*** palexster has quit IRC | 09:38 | |
*** palexster has joined #openstack-neutron | 09:38 | |
openstackgerrit | Merged openstack/os-vif: ovs: convert over to use privsep module https://review.openstack.org/299406 | 09:38 |
*** irenab_ has joined #openstack-neutron | 09:38 | |
*** vikram_ has quit IRC | 09:39 | |
openstackgerrit | Merged openstack/neutron: Updated from global requirements https://review.openstack.org/302865 | 09:39 |
*** subscope has quit IRC | 09:39 | |
*** scheuran has joined #openstack-neutron | 09:40 | |
*** edwarnicke_ has joined #openstack-neutron | 09:40 | |
*** roaet- has joined #openstack-neutron | 09:40 | |
*** mestery_ has joined #openstack-neutron | 09:40 | |
*** ramishra_ has quit IRC | 09:41 | |
*** wolverineav has quit IRC | 09:41 | |
*** ramishra_ has joined #openstack-neutron | 09:42 | |
matrohon | scheuran, hi | 09:42 |
*** yatin has joined #openstack-neutron | 09:42 | |
openstackgerrit | Merged openstack/neutron: Skip firewall blink test for ovs-fw https://review.openstack.org/305025 | 09:43 |
*** tristanC_ has joined #openstack-neutron | 09:43 | |
*** jamespd_ has joined #openstack-neutron | 09:43 | |
*** sinh_ has joined #openstack-neutron | 09:43 | |
scheuran | matrohon, hi | 09:43 |
*** palexster has quit IRC | 09:43 | |
*** palexster has joined #openstack-neutron | 09:43 | |
matrohon | scheuran, I read the ML thread about https://review.openstack.org/#/c/297100/ | 09:44 |
*** palexster has quit IRC | 09:44 | |
*** palexster has joined #openstack-neutron | 09:44 | |
*** korzen__ has joined #openstack-neutron | 09:44 | |
openstackgerrit | Merged openstack/os-vif: vif_plug_ovs: merge both plugins into one https://review.openstack.org/301243 | 09:45 |
*** javeriak_ has joined #openstack-neutron | 09:45 | |
matrohon | scheuran, kevinbenton I'm not sure l2pop will be broken if binding occurs in pre_live_mig | 09:45 |
matrohon | scheuran, kevinbenton I bet traffic will be routed earlier to the new host | 09:46 |
matrohon | scheuran, did you give a try to kevinbenton's alternative? | 09:46 |
*** lori_ has joined #openstack-neutron | 09:46 | |
scheuran | matrohon, I didn't had a look at the l2pop code so far... | 09:46 |
scheuran | matrohon, not yet - I tried something like this before but stopped working on it, the approach in https://review.openstack.org/#/c/297100/ seemed to be much more easy | 09:47 |
*** javeriak has quit IRC | 09:47 | |
*** ygbo has quit IRC | 09:47 | |
*** numans has quit IRC | 09:47 | |
*** mestery has quit IRC | 09:47 | |
*** korzen has quit IRC | 09:47 | |
*** irenab has quit IRC | 09:47 | |
*** sbelous has quit IRC | 09:47 | |
*** ArchiFleKs has quit IRC | 09:47 | |
*** tristanC has quit IRC | 09:47 | |
*** korzen_ has quit IRC | 09:47 | |
*** chlong has quit IRC | 09:47 | |
*** clev_ has quit IRC | 09:47 | |
*** SpamapS has quit IRC | 09:47 | |
*** njohnston has quit IRC | 09:47 | |
*** carl_baldwin has quit IRC | 09:47 | |
*** barclaac has quit IRC | 09:47 | |
*** clayton has quit IRC | 09:47 | |
*** jklare_ has quit IRC | 09:47 | |
*** dougwig has quit IRC | 09:47 | |
*** sballe_ has quit IRC | 09:47 | |
*** jamespd has quit IRC | 09:47 | |
*** lori has quit IRC | 09:47 | |
*** mancdaz has quit IRC | 09:47 | |
*** edwarnicke has quit IRC | 09:47 | |
*** sinh has quit IRC | 09:47 | |
*** russellb has quit IRC | 09:47 | |
*** ntpttr has quit IRC | 09:47 | |
*** dtynan has quit IRC | 09:47 | |
*** roaet_ has quit IRC | 09:47 | |
*** mestery_ is now known as mestery | 09:47 | |
scheuran | matrohon, but I plan to do a prototype as well | 09:47 |
*** irenab_ is now known as irenab | 09:47 | |
*** korzen has joined #openstack-neutron | 09:48 | |
*** barclaac has joined #openstack-neutron | 09:48 | |
matrohon | scheuran, I totally agree, your first approach is a lot easier! | 09:48 |
*** njohnston has joined #openstack-neutron | 09:48 | |
*** clev has joined #openstack-neutron | 09:48 | |
*** jklare has joined #openstack-neutron | 09:48 | |
*** sbelous has joined #openstack-neutron | 09:48 | |
*** clayton has joined #openstack-neutron | 09:49 | |
*** ntpttr has joined #openstack-neutron | 09:49 | |
*** salv-orlando has joined #openstack-neutron | 09:49 | |
matrohon | scheuran, I'm not sure to understand kevin's sentence : "If bind_port is successful, the results of the port update are committed (with the original host_id and the new host_id in the destination_host field)." | 09:49 |
*** russellb has joined #openstack-neutron | 09:50 | |
*** EinstCra_ has quit IRC | 09:50 | |
*** ramishra_ has quit IRC | 09:50 | |
scheuran | matrohon, kevinbenton referenced to a patchset where some action for a special port-update command was introduced | 09:50 |
*** edwarnicke_ is now known as edwarnicke | 09:50 | |
openstackgerrit | Merged openstack/neutron: Only load timestamp service plugin in timestamp tests https://review.openstack.org/304363 | 09:50 |
scheuran | matrohon, basically they added a field desitnation_host to the vi_profile | 09:51 |
scheuran | vif_profile* | 09:51 |
*** EinstCrazy has joined #openstack-neutron | 09:51 | |
*** lucasagomes is now known as lucas-hungry | 09:51 | |
*** ramishra_ has joined #openstack-neutron | 09:51 | |
scheuran | if that requests arrives at neutron, they do some preconfiguration for DVR | 09:51 |
kevinbenton | matrohon: if we change the host_id of a port during pre_live_migration, it will break any driver that has things wired based on host_id | 09:51 |
matrohon | scheuran, oh I see now! | 09:52 |
*** ArchiFleKs has joined #openstack-neutron | 09:52 | |
*** sballe_ has joined #openstack-neutron | 09:52 | |
kevinbenton | matrohon: traffic to the old host will stop flowing for many top of rack drivers for example | 09:52 |
*** carl_baldwin has joined #openstack-neutron | 09:52 | |
*** jistr has quit IRC | 09:52 | |
*** jlibosva has quit IRC | 09:52 | |
kevinbenton | matrohon: because by changing the host_id, you've told the driver that the port is no longer present on the old host | 09:53 |
matrohon | kevinbenton, yep I agree, but this traffic will have to move to new host at the end, it is just done earlier | 09:53 |
kevinbenton | matrohon: isn't the point of live migration not to interrupt traffic? | 09:53 |
*** salv-orlando has quit IRC | 09:54 | |
*** ygbo has joined #openstack-neutron | 09:54 | |
kevinbenton | matrohon: or has the VM already been frozen at that point? | 09:54 |
*** numans has joined #openstack-neutron | 09:54 | |
*** chlong has joined #openstack-neutron | 09:54 | |
matrohon | kevinbenton, I think there is already some kind of traffic interruption with current implementation, but you're right that with scheuran's patch it will be amplified | 09:55 |
scheuran | matrohon agree | 09:55 |
scheuran | kevinbenton, no, the vm is not yet frozen at this point | 09:56 |
scheuran | it's still active on the source | 09:56 |
*** SpamapS has joined #openstack-neutron | 09:56 | |
scheuran | the gap matrohon is referring to is, that the host_id is getting updated some time after migration finished, so there's a small gap where traffic is still enabled on the source, although vm already resides active on the target | 09:57 |
kevinbenton | scheuran: i don't think that gap will exist for long | 09:57 |
scheuran | kevinbenton, agree | 09:57 |
*** shashank_hegde has joined #openstack-neutron | 09:57 | |
scheuran | kevinbenton, the gap with my patchset would be much longer | 09:58 |
matrohon | scheuran, especially with block live-migration | 09:58 |
kevinbenton | and there will be no gap if a driver does some intelligent pre-wiring with the destination_host field | 09:58 |
kevinbenton | just like is being done with DVR | 09:59 |
*** jamie_h has joined #openstack-neutron | 09:59 | |
scheuran | matrohon, kevinbenton, ack | 10:00 |
matrohon | kevinbenton, I need to look at that patch but does it flood traffic to both origin and dest during live-mig? | 10:00 |
*** kengo_sakai_mba has joined #openstack-neutron | 10:01 | |
kevinbenton | matrohon: that patch is just focused on DVR getting the wiring ready on the destination host | 10:01 |
*** jamie_h has quit IRC | 10:01 | |
kevinbenton | matrohon: it hasn't done anything at the L2 level for flooding | 10:01 |
*** dukhlov has joined #openstack-neutron | 10:01 | |
*** jamie_h has joined #openstack-neutron | 10:01 | |
*** EinstCrazy has quit IRC | 10:02 | |
kevinbenton | matrohon: but it does open the possibility for something to be done in the future because now we have the info | 10:02 |
*** shashank_hegde has quit IRC | 10:02 | |
matrohon | kevinbenton, +1 | 10:02 |
kevinbenton | matrohon: i think DVR was a first pain point chosen to address with this because of all of the namespace stuff it has to do if the tenant doesn't already have VMs on the destination host | 10:03 |
*** stanzgy has joined #openstack-neutron | 10:03 | |
kevinbenton | matrohon: which is much slower than the port wiring the l2 agent does | 10:03 |
*** sdague has joined #openstack-neutron | 10:04 | |
scheuran | kevinbenton, So I'll try to go the way you proposed via the ML to check if the portbindig is working | 10:04 |
kevinbenton | scheuran: ack | 10:05 |
scheuran | kevinbenton, but what I want in addition is, that the new portbinding info is being returned to nova in order to do some network interface modifications to the domain.xml | 10:05 |
*** iyamahat_ has quit IRC | 10:05 | |
scheuran | kevinbenton, do you see an issue there? | 10:05 |
*** ramishra_ has quit IRC | 10:05 | |
scheuran | *the simulated portbinding info or however you would call it | 10:05 |
kevinbenton | scheuran: oh, because right now it doesn't support the interface type changing, right? | 10:05 |
scheuran | kevinbenton, exactly | 10:05 |
matrohon | kevinbenton, scheuran : I think the only way to avoid traffic interruption during migration is to have the dataplane sending traffic to both origin and dest during live-mig, and it can be done now, by taking advantage of info introduced in https://review.openstack.org/#/c/275420/ | 10:06 |
*** jlibosva has joined #openstack-neutron | 10:06 | |
*** baojg has quit IRC | 10:06 | |
scheuran | kevinbenton, and for the macvtap stuff I need the updated vif_detaisl... | 10:06 |
*** ramishra_ has joined #openstack-neutron | 10:06 | |
kevinbenton | matrohon: yes. it will require some rework on the l2 agent side to duplicate the traffic onto two tunnels and VLAN/flat networks will not work without the coordination of a switch driver | 10:07 |
kevinbenton | scheuran: yeah, i think we might need to tweak the return value back to nova | 10:08 |
kevinbenton | scheuran: like "destination_binding_details" or something | 10:08 |
scheuran | kevinbenton, yes | 10:08 |
*** ramishra_ has quit IRC | 10:08 | |
matrohon | kevinbenton, I think it's a challenging issue that must be worked on independently of current scheuran's work | 10:09 |
scheuran | kevinbenton, and do you see a potential problem, if we simulate the portbinding in pre_live_migration, and the execute the portbinding in post_live_migration in regards of that the results coudld be different? | 10:09 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c https://review.openstack.org/303346 | 10:10 |
scheuran | matrohon, absolutely! | 10:10 |
kevinbenton | scheuran: it could possibly happen if a driver complains in the port_update phase | 10:11 |
*** ramishra_ has joined #openstack-neutron | 10:12 | |
kevinbenton | scheuran: bind_port passing isn't quite as good of a guaruntee, but it should prevent any binding_failed errors | 10:14 |
*** kengo_sakai_mba has quit IRC | 10:15 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Added initial release check list https://review.openstack.org/291288 | 10:16 |
scheuran | kevinbenton, what do you mean by bind_port passing? | 10:16 |
kevinbenton | scheuran: bind_port not failing | 10:16 |
scheuran | kevinbenton, oh ok :) | 10:16 |
*** mancdaz has joined #openstack-neutron | 10:16 | |
kevinbenton | scheuran: for example, if it's a driver with a backend and the backend isn't available | 10:17 |
kevinbenton | scheuran: bind_port would probably work | 10:17 |
scheuran | kevinbenton, agree | 10:17 |
kevinbenton | scheuran: and update_port would fail | 10:17 |
kevinbenton | scheuran: but at that point it becomes a port_update error propagated back to Nova | 10:17 |
kevinbenton | scheuran: i'm not sure how it reacts if the port update fails there | 10:17 |
kevinbenton | scheuran: maybe it can abort | 10:18 |
kevinbenton | scheuran: and migrate back | 10:18 |
scheuran | kevinbenton, if port update fail, the vif_binding will be set to binding_failed | 10:18 |
kevinbenton | scheuran: no, those are two different things | 10:18 |
scheuran | kevinbenton, and nova stumbles when generating the libvirt xml in post_live_migration over that vif_type | 10:18 |
scheuran | kevinbenton, then instance is put into error state | 10:18 |
kevinbenton | scheuran: binding_failed is something neutron sets on the port object | 10:18 |
kevinbenton | scheuran: and it's not reported to nova as an API call failure | 10:19 |
*** javeriak_ has quit IRC | 10:19 | |
kevinbenton | scheuran: if the port_update fails like i'm talking about, Nova will get an API error back from neutron | 10:19 |
scheuran | kevinbenton, ok, got it! | 10:19 |
kevinbenton | scheuran: so they are very different scenarios from that perspective | 10:19 |
kevinbenton | scheuran: you can see this quickly if you have a neutron deployment handy. "neutron port-create somenet --binding:host_id=made-up-host" | 10:20 |
kevinbenton | scheuran: the API call will return just fine with a body | 10:21 |
kevinbenton | scheuran: then in the binding details you can see "binding_failed" | 10:21 |
kevinbenton | scheuran: Which is probably why nova is treating it as a success and is passing it down to the xml generation | 10:21 |
scheuran | kevinbenton, right | 10:21 |
*** amotoki has joined #openstack-neutron | 10:22 | |
scheuran | kevinbenton, and what would be a case where to port-update would fail? If neutron is not available? | 10:22 |
kevinbenton | scheuran: if a driver uses a remote backend that is unavailable | 10:23 |
kevinbenton | scheuran: like an SDN controller | 10:23 |
matrohon | scheuran, kevinbenton : currently, as stated in https://review.openstack.org/#/c/274097/6/doc/source/devref/live_migration.rst "There is no rollback if failure happens in live-migration and post-live-migration stages" | 10:23 |
scheuran | kevinbenton, ok | 10:24 |
matrohon | kevinbenton, are you suggesting we should introduce a chack on the binding details to revert the live-mig in cas of binding failure? | 10:24 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Add exponential back-off RPC client https://review.openstack.org/280595 | 10:24 |
*** yamamot__ has quit IRC | 10:25 | |
kevinbenton | matrohon: no, just to handle the case when the final port-update fails | 10:25 |
kevinbenton | matrohon: because if we do the bind_port test ahead of time like i proposed, we shouldn't need to worry about the binding details being 'binding_failed' | 10:25 |
scheuran | kevinbenton, how would the api result look like in a case where the port update fails? | 10:26 |
kevinbenton | scheuran: HTTP error code | 10:26 |
scheuran | ok | 10:27 |
scheuran | kevinbenton, there was another idea raised in the ml2 group for this whole topic - during migration we could bind a port to two hosts (like a DVR port can today). How do you think about this? | 10:27 |
*** mvk_ has quit IRC | 10:27 | |
kevinbenton | scheuran: which the neutronclient converts to an exception IIRC | 10:27 |
*** nmagnezi has quit IRC | 10:27 | |
matrohon | kevinbenton, except if the bind_port is not accurate, since it doesn't seem to really call an externel sdn controller. At least that's what I understand from your previous statements | 10:27 |
*** hdaniel has joined #openstack-neutron | 10:28 | |
*** kengo_sakai_mba has joined #openstack-neutron | 10:28 | |
kevinbenton | matrohon: it won't become more accurate during the regular binding though. either it will select a correct type or return binding_failed | 10:28 |
kevinbenton | scheuran: that's possible too | 10:29 |
kevinbenton | scheuran: but it would be a mechanism driver API change | 10:29 |
kevinbenton | scheuran: and most drivers wouldn't support it | 10:29 |
*** johnsom_ has joined #openstack-neutron | 10:30 | |
scheuran | kevinbenton, yes, makes sense | 10:30 |
kevinbenton | scheuran: but maybe that's okay starting out if we have a decent fallback mechanism of some sort | 10:30 |
openstackgerrit | John Schwarz proposed openstack/neutron: Remove auto_schedule_routers codepath https://review.openstack.org/285480 | 10:30 |
kevinbenton | scheuran: it would be nice if DVR ports weren't a special case regardless of this particular migration issue | 10:30 |
matrohon | scheuran, kevinbenton : I really advocate for this since it would clean up the DVR code too and would help in HA ports in l2pop case too | 10:31 |
*** mfranc213 has quit IRC | 10:31 | |
scheuran | kevinbenton, matrohon, yes, there is an old patchset out from rkukura that tries to unify those ports..let me find it | 10:32 |
kevinbenton | matrohon: how would it help with HA ports? | 10:32 |
*** openstackstatus has quit IRC | 10:32 | |
kevinbenton | matrohon: oh, you mean the tenant facing port? | 10:32 |
matrohon | kevinbenton : we could have an alternative implementation for this patch : https://review.openstack.org/#/c/255237/ | 10:32 |
scheuran | kevinbenton, matrohon: https://review.openstack.org/#/c/189410/ | 10:33 |
*** nyechiel_ has joined #openstack-neutron | 10:33 | |
*** sinh_ has quit IRC | 10:33 | |
*** dims has quit IRC | 10:33 | |
*** johnsom has quit IRC | 10:33 | |
*** openstack has joined #openstack-neutron | 11:34 | |
*** salv-orl_ has joined #openstack-neutron | 11:34 | |
*** openstackgerrit has quit IRC | 11:35 | |
*** bradjones has quit IRC | 11:35 | |
*** mmm_c_n has quit IRC | 11:35 | |
*** dougs1 has joined #openstack-neutron | 11:35 | |
*** dougs has quit IRC | 11:35 | |
*** alex_xu has quit IRC | 11:35 | |
*** wwriverrat has quit IRC | 11:35 | |
*** ababich has quit IRC | 11:35 | |
*** ptoohill has quit IRC | 11:35 | |
*** amotoki has quit IRC | 11:36 | |
*** salv-orlando has quit IRC | 11:36 | |
*** apoorv has quit IRC | 11:36 | |
*** bapalm has quit IRC | 11:36 | |
*** ekarlso has quit IRC | 11:36 | |
*** vinc has quit IRC | 11:36 | |
*** diegows has quit IRC | 11:36 | |
*** dosaboy has quit IRC | 11:36 | |
*** EmilienM has quit IRC | 11:36 | |
*** sgran has quit IRC | 11:36 | |
*** mkolesni has quit IRC | 11:36 | |
*** nmagnezi has quit IRC | 11:37 | |
*** sdague has quit IRC | 11:37 | |
*** SpamapS has quit IRC | 11:37 | |
*** scheuran has quit IRC | 11:37 | |
*** p01nt3r75 has quit IRC | 11:37 | |
*** mhickey has quit IRC | 11:37 | |
*** oanson has quit IRC | 11:37 | |
*** links has quit IRC | 11:37 | |
*** otherwiseguy has quit IRC | 11:37 | |
*** ianw has quit IRC | 11:37 | |
*** danofsatx has quit IRC | 11:37 | |
*** ccard has quit IRC | 11:37 | |
*** mkolesni_ has joined #openstack-neutron | 11:37 | |
*** dosaboy has joined #openstack-neutron | 11:38 | |
*** diegows has joined #openstack-neutron | 11:38 | |
*** sgran has joined #openstack-neutron | 11:38 | |
*** wolverineav has joined #openstack-neutron | 11:38 | |
*** clickboom has joined #openstack-neutron | 11:38 | |
*** davidsha has quit IRC | 11:41 | |
*** bradjones has joined #openstack-neutron | 11:41 | |
*** bradjones has quit IRC | 11:41 | |
*** bradjones has joined #openstack-neutron | 11:41 | |
*** bapalm has joined #openstack-neutron | 11:41 | |
*** tristanC_ is now known as tristanC | 11:42 | |
*** ptoohill has joined #openstack-neutron | 11:42 | |
*** amotoki has joined #openstack-neutron | 11:42 | |
*** alex_xu has joined #openstack-neutron | 11:42 | |
*** danofsatx has joined #openstack-neutron | 11:42 | |
*** wolverineav has quit IRC | 11:42 | |
*** mvk_ has joined #openstack-neutron | 11:43 | |
*** EmilienM has joined #openstack-neutron | 11:44 | |
*** haypo has joined #openstack-neutron | 11:45 | |
*** EmilienM is now known as Guest38251 | 11:45 | |
*** scheuran has joined #openstack-neutron | 11:45 | |
*** otherwiseguy has joined #openstack-neutron | 11:45 | |
*** scheuran has quit IRC | 11:45 | |
haypo | hello. i have a serie of 3 patches to port Neutron LBaaS to Python 3: https://review.openstack.org/#/c/288413/ - they already got a +2 from ihrachys, here is someone else available to review them and help me to port this code to py3? | 11:45 |
*** ianw has joined #openstack-neutron | 11:46 | |
haypo | it looks like Neutron LBaaS is the last huge Neutron component which is not compatible with python 3 yet | 11:46 |
ihrachys | haypo: maybe also try #openstack-lbaas | 11:46 |
ihrachys | haypo: fwaas and vpnaas done? | 11:46 |
haypo | oh, there is a dedicated channel? i will try there ;) | 11:46 |
ihrachys | yeah, they spinned it off for some reason | 11:46 |
*** scheuran has joined #openstack-neutron | 11:46 | |
haypo | according to https://wiki.openstack.org/wiki/Python3#OpenStack_applications_.28tc-approved.29 yes, FWaaS & VPNaaS unit tests pass on py3 | 11:47 |
ihrachys | cool | 11:47 |
*** slaweq has joined #openstack-neutron | 11:47 | |
*** mwagner_lap has joined #openstack-neutron | 11:48 | |
haypo | ihrachys: well, unit tests are not enough to deploy Neutron on top of py3 on production :-p the next step is to start running functional & integration tests on py3 in the CI (in devstack) | 11:48 |
*** apoorv has joined #openstack-neutron | 11:48 | |
*** ekarlso has joined #openstack-neutron | 11:48 | |
*** mhickey has joined #openstack-neutron | 11:49 | |
*** ccard has joined #openstack-neutron | 11:49 | |
*** nmagnezi has joined #openstack-neutron | 11:49 | |
*** vinc has joined #openstack-neutron | 11:49 | |
*** slaweq has quit IRC | 11:49 | |
*** oanson has joined #openstack-neutron | 11:49 | |
ihrachys | haypo: agreed. but that depends on services being containerized? or we switch globally/ | 11:49 |
*** links has joined #openstack-neutron | 11:50 | |
haypo | ihrachys: you can choose which services run on py3 or not | 11:50 |
haypo | ihrachys: the best would be to run all neutron services on py3, and then fix failures one by one, as usual ;) | 11:50 |
ihrachys | haypo: how do we achieve that? setup.py install called with proper version? | 11:50 |
haypo | (i mean that keystone, nova, etc. can still run on py2) | 11:51 |
*** SpamapS has joined #openstack-neutron | 11:51 | |
*** ababich has joined #openstack-neutron | 11:51 | |
*** sdague has joined #openstack-neutron | 11:51 | |
*** openstackgerrit has joined #openstack-neutron | 11:51 | |
haypo | ihrachys: it's an env variable in DevStack, USE_PYTHON3=True https://wiki.openstack.org/wiki/Python3#Functional_and_Integration_Tests | 11:51 |
haypo | ihrachys: but i didn't try yet | 11:51 |
ihrachys | haypo: sure. the question is whether we don't rush too much. it puts dev burden on neutron, and if it will take nova and others another 5 years to do the switch, we could as well wait a bit. | 11:51 |
*** Guest38251 has quit IRC | 11:51 | |
*** marios_ is now known as marios | 11:51 | |
haypo | ihrachys: there is a second env var to select services running on py3 | 11:51 |
ihrachys | I see | 11:52 |
haypo | ihrachys: nova port of unit tests is going well: Nova: 74% (10,859 unit tests/14,726) | 11:52 |
HenryG | haypo: thanks for your work with py3 for neutron | 11:52 |
haypo | ihrachys: https://haypo.github.io/openstack_mitaka_python3.html | 11:52 |
haypo | HenryG: you're welcome ;) | 11:52 |
HenryG | haypo: Can you also put neutron-lib on your map? | 11:52 |
haypo | HenryG: do you mean that neutron-lib doesn't work on py3? | 11:53 |
*** thorst_ has joined #openstack-neutron | 11:53 | |
HenryG | haypo: it should, but there are a couple of questions I have | 11:53 |
haypo | HenryG: neutron-lib is green (unit tests pass on py3) on https://wiki.openstack.org/wiki/Python3#OpenStack_Libraries | 11:53 |
*** nmagnezi has quit IRC | 11:54 | |
HenryG | great | 11:54 |
*** boden has quit IRC | 11:54 | |
HenryG | haypo: we are also aiming at 100% code coverage for unit tests, so that should help keep us honest | 11:54 |
haypo | HenryG: let me check neutron-lib. tox.ini runs all unit tests on py34 & it has a *voting* python34 gate job. so it's fine | 11:55 |
haypo | HenryG: oh, i'm 100% *sure* that functional & integration tests will show us new and complex bugs specific to py3, trust me ;) | 11:56 |
HenryG | haypo: I don't doubt it :) | 11:56 |
HenryG | haypo: What does it take to claim it is a universal wheel? | 11:57 |
*** kawa2014 has joined #openstack-neutron | 11:58 | |
haypo | HenryG: since we use six, hum, it should be ok to provide the same tarball/wheel for py2 & py3 | 11:58 |
haypo | HenryG: but i don't know for dependencies | 11:58 |
*** pradk has quit IRC | 11:59 | |
haypo | HenryG: you have to check that we mark correctly deps specific to py2 or py3 using env markers | 11:59 |
haypo | and i doubt that the whole python ecosystem understands "well" env markers, it's still something "new" (1 or 2 years old) | 11:59 |
*** shashank_hegde has joined #openstack-neutron | 11:59 | |
haypo | i'm talking about something like this >> futures; python_version < '3.2' | 11:59 |
haypo | in requirements.txt | 11:59 |
*** nyechiel_ has quit IRC | 12:00 | |
*** nyechiel has joined #openstack-neutron | 12:00 | |
*** yatin has quit IRC | 12:00 | |
*** boden has joined #openstack-neutron | 12:00 | |
*** gvrangan has joined #openstack-neutron | 12:01 | |
*** korzen has joined #openstack-neutron | 12:01 | |
*** namnh has quit IRC | 12:01 | |
*** amuller has joined #openstack-neutron | 12:01 | |
amuller | jlibosva: morning :) | 12:02 |
jlibosva | amuller: hi | 12:02 |
*** korzen_ has quit IRC | 12:02 | |
amuller | jlibosva: I see the functional job finally failed on the OVS logging patch | 12:02 |
jlibosva | amuller: indeed, it might provide a clue that we get stuck before starting the servicing thread | 12:02 |
ajo | kevinbenton, garyk , obondarev ping, about https://review.openstack.org/#/c/285532/2 | 12:03 |
jlibosva | amuller: https://github.com/openstack/neutron/blob/master/neutron/agent/ovsdb/native/connection.py#L62 | 12:03 |
jlibosva | amuller: somewhere in start method | 12:03 |
ajo | I'm ok with deprecating the options, but, please don't remove the logic, it will be necessary for ovs bandwidth guarantees, | 12:03 |
ajo | we could change patch ports into veths dynamically if needed | 12:04 |
ajo | (one less knob in config) | 12:04 |
HenryG | haypo: neutron-lib is still new and small, so we have the opportunity to construct it correctly as we go. But I am worried that we will introduce a digression by ignorance. | 12:04 |
*** shashank_hegde has quit IRC | 12:04 | |
*** jckasper has joined #openstack-neutron | 12:04 | |
*** dedery has quit IRC | 12:04 | |
boden | amuller -- is there any possibility we can move the "Neutron: User feedback track: health checking and troubleshooting" design session to Wednesday? I have a related RFE and was hoping to be a part of this discussion, but I have to leave Thursday AM | 12:04 |
*** dedery has joined #openstack-neutron | 12:05 | |
haypo | HenryG: i'm not aware of any py3 issue in neutron-lib | 12:05 |
garyk | ajo: hmm. missed that. maybe deprecate the qos? | 12:05 |
*** jckasper has quit IRC | 12:05 | |
ajo | garyk, don't deprecate qos, please :D | 12:05 |
garyk | ajo: i think that you need to revert the patch. | 12:05 |
ajo | garyk, let me look for the RFE | 12:06 |
garyk | but i suggest that you speak with kevinbenton | 12:06 |
*** jckasper has joined #openstack-neutron | 12:06 | |
haypo | HenryG: it's probably safe to enable universal wheel on neutron-lib. but in case of doubt, it's probably safer to disable this feature. it's ok to have one package for py2 and another for py3 | 12:06 |
ajo | garyk, kevinbenton , look for "veth" in here: https://bugs.launchpad.net/neutron/+bug/1560963 | 12:06 |
openstack | Launchpad bug 1560963 in neutron "[RFE] Minimum bandwidth support (egress)" [Wishlist,Confirmed] | 12:06 |
haypo | HenryG: as i said, the remaining annoying point are dependencies different between py2 & py3, and the bad state of packaging tools in python (outdated tools don't handle well deps specific to a python version) | 12:07 |
*** yfried has quit IRC | 12:07 | |
ajo | garyk, I'm not sure if reverting is necessary, | 12:07 |
HenryG | haypo: OK, we'll leave it as-is for now. Thanks. | 12:07 |
ajo | garyk, as long as we don't rip the logic, or we re-introduce it later when QoS/minbw progresses | 12:08 |
garyk | ajo: ok | 12:08 |
*** EmilienM_ has joined #openstack-neutron | 12:08 | |
ajo | I'm a fan of less config options | 12:08 |
garyk | i still don't understand why we need qos if we are unable to spawn instances in nova :) | 12:08 |
*** amotoki has quit IRC | 12:08 | |
ajo | garyk, spawn instances in nova? | 12:08 |
ajo | ahh, min bw guarantee without scheduling ? | 12:09 |
*** thorst_ has quit IRC | 12:09 | |
*** apoorv has quit IRC | 12:09 | |
ajo | garyk, it's a two step thing, you first need to handle it on the hypervisor level | 12:09 |
ajo | and the second step, is handling it on the cloud level (scheduling) | 12:09 |
ajo | step1 already gives the benefit of prioritizing packet pushers with "min" policies in front of instances which have no min policy at all, or lower min policies | 12:10 |
*** jckasper has quit IRC | 12:10 | |
*** EmilienM_ is now known as EmilienM | 12:10 | |
*** EmilienM is now known as Guest50220 | 12:11 | |
*** Guest50220 has quit IRC | 12:11 | |
*** Guest50220 has joined #openstack-neutron | 12:11 | |
*** Guest50220 is now known as EmilienM | 12:11 | |
*** clickboom has quit IRC | 12:12 | |
*** nmagnezi has joined #openstack-neutron | 12:13 | |
*** mkolesni_ has quit IRC | 12:13 | |
ihrachys | ajo: ping | 12:14 |
ihrachys | ajo: question on the bit/byte mess | 12:14 |
*** yamamoto has joined #openstack-neutron | 12:14 | |
ihrachys | ajo: I saw in the thread in ovs-dev that it changed back and forth | 12:15 |
ajo | ihrachys, yes | 12:15 |
ihrachys | ajo: and it depends on some versions of ovs/tc/kernel? | 12:16 |
*** enriquetaso has joined #openstack-neutron | 12:16 | |
*** kengo_sakai_mba has quit IRC | 12:16 | |
ajo | well, not sure if back and forth, may be I should check ovs history on that part | 12:16 |
ajo | I know they mimiced what tc was doing in terms of 1000 vs 1024 bytes per kB count | 12:16 |
ajo | the other part is not clear | 12:16 |
ajo | if they did it to mimic any tc bug | 12:17 |
ajo | or just an error of implementation | 12:17 |
ihrachys | ok | 12:17 |
ajo | ihrachys, it maches with the documentations and their recomendation of using 10% burst | 12:17 |
ihrachys | anyhow, the point is, if that was a legit behaviour before, should we leave it configurable in case you need to run it on an old ovs? | 12:17 |
ajo | 10% burst does not work | 12:17 |
ajo | ihrachys, yes, I discussed that with kevin | 12:17 |
ajo | the plan would be | 12:17 |
ajo | introducing a sanity check, to see how ovs sets tc policing values | 12:18 |
ajo | and then a config flag | 12:18 |
ihrachys | oh ok, as long as we care about it already, I am good | 12:18 |
ajo | or may be just checking the version where that's merged | 12:18 |
ajo | yes, let me see how the ovs-dev patch resolves | 12:18 |
ajo | and I will add the logic & config option to ovs | 12:19 |
ajo | ihrachys, what worries me, is, the policies already set by customers... | 12:20 |
ajo | but I don't see an easy solution for that | 12:20 |
ajo | we can add a switch to /8 the burst before giving it to ovs, to set the "real burst" | 12:20 |
ajo | but policies that were working before because of the bug, will stop working | 12:20 |
ajo | well, will work worse | 12:20 |
ajo | its' an easy fix for the admin, as long as it's documented, may be in release notes | 12:21 |
ihrachys | definitely a release note | 12:21 |
ihrachys | explaining the implications and way to mitigate | 12:21 |
ihrachys | maybe a script to migrate policies to new world | 12:21 |
ajo | ihrachys, that'd be nice, | 12:22 |
ajo | lol | 12:24 |
ajo | this is hilarious | 12:24 |
ajo | https://people.redhat.com/duffy/selinux/selinux-coloring-book_A4-Stapled.pdf | 12:24 |
*** tmorin has joined #openstack-neutron | 12:24 | |
yamamoto | ihrachys: can neutron-release remove tags and branches on networking-midonet repo? or should i ask infra? | 12:26 |
*** dave-mccowan has joined #openstack-neutron | 12:26 | |
ihrachys | yamamoto: I think it's done by global release folks, if at all | 12:27 |
ihrachys | maybe infra indeed | 12:28 |
yamamoto | ihrachys: i see. thank you | 12:29 |
amuller | boden: I really don't mind :) armax is in charge of the schedule | 12:29 |
*** mfranc213_ has joined #openstack-neutron | 12:29 | |
*** achanda has joined #openstack-neutron | 12:30 | |
*** yamamoto has quit IRC | 12:31 | |
*** dukhlov has joined #openstack-neutron | 12:33 | |
*** svenkat has joined #openstack-neutron | 12:34 | |
*** itzikb has quit IRC | 12:34 | |
*** achanda has quit IRC | 12:36 | |
ihrachys | ajo: njohnston: fyi new client released | 12:40 |
ajo | yeah, I saw it, | 12:41 |
ajo | go fullstackgo | 12:41 |
*** thorst_ has joined #openstack-neutron | 12:42 | |
*** thorst_ has quit IRC | 12:42 | |
dasm | g'morning. | 12:44 |
dasm | HenryG: armax: I've read conversation and I agree with revert. | 12:45 |
*** rodrigods has quit IRC | 12:46 | |
dasm | still pity that it had to be revert. And didn't occur earlier on gate. | 12:46 |
dasm | what is strange to me. | 12:46 |
*** rodrigods has joined #openstack-neutron | 12:46 | |
jlibosva | amuller: https://review.openstack.org/#/c/305203/1 - let's wait for CI results | 12:46 |
amuller | jlibosva++ | 12:47 |
*** jckasper has joined #openstack-neutron | 12:48 | |
*** mmm_c_n has joined #openstack-neutron | 12:48 | |
*** slaweq has joined #openstack-neutron | 12:49 | |
*** bdemers has joined #openstack-neutron | 12:49 | |
*** jckasper has quit IRC | 12:50 | |
*** achanda has joined #openstack-neutron | 12:50 | |
*** jckasper has joined #openstack-neutron | 12:50 | |
*** dedery has quit IRC | 12:52 | |
*** achanda has quit IRC | 12:52 | |
*** dedery has joined #openstack-neutron | 12:52 | |
*** baoli has joined #openstack-neutron | 12:54 | |
*** davidsha has joined #openstack-neutron | 12:54 | |
*** jckasper has quit IRC | 12:54 | |
*** dslevin has joined #openstack-neutron | 12:55 | |
*** dslevin has quit IRC | 12:55 | |
HenryG | dasm: The fix is probably OK. But the tests need to be updated so they are stable. | 12:55 |
*** baoli_ has joined #openstack-neutron | 12:56 | |
*** mfranc213_ has quit IRC | 12:56 | |
*** dslevin has joined #openstack-neutron | 12:56 | |
*** dslevin has quit IRC | 12:57 | |
*** julim has joined #openstack-neutron | 12:57 | |
*** dslevin has joined #openstack-neutron | 12:58 | |
dasm | HenryG: :) at least I know that few hours of looking source of problem didn't occur as lost time. | 12:58 |
*** andymaier_ has joined #openstack-neutron | 12:58 | |
*** dslevin has quit IRC | 12:58 | |
*** baoli has quit IRC | 12:59 | |
dasm | and next time i will remember to add commit number which caused problems to commit message. | 12:59 |
*** dukhlov has quit IRC | 12:59 | |
*** andymaier_ has quit IRC | 12:59 | |
*** amotoki has joined #openstack-neutron | 12:59 | |
*** shashank_hegde has joined #openstack-neutron | 13:00 | |
*** dslevin has joined #openstack-neutron | 13:00 | |
*** andymaier has quit IRC | 13:00 | |
*** jckasper has joined #openstack-neutron | 13:00 | |
*** jpena|lunch is now known as jpena | 13:01 | |
*** andymaier has joined #openstack-neutron | 13:01 | |
*** dslevin has quit IRC | 13:01 | |
*** dslevin has joined #openstack-neutron | 13:02 | |
*** yamamoto has joined #openstack-neutron | 13:02 | |
*** dslevin has quit IRC | 13:02 | |
*** hoangcx has quit IRC | 13:02 | |
*** rossella_s has quit IRC | 13:03 | |
*** mkolesni_ has joined #openstack-neutron | 13:03 | |
*** rossella_s has joined #openstack-neutron | 13:03 | |
*** dslevin has joined #openstack-neutron | 13:04 | |
*** brad_behle has joined #openstack-neutron | 13:04 | |
*** dslevin has quit IRC | 13:04 | |
*** shashank_hegde has quit IRC | 13:05 | |
*** dslevin has joined #openstack-neutron | 13:06 | |
*** korzen has quit IRC | 13:06 | |
*** dslevin has quit IRC | 13:07 | |
*** jaypipes has quit IRC | 13:07 | |
*** amotoki has quit IRC | 13:07 | |
*** neelashah has joined #openstack-neutron | 13:08 | |
*** mwagner_lap has quit IRC | 13:09 | |
*** tiswanso has joined #openstack-neutron | 13:11 | |
*** baojg has joined #openstack-neutron | 13:12 | |
*** lajos-katona has joined #openstack-neutron | 13:12 | |
*** itzikb has joined #openstack-neutron | 13:14 | |
*** tiswanso has quit IRC | 13:19 | |
njohnston | ihrachys: Thanks! | 13:19 |
*** tiswanso has joined #openstack-neutron | 13:20 | |
*** busterswt has joined #openstack-neutron | 13:21 | |
*** neeti has quit IRC | 13:24 | |
*** baojg has quit IRC | 13:25 | |
*** ekuris has quit IRC | 13:26 | |
*** shausy has quit IRC | 13:30 | |
*** janzian has joined #openstack-neutron | 13:30 | |
*** rmart04 has joined #openstack-neutron | 13:32 | |
ajo | ihrachys, what's the diff between kernel-devel and kernel-headers ? | 13:35 |
ihrachys | ajo: headers is for userland, devel is for kmod | 13:35 |
ihrachys | I assume the latter includes the former | 13:36 |
ajo | hmm | 13:36 |
ajo | it does not seem to be the case | 13:36 |
*** dosaboy_ has joined #openstack-neutron | 13:36 | |
ihrachys | hm, ok. then I am wrong. | 13:36 |
ajo | ihrachys, but gcc / g++ already include kernel-headers | 13:36 |
ajo | so generally those are already installed | 13:36 |
*** lori_ has quit IRC | 13:36 | |
ihrachys | wait a sec, I will recheck the patch right now | 13:36 |
*** lezbar__ has joined #openstack-neutron | 13:36 | |
*** hwoarang_ has joined #openstack-neutron | 13:37 | |
jlibosva | amuller: I missed this little but apparently important "if statement": https://github.com/openstack/neutron/blob/master/neutron/agent/ovsdb/native/connection.py#L65 given that the process runs several tests and connection is class attribute, I think the self.run thread was called in the first test using native interface, right? :) | 13:37 |
ajo | ihrachys: kernel-headers is not required, because we have g++/gcc at that time so I guess I can just kill it | 13:37 |
amuller | jlibosva: I think so | 13:37 |
*** clduser_ has joined #openstack-neutron | 13:38 | |
*** haypo_ has joined #openstack-neutron | 13:38 | |
ihrachys | ajo: I +2 it | 13:38 |
ihrachys | ajo: no need for respin | 13:38 |
ajo | ihrachys, ack thanks | 13:38 |
*** diegows_ has joined #openstack-neutron | 13:38 | |
ihrachys | I now realize that relying on rpm deps is fragile in a way | 13:39 |
jlibosva | ihrachys: ajo can it happen that -headers contain different function header then actual kernel function definition? | 13:39 |
jlibosva | when running with mismatched versions | 13:39 |
ajo | jlibosva, I'm not sure, but generally the userland side is less problematic | 13:39 |
*** wolverineav has joined #openstack-neutron | 13:39 | |
ihrachys | jlibosva: it can happen. I think the assumption we need to make is that you run kernel that is the latest | 13:39 |
ajo | as syscalls end being compatible | 13:40 |
ajo | or at least I'd expect they're compatible most of the time | 13:40 |
*** EinstCrazy has joined #openstack-neutron | 13:40 | |
jlibosva | amuller: Jenkins is happy with https://review.openstack.org/305203 | 13:40 |
*** tonytan4ever has joined #openstack-neutron | 13:40 | |
amuller | ihrachys: ^ | 13:41 |
amuller | ihrachys: I suggest we approve that and see if the failure rate goes down | 13:41 |
*** p01nt3r75 has joined #openstack-neutron | 13:41 | |
*** andymaier_ has joined #openstack-neutron | 13:41 | |
jlibosva | amuller: you said you have some tool to check which tests fail in particular, right? | 13:41 |
ihrachys | amuller: so we are still looking at native? | 13:42 |
*** markmcclain1 has joined #openstack-neutron | 13:42 | |
amuller | ihrachys: Kuba is yeah | 13:42 |
amuller | ihrachys: he has a great lead | 13:42 |
jlibosva | ihrachys: you can't hear the screaming? | 13:42 |
*** jklare_ has joined #openstack-neutron | 13:43 | |
*** adjohn- has joined #openstack-neutron | 13:43 | |
*** dims_ has joined #openstack-neutron | 13:43 | |
*** andymaier has quit IRC | 13:43 | |
*** oanson has quit IRC | 13:43 | |
*** diegows has quit IRC | 13:43 | |
*** dosaboy has quit IRC | 13:43 | |
*** fzdarsky has quit IRC | 13:43 | |
*** dims has quit IRC | 13:43 | |
*** woodburn1 has quit IRC | 13:43 | |
*** ygbo has quit IRC | 13:43 | |
*** jklare has quit IRC | 13:43 | |
*** lezbar has quit IRC | 13:43 | |
*** sayalilunkad has quit IRC | 13:43 | |
*** hwoarang has quit IRC | 13:43 | |
*** haypo has quit IRC | 13:43 | |
*** akamyshnikova has quit IRC | 13:43 | |
*** dmellado has quit IRC | 13:43 | |
*** rbradfor has quit IRC | 13:43 | |
*** markmcclain has quit IRC | 13:43 | |
*** clduser has quit IRC | 13:43 | |
*** adjohn has quit IRC | 13:43 | |
*** adjohn- is now known as adjohn | 13:43 | |
*** dmellado_ has joined #openstack-neutron | 13:43 | |
*** markmcclain1 is now known as markmcclain | 13:43 | |
*** woodburn has joined #openstack-neutron | 13:43 | |
*** rbradfor has joined #openstack-neutron | 13:44 | |
*** wolverineav has quit IRC | 13:44 | |
*** nplanel has quit IRC | 13:44 | |
*** mgoddard_ has joined #openstack-neutron | 13:45 | |
openstackgerrit | Rossella Sblendido proposed openstack/neutron: How to support trunk ports with openvswitch https://review.openstack.org/273954 | 13:47 |
*** clickboom has joined #openstack-neutron | 13:48 | |
*** akshai has joined #openstack-neutron | 13:48 | |
*** mgoddard has quit IRC | 13:49 | |
*** fzdarsky has joined #openstack-neutron | 13:49 | |
*** akamyshnikova has joined #openstack-neutron | 13:49 | |
*** sayalilunkad has joined #openstack-neutron | 13:49 | |
*** BigWillie has joined #openstack-neutron | 13:49 | |
*** ygbo has joined #openstack-neutron | 13:49 | |
*** hdaniel has quit IRC | 13:50 | |
openstackgerrit | venkata anil proposed openstack/neutron: Avoid calling _get_subnet(s) multiple times in ipam driver https://review.openstack.org/281116 | 13:51 |
*** pradk has joined #openstack-neutron | 13:52 | |
*** gvrangan has quit IRC | 13:53 | |
*** rubasov has quit IRC | 13:55 | |
*** thorst_ has joined #openstack-neutron | 13:55 | |
*** rubasov has joined #openstack-neutron | 13:57 | |
*** minwang2 has joined #openstack-neutron | 13:58 | |
openstackgerrit | venkata anil proposed openstack/neutron: Optimize get_ports query by filtering on subnet https://review.openstack.org/302062 | 13:58 |
*** woodburn has quit IRC | 14:00 | |
*** mgoddard_ has quit IRC | 14:00 | |
*** haplo37 has joined #openstack-neutron | 14:00 | |
*** mgoddard has joined #openstack-neutron | 14:00 | |
*** iyamahat has joined #openstack-neutron | 14:00 | |
*** yamahata has joined #openstack-neutron | 14:01 | |
*** itsuugo has quit IRC | 14:02 | |
*** singhj has joined #openstack-neutron | 14:02 | |
*** jlibosva has quit IRC | 14:03 | |
*** ametts has joined #openstack-neutron | 14:03 | |
*** kriskend has joined #openstack-neutron | 14:04 | |
*** jlibosva has joined #openstack-neutron | 14:05 | |
*** minwang2 has quit IRC | 14:06 | |
*** minwang2 has joined #openstack-neutron | 14:06 | |
*** itsuugo has joined #openstack-neutron | 14:08 | |
*** ekuris has joined #openstack-neutron | 14:08 | |
*** clickboom has quit IRC | 14:09 | |
*** reedip__ has quit IRC | 14:09 | |
openstackgerrit | venkata anil proposed openstack/neutron: Fix prefix delegation deleting addresses for ports https://review.openstack.org/241227 | 14:09 |
*** mlavalle has joined #openstack-neutron | 14:10 | |
*** thorst_ has quit IRC | 14:10 | |
*** clickboom has joined #openstack-neutron | 14:11 | |
*** links has quit IRC | 14:13 | |
*** tmorin has quit IRC | 14:15 | |
*** jreeves_afk is now known as jreeves | 14:15 | |
*** EinstCrazy has quit IRC | 14:15 | |
*** EinstCrazy has joined #openstack-neutron | 14:16 | |
*** kbringard has joined #openstack-neutron | 14:16 | |
*** EkulTails has joined #openstack-neutron | 14:19 | |
*** EinstCrazy has quit IRC | 14:21 | |
rossella_s | rkukura, ping, hi! | 14:22 |
* ihrachys waves at rkukura too | 14:22 | |
*** anilvenkata has quit IRC | 14:23 | |
*** mosulica has quit IRC | 14:23 | |
ihrachys | we'd like to discuss whether ml2 topics you posted in the ideas etherpad fit into the session we lead. ping us when you are avail. | 14:23 |
*** singhj has quit IRC | 14:23 | |
*** jhershbe has quit IRC | 14:26 | |
*** minwang2 has quit IRC | 14:29 | |
*** Swami has joined #openstack-neutron | 14:31 | |
*** garyk has quit IRC | 14:31 | |
*** singhj has joined #openstack-neutron | 14:32 | |
*** minwang2 has joined #openstack-neutron | 14:32 | |
jschwarz | amuller, kevinbenton, can we please get https://review.openstack.org/#/c/257059/ out the door? it needs some core love :) | 14:32 |
*** clickboom has quit IRC | 14:33 | |
*** lajos-katona has quit IRC | 14:33 | |
*** elo has quit IRC | 14:34 | |
*** johnsom_ has quit IRC | 14:35 | |
*** claudiub|2 has quit IRC | 14:35 | |
*** elo has joined #openstack-neutron | 14:35 | |
*** jprovazn has joined #openstack-neutron | 14:35 | |
*** johnsom has joined #openstack-neutron | 14:35 | |
*** neelashah1 has joined #openstack-neutron | 14:36 | |
*** neelashah has quit IRC | 14:37 | |
*** thorst_ has joined #openstack-neutron | 14:37 | |
*** ekuris has quit IRC | 14:37 | |
*** thorst_ has quit IRC | 14:38 | |
*** ygbo has quit IRC | 14:38 | |
*** rbradfor has quit IRC | 14:38 | |
*** dims_ has quit IRC | 14:38 | |
*** rossella_s has quit IRC | 14:38 | |
*** sridharg has quit IRC | 14:39 | |
*** dims has joined #openstack-neutron | 14:41 | |
*** crose has joined #openstack-neutron | 14:41 | |
*** jlibosva has quit IRC | 14:41 | |
*** jlibosva has joined #openstack-neutron | 14:42 | |
*** rbradfor has joined #openstack-neutron | 14:43 | |
*** yarkot_ has joined #openstack-neutron | 14:45 | |
*** toddnni has quit IRC | 14:48 | |
*** akshai has quit IRC | 14:49 | |
*** Swami_ has joined #openstack-neutron | 14:49 | |
*** ygbo has joined #openstack-neutron | 14:50 | |
*** rossella_s has joined #openstack-neutron | 14:50 | |
*** akshai has joined #openstack-neutron | 14:50 | |
*** lajos-katona has joined #openstack-neutron | 14:51 | |
*** clickboom has joined #openstack-neutron | 14:52 | |
*** Swami has quit IRC | 14:52 | |
*** rmart04 has quit IRC | 14:52 | |
*** fedexo has joined #openstack-neutron | 14:53 | |
*** andymaier_ has quit IRC | 14:55 | |
*** mdih has quit IRC | 14:55 | |
*** tiswanso has quit IRC | 14:55 | |
*** toddnni has joined #openstack-neutron | 14:55 | |
*** rubasov has quit IRC | 14:55 | |
*** asingh has joined #openstack-neutron | 14:56 | |
*** BigWillie has quit IRC | 14:57 | |
*** kbringard has quit IRC | 14:57 | |
*** kbringard has joined #openstack-neutron | 14:58 | |
*** mgoddard_ has joined #openstack-neutron | 14:58 | |
*** mgoddard has quit IRC | 14:58 | |
*** singhj has quit IRC | 14:58 | |
*** korzen has joined #openstack-neutron | 14:59 | |
*** ivase_ has joined #openstack-neutron | 14:59 | |
*** netsin has quit IRC | 15:00 | |
*** BigWillie has joined #openstack-neutron | 15:00 | |
*** mkolesni_ is now known as mkolesni | 15:00 | |
*** rickyrem1 has joined #openstack-neutron | 15:01 | |
*** crose has quit IRC | 15:01 | |
*** dougs has joined #openstack-neutron | 15:02 | |
*** haukebruno has quit IRC | 15:04 | |
*** vthapar has joined #openstack-neutron | 15:04 | |
*** mgoddard__ has joined #openstack-neutron | 15:05 | |
*** javeriak_ has joined #openstack-neutron | 15:05 | |
*** dougs1 has quit IRC | 15:05 | |
*** maishsk has quit IRC | 15:06 | |
*** jaypipes has joined #openstack-neutron | 15:06 | |
*** alex_xu has quit IRC | 15:07 | |
*** javeriak has quit IRC | 15:07 | |
*** mgoddard_ has quit IRC | 15:08 | |
*** gvrangan has joined #openstack-neutron | 15:08 | |
*** doug-fish has joined #openstack-neutron | 15:10 | |
*** jschwarz has quit IRC | 15:10 | |
*** alex_xu has joined #openstack-neutron | 15:11 | |
*** kobis has quit IRC | 15:13 | |
*** banix has joined #openstack-neutron | 15:13 | |
*** singhj has joined #openstack-neutron | 15:14 | |
*** nmagnezi has quit IRC | 15:15 | |
*** eilert has joined #openstack-neutron | 15:15 | |
*** clickboom has quit IRC | 15:16 | |
*** fedexo has quit IRC | 15:16 | |
*** armax has joined #openstack-neutron | 15:17 | |
*** nmagnezi has joined #openstack-neutron | 15:18 | |
*** wwriverrat has joined #openstack-neutron | 15:19 | |
sayalilunkad | rossella_s: ihrachys what do you think about jlibosva comment here https://review.openstack.org/#/c/284738/24/neutron/objects/port/extensions/securitygroups.py | 15:19 |
*** ivase_ is now known as ivase | 15:20 | |
*** vishwanathj__ is now known as vishwanathj | 15:21 | |
*** john-davidge has joined #openstack-neutron | 15:21 | |
*** boden has quit IRC | 15:22 | |
*** lajos-katona has quit IRC | 15:22 | |
*** armax has quit IRC | 15:22 | |
*** clickboom has joined #openstack-neutron | 15:22 | |
rossella_s | sayalilunkad, sorry my comment was probably not clear, I was too lazy to write some pseudocode | 15:23 |
*** clickboom has quit IRC | 15:23 | |
ihrachys | sayalilunkad: he is right, we should move it to create()/update()/... | 15:23 |
*** john-davidge_ has joined #openstack-neutron | 15:24 | |
*** vhosakot has joined #openstack-neutron | 15:24 | |
sayalilunkad | rossella_s: ihrachys alright | 15:24 |
sayalilunkad | thanks | 15:24 |
*** scheuran has quit IRC | 15:24 | |
*** john-davidge has quit IRC | 15:25 | |
*** john-davidge_ is now known as john-davidge | 15:25 | |
*** akshai has quit IRC | 15:26 | |
*** clickboom has joined #openstack-neutron | 15:26 | |
rossella_s | ihrachys, sayalilunkad I'd like to see if we are all at the same page. So that field "is_default" implies that we add an entry in a different table, DefaultSecurityGroup...suggestion is to take care of in create/update methos | 15:27 |
rossella_s | *method | 15:27 |
blogan | carl_baldwin: ping | 15:27 |
*** singhj has quit IRC | 15:27 | |
rossella_s | ihrachys, sayalilunkad, jlibosva do we all agree? | 15:27 |
sayalilunkad | rossella_s: yes | 15:27 |
carl_baldwin | blogan: pong | 15:28 |
*** Guest12699 has quit IRC | 15:28 | |
jlibosva | rossella_s: yep but we should add the entry where we operate with database | 15:28 |
blogan | carl_baldwin: whats your opinion on bug 1569921 | 15:28 |
openstack | bug 1569921 in neutron "l3 agent terminates on start if the server is not running" [Undecided,New] https://launchpad.net/bugs/1569921 | 15:28 |
blogan | carl_baldwin: of course testing it out in devstack i see that its not terminating | 15:29 |
carl_baldwin | blogan: looking... | 15:29 |
*** achanda has joined #openstack-neutron | 15:29 | |
*** armax has joined #openstack-neutron | 15:30 | |
rossella_s | jlibosva, ihrachys sayalilunkad it's a tricky one...modify_fields_to_db is called by update/Create...and that field doesn't belong to the object table. tbh I'd create the entry in modify_fields_to_db as sayalilunkad did but using objects instead of direct all to session | 15:30 |
*** haplo37 has quit IRC | 15:30 | |
*** sleviim1 has joined #openstack-neutron | 15:31 | |
blogan | carl_baldwin: nvm it does timeout | 15:31 |
*** jlanoux has quit IRC | 15:32 | |
*** sleviim has quit IRC | 15:33 | |
carl_baldwin | blogan: I've asked for a little bit more detail about the failure mode. If you're actively trying it out, maybe you can provide it. | 15:33 |
*** vhosakot has quit IRC | 15:33 | |
blogan | carl_baldwin: sure, ill copy and paste the stack trace | 15:33 |
carl_baldwin | Thanks. | 15:34 |
jlibosva | rossella_s: when we create default security group, do we actually create two entries? One in security_groups table and one in default_security_groups table? | 15:36 |
ihrachys | rossella_s: I will need time to get back to it | 15:36 |
*** dedery_ has joined #openstack-neutron | 15:36 | |
jlibosva | rossella_s: i'd rather reflect this in create/update methods | 15:36 |
electrocucaracha | jlibosva: ping | 15:37 |
*** dane_leblanc_ has joined #openstack-neutron | 15:37 | |
rossella_s | jlibosva, yes we do create 2 entries | 15:37 |
*** haypo_ is now known as haypo | 15:37 | |
*** rtheis_ has joined #openstack-neutron | 15:37 | |
jlibosva | rossella_s: I get modify_() just for handling fields | 15:37 |
electrocucaracha | jlibosva: I was checking the changes on https://review.openstack.org/#/c/284738/21..24/neutron/objects/port/extensions/securitygroups.py | 15:37 |
*** johnsom_ has joined #openstack-neutron | 15:37 | |
*** josecastroleon1 has joined #openstack-neutron | 15:37 | |
rossella_s | jlibosva, see https://github.com/openstack/neutron/blob/master/neutron/db/securitygroups_db.py#L164 | 15:37 |
*** baoli has joined #openstack-neutron | 15:37 | |
electrocucaracha | jlibosva: and the line 70 you didn't add the foreign_keys | 15:37 |
jlibosva | rossella_s: so I think we should call db_api.create with security_group model and if is_default with DefaultSecurityGroup model | 15:37 |
*** Marga__ has joined #openstack-neutron | 15:37 | |
rossella_s | jlibosva, right, I guess the discussion was where to call them :) | 15:38 |
*** tidwellr has joined #openstack-neutron | 15:38 | |
jlibosva | rossella_s: yes | 15:38 |
jlibosva | electrocucaracha: looking | 15:38 |
*** fitoduarte has joined #openstack-neutron | 15:38 | |
*** yarkot_ has quit IRC | 15:38 | |
rossella_s | electrocucaracha, I've seen similar comments from you already, it's not how we use foreign_keys | 15:38 |
*** openstack has joined #openstack-neutron | 16:11 | |
*** mhickey has quit IRC | 16:11 | |
*** ygbo has quit IRC | 16:12 | |
*** akshai has joined #openstack-neutron | 16:14 | |
davidsha | armax: Hey, sorry to bother you, The Neutron design summit timetable has been set correct? | 16:14 |
*** EkulTails1 has quit IRC | 16:16 | |
*** ChrisBenson has joined #openstack-neutron | 16:17 | |
boden | davidsha -- did you see: https://www.openstack.org/summit/austin-2016/summit-schedule/global-search?t=Neutron%3A | 16:17 |
*** p01nt3r75 has quit IRC | 16:18 | |
boden | davidsha as per: http://lists.openstack.org/pipermail/openstack-dev/2016-April/092049.html | 16:19 |
*** josecastroleon has joined #openstack-neutron | 16:19 | |
davidsha | boden: Thats the one, thanks! | 16:19 |
*** svenkat has quit IRC | 16:19 | |
*** Shahid_ has joined #openstack-neutron | 16:21 | |
*** ijw has joined #openstack-neutron | 16:22 | |
*** hoangcx has joined #openstack-neutron | 16:23 | |
*** mkolesni has quit IRC | 16:24 | |
*** devvesa has quit IRC | 16:24 | |
*** tbachman has quit IRC | 16:25 | |
*** davidsha has quit IRC | 16:26 | |
*** jamie_h has quit IRC | 16:26 | |
*** matrohon has quit IRC | 16:28 | |
*** wolverineav has joined #openstack-neutron | 16:29 | |
*** mmm_c_n has quit IRC | 16:29 | |
*** moshele has quit IRC | 16:30 | |
*** ankur-gu_ has joined #openstack-neutron | 16:30 | |
*** oshvartz has quit IRC | 16:30 | |
*** dedery_ has quit IRC | 16:31 | |
ihrachys | rkukura: do we have proposals somewhere on the internet? | 16:32 |
*** jistr has quit IRC | 16:32 | |
*** _cjones_ has joined #openstack-neutron | 16:33 | |
*** _cjones_ has quit IRC | 16:33 | |
rkukura | ihrachys: I’ll have to check - its been discussed various times, and I think one proposal was started, but work would be needed to develop a spec | 16:33 |
*** vhoward has joined #openstack-neutron | 16:34 | |
*** xiaohhui has joined #openstack-neutron | 16:35 | |
ihrachys | rkukura: anything. emails f.e. | 16:35 |
*** thorst_ has joined #openstack-neutron | 16:35 | |
*** lezbar__ has quit IRC | 16:36 | |
ihrachys | rossella_s: I just scrolled thru the discussion. are we clear on object issue? | 16:36 |
ihrachys | rossella_s: seems like yes, but better check | 16:36 |
*** lezbar has joined #openstack-neutron | 16:36 | |
openstackgerrit | Dmitriy Ukhlov proposed openstack/neutron: Remove threading before process forking https://review.openstack.org/276842 | 16:37 |
*** lezbar has quit IRC | 16:38 | |
rossella_s | ihrachys, thanks for getting back, we were clear, unless you have something against the solution | 16:38 |
*** ociuhandu has quit IRC | 16:38 | |
*** lezbar has joined #openstack-neutron | 16:38 | |
*** shashank_hegde has joined #openstack-neutron | 16:39 | |
rossella_s | ihrachys, the idea is to override update and create to take care of the "is_default" field, that needs to be stored in another table | 16:39 |
*** rcernin has quit IRC | 16:39 | |
*** amuller is now known as amuller_afk | 16:40 | |
*** slaweq_ has joined #openstack-neutron | 16:40 | |
*** ygbo has joined #openstack-neutron | 16:41 | |
*** javeriak_ has quit IRC | 16:41 | |
ihrachys | rossella_s: right. cool. | 16:42 |
ihrachys | rossella_s: btw that is something that was raised before in context of https://github.com/openstack/neutron/blob/master/neutron/objects/qos/policy.py#L140 | 16:42 |
*** korzen has quit IRC | 16:42 | |
ihrachys | if that would be implemented, we would just register the hook for handling is_default there, and not override the whole create() | 16:42 |
*** jschwarz has joined #openstack-neutron | 16:42 | |
ihrachys | but that's something that will take time to happen I guess. | 16:42 |
rossella_s | ihrachys, yep | 16:44 |
*** thorst_ has quit IRC | 16:44 | |
*** vikram_ has quit IRC | 16:45 | |
*** EkulTails has joined #openstack-neutron | 16:45 | |
*** kawa2014 has quit IRC | 16:45 | |
*** mickeys has joined #openstack-neutron | 16:45 | |
*** imcsk8 is now known as imcsk8|lunch | 16:47 | |
*** tbachman has joined #openstack-neutron | 16:48 | |
*** josecastroleon has quit IRC | 16:49 | |
*** EkulTails has quit IRC | 16:49 | |
*** josecastroleon has joined #openstack-neutron | 16:51 | |
*** sc68cal_ is now known as sc68cal | 16:51 | |
*** madhu_ak has joined #openstack-neutron | 16:52 | |
*** neelashah has quit IRC | 16:53 | |
*** Swami_ has quit IRC | 16:53 | |
*** salv-orl_ has quit IRC | 16:54 | |
*** neelashah has joined #openstack-neutron | 16:54 | |
*** EkulTails has joined #openstack-neutron | 16:54 | |
*** kevo has quit IRC | 16:54 | |
*** amotoki has quit IRC | 16:54 | |
*** salv-orlando has joined #openstack-neutron | 16:55 | |
*** vhoward has quit IRC | 16:55 | |
*** SteffanW has joined #openstack-neutron | 16:57 | |
*** achanda has joined #openstack-neutron | 16:57 | |
*** Sukhdev has quit IRC | 16:58 | |
*** thingee has joined #openstack-neutron | 16:58 | |
*** thingee has left #openstack-neutron | 16:59 | |
*** salv-orlando has quit IRC | 16:59 | |
*** ihrachys has quit IRC | 16:59 | |
*** sleviim has joined #openstack-neutron | 17:00 | |
*** sleviim has quit IRC | 17:01 | |
*** clickboom has joined #openstack-neutron | 17:02 | |
*** rossella_s has quit IRC | 17:03 | |
*** lori has joined #openstack-neutron | 17:03 | |
*** javeriak has joined #openstack-neutron | 17:03 | |
*** rossella_s has joined #openstack-neutron | 17:03 | |
*** Marga__ has quit IRC | 17:04 | |
*** salv-orlando has joined #openstack-neutron | 17:05 | |
HenryG | jlibosva: what is the latest on the functional job timeouts? | 17:06 |
jlibosva | HenryG: I sent a patch to skip l2 ovs agent tests with native interface for now | 17:06 |
openstackgerrit | Merged openstack/neutron: Skip l2_ovs_agent functional tests https://review.openstack.org/305203 | 17:06 |
*** itisha has joined #openstack-neutron | 17:06 | |
jlibosva | HenryG: ^^ :D | 17:06 |
HenryG | lol | 17:06 |
*** javeriak_ has joined #openstack-neutron | 17:06 | |
jlibosva | HenryG: now I'm gonna send patch, that enables it and I will work with rechecks | 17:07 |
*** mgoddard has joined #openstack-neutron | 17:07 | |
*** mgoddard__ has quit IRC | 17:07 | |
HenryG | jlibosva: How certain are you that the problem is in those tests? | 17:07 |
*** wolverineav has quit IRC | 17:07 | |
jlibosva | HenryG: I'm still looking at why we don't process commands in the run thread that executes the commands | 17:07 |
jlibosva | HenryG: I think we saw only those failing, don't we? | 17:08 |
jlibosva | HenryG: maybe there will be others failing, dunno | 17:08 |
jlibosva | HenryG: we just try to not block on gate due to this issue | 17:08 |
jlibosva | HenryG: and it can be reproduce with 2-4 rechecks | 17:09 |
jlibosva | HenryG: so we still can work on that by adding more and more debug messages | 17:09 |
HenryG | jlibosva: ok | 17:09 |
tidwellr | carl_baldwin kevinbenton: https://review.openstack.org/#/c/303603/ | 17:09 |
*** ramishra_ has quit IRC | 17:09 | |
*** ygbo has quit IRC | 17:09 | |
jlibosva | anyway, if anybody has any idea, I'm one big ear :) | 17:09 |
*** Swami has joined #openstack-neutron | 17:09 | |
*** ankur-gu_ has quit IRC | 17:09 | |
*** javeriak has quit IRC | 17:10 | |
*** tidwellr has left #openstack-neutron | 17:10 | |
*** imcsk8|lunch is now known as imcsk8 | 17:10 | |
HenryG | jlibosva: Now I would like to have amuller_afk's logging patches get merged. | 17:11 |
jlibosva | HenryG: have you seen my ML thread about post-processing? I was thinking about something more robust | 17:12 |
jlibosva | long-term | 17:12 |
HenryG | jlibosva: I saw it but didn't read :D | 17:12 |
jlibosva | :) | 17:13 |
*** yfried has joined #openstack-neutron | 17:13 | |
*** Shahid_ has quit IRC | 17:13 | |
*** abregman has quit IRC | 17:14 | |
HenryG | jlibosva: actually I read your original post, but not the replies | 17:14 |
*** p01nt3r75 has joined #openstack-neutron | 17:15 | |
*** jreeves is now known as jreeves_afk | 17:15 | |
jlibosva | HenryG: you read that right now, don't you :D | 17:15 |
openstackgerrit | Merged openstack/neutron: Add an option for WSGI pool size https://review.openstack.org/278007 | 17:16 |
*** neiljerram has quit IRC | 17:16 | |
HenryG | jlibosva: You'll never believe me but I did read it before! | 17:17 |
HenryG | jlibosva: I am reading the responses now | 17:17 |
*** javeriak_ has quit IRC | 17:17 | |
*** singhj has quit IRC | 17:18 | |
*** Marga_ has joined #openstack-neutron | 17:19 | |
*** Shahid_ has joined #openstack-neutron | 17:20 | |
*** josecastroleon has quit IRC | 17:20 | |
*** shashank_hegde has quit IRC | 17:21 | |
*** anshul has joined #openstack-neutron | 17:21 | |
HenryG | jlibosva: right, so we still need amuller_afk's log patches, ending in https://review.openstack.org/303594 | 17:22 |
*** fitoduarte has quit IRC | 17:22 | |
jlibosva | HenryG: yeah, sure | 17:22 |
*** achanda_ has joined #openstack-neutron | 17:22 | |
*** minwang2 has quit IRC | 17:23 | |
*** ijw has quit IRC | 17:23 | |
*** Leo_ has quit IRC | 17:23 | |
*** achanda_ has quit IRC | 17:23 | |
*** p01nt3r75 has quit IRC | 17:25 | |
*** ankur-gu_ has joined #openstack-neutron | 17:25 | |
*** Aish has joined #openstack-neutron | 17:25 | |
*** neelashah has quit IRC | 17:25 | |
*** achanda has quit IRC | 17:27 | |
*** sridhar_ram has joined #openstack-neutron | 17:27 | |
*** ijw has joined #openstack-neutron | 17:28 | |
*** slaweq_ has quit IRC | 17:28 | |
*** Marga_ has quit IRC | 17:29 | |
*** jyeung has joined #openstack-neutron | 17:29 | |
jyeung | hi, i asked this question over on the ansible channel and figured i would ask this over here too.. | 17:30 |
jyeung | has anyone debugged 'LinuxBridgeNeutronAgentRPC' object has no attribute 'state_rpc' with the linux bridge agent? | 17:30 |
jyeung | thanks | 17:30 |
*** javeriak has joined #openstack-neutron | 17:31 | |
*** nyechiel_ has joined #openstack-neutron | 17:31 | |
*** tidwellr has joined #openstack-neutron | 17:32 | |
*** nyechiel has quit IRC | 17:32 | |
*** doug-fis_ has quit IRC | 17:32 | |
*** ChrisBenson has quit IRC | 17:32 | |
*** ChrisBenson has joined #openstack-neutron | 17:32 | |
*** Aish has quit IRC | 17:34 | |
*** ijw has quit IRC | 17:35 | |
*** moshele has joined #openstack-neutron | 17:36 | |
*** jhershbe has joined #openstack-neutron | 17:37 | |
*** korzen has joined #openstack-neutron | 17:38 | |
*** doug-fish has joined #openstack-neutron | 17:40 | |
*** ChrisBenson has quit IRC | 17:41 | |
*** ChrisBenson has joined #openstack-neutron | 17:42 | |
*** davideagnello has joined #openstack-neutron | 17:43 | |
*** shashank_hegde has joined #openstack-neutron | 17:44 | |
*** javeriak_ has joined #openstack-neutron | 17:45 | |
*** wolverineav has joined #openstack-neutron | 17:45 | |
*** Aish has joined #openstack-neutron | 17:45 | |
*** ankur-gu_ has quit IRC | 17:45 | |
*** EkulTails has quit IRC | 17:46 | |
boden | I must be missing something... I thought the neutron-lib meeting was supposed to start 15 min ago, but not a peep on openstack-meeting-4 | 17:46 |
*** javeriak has quit IRC | 17:46 | |
*** jreeves_afk is now known as jreeves | 17:47 | |
*** dedery has joined #openstack-neutron | 17:47 | |
*** EkulTails has joined #openstack-neutron | 17:47 | |
*** shivrao has joined #openstack-neutron | 17:47 | |
*** minwang2 has joined #openstack-neutron | 17:47 | |
*** slaweq_ has joined #openstack-neutron | 17:47 | |
jlibosva | amuller_afk: do you know if we log cleanups in functional tests? | 17:50 |
*** rickyrem1 has joined #openstack-neutron | 17:53 | |
*** sambetts is now known as sambetts|afk | 17:53 | |
*** Marga_ has joined #openstack-neutron | 17:54 | |
*** tiswanso has joined #openstack-neutron | 17:56 | |
*** s3wong has joined #openstack-neutron | 17:57 | |
*** amuller_afk is now known as amuller | 17:57 | |
amuller | jlibosva: how do you mean? | 17:58 |
jlibosva | amuller: if I call addCleanup(function_that_produces_logs), will I see them in log from the test | 17:59 |
amuller | jlibosva: yeah we log cleanups 100% | 17:59 |
jlibosva | amuller: ok, second question, why does exclusive_resources as the only test in functional suite uses DietTestCase? | 17:59 |
*** woodburn has joined #openstack-neutron | 18:00 | |
jlibosva | I write like retard | 18:00 |
amuller | jlibosva: well I have a patch that changes that so that it produces logs | 18:00 |
amuller | jlibosva: but the reason I made those inherit from DietTestCase is that aside from logging they don't need anything from the functional base classes | 18:00 |
jlibosva | amuller: I'm going through tons of logs and the last time ovsdb produces log from that thread it makes is from exclusive_resources test | 18:01 |
amuller | jlibosva: there's a lot of tests under the functional tests dir that don't inherit from the functional tests base class | 18:01 |
jlibosva | amuller: I'm not blaming it, just sayin' :) | 18:01 |
amuller | jlibosva: that's interesting | 18:01 |
jlibosva | amuller: I was thinking more like DietTestCase does some cleanup that breaks connection to ovsdb | 18:01 |
jlibosva | looking at it now | 18:02 |
*** ildikov has quit IRC | 18:02 | |
amuller | jlibosva: why would ovsdb do anything during those tests | 18:02 |
amuller | jlibosva: they don't invoke ovs | 18:02 |
amuller | jlibosva: and also root_helper wouldn't be used | 18:02 |
jlibosva | amuller: it makes sense that it produces logs there, let me explain | 18:02 |
jlibosva | amuller: we run some ovsdb native interface tests before exclusive_resources and ovsdb connection is a class attribute | 18:03 |
*** nyechiel_ has quit IRC | 18:03 | |
jlibosva | amuller: this Connection object, when started for the first time spawns a thread, run() method that runs in the loop | 18:03 |
jlibosva | amuller: the test don't cleanup this connection so connection to ovsdb remains open as it's still the same python process | 18:04 |
*** armax has quit IRC | 18:04 | |
jlibosva | amuller: hence we will still get logs from the other thread that runs in a loop | 18:04 |
jlibosva | amuller: even if we don't use ovs at all | 18:04 |
jlibosva | amuller: maybe we should close the connection as part of cleanup in tests using ovsdb native interface | 18:05 |
*** korzen has quit IRC | 18:05 | |
jlibosva | otherwiseguy: ^^ | 18:05 |
*** ijw has joined #openstack-neutron | 18:06 | |
*** Leo_ has joined #openstack-neutron | 18:07 | |
*** wolverineav has quit IRC | 18:09 | |
amuller | jlibosva: That would provide better isolation and lengthen each such test by a good 10 seconds | 18:09 |
amuller | jlibosva: takes a while to open the connection | 18:09 |
*** vhosakot has quit IRC | 18:09 | |
*** wolverineav has joined #openstack-neutron | 18:09 | |
amuller | jlibosva: I bet you're curious what exactly is happening though still :) | 18:09 |
*** vhosakot has joined #openstack-neutron | 18:10 | |
openstackgerrit | venkata anil proposed openstack/neutron: Avoid calling _get_subnet(s) multiple times in ipam driver https://review.openstack.org/281116 | 18:10 |
*** absubram has joined #openstack-neutron | 18:10 | |
*** shivrao has quit IRC | 18:10 | |
*** maishsk has joined #openstack-neutron | 18:11 | |
maishsk | Good evening to all those knowledgeable in the ways of Neutron | 18:12 |
maishsk | I was wondering if someone could give me hand regarding assigning a VIP between two instances | 18:13 |
maishsk | Any takers? | 18:13 |
*** barajasfab has joined #openstack-neutron | 18:16 | |
*** Shahid_ has quit IRC | 18:18 | |
*** Shahid_ has joined #openstack-neutron | 18:19 | |
*** jprovazn has quit IRC | 18:19 | |
jlibosva | amuller: also one more important thing - we stop seeing the logs from processing thread at the very same second when ovsdb produces jsonrpc|WARN|tcp:127.0.0.1:35261: receive error: Connection reset by peer | 18:20 |
amuller | jlibosva: ok it seems like you really narrowed it down | 18:20 |
amuller | jlibosva: I guess the question is what actions could trigger ovs to spit that message out | 18:20 |
amuller | jlibosva: could it be a configuration change as a result of cleaning up a test? | 18:21 |
*** vhosakot has quit IRC | 18:23 | |
*** tbachman_ has joined #openstack-neutron | 18:26 | |
*** tbachman has quit IRC | 18:26 | |
*** tbachman_ is now known as tbachman | 18:26 | |
*** svenkat has joined #openstack-neutron | 18:27 | |
*** baoli_ has joined #openstack-neutron | 18:27 | |
*** ijw has quit IRC | 18:27 | |
*** Shahid_ has quit IRC | 18:28 | |
*** baoli__ has joined #openstack-neutron | 18:29 | |
*** baoli has quit IRC | 18:29 | |
*** tbachman has quit IRC | 18:31 | |
*** ijw has joined #openstack-neutron | 18:31 | |
*** tbachman has joined #openstack-neutron | 18:32 | |
*** jhershbe has quit IRC | 18:32 | |
*** baoli_ has quit IRC | 18:32 | |
haleyb | HenryG: can i ask you a question about neutron-lib, or is that dougwigs' territory? | 18:33 |
otherwiseguy | jlibosva: catching up | 18:34 |
*** singhj has joined #openstack-neutron | 18:35 | |
*** minwang2_ has joined #openstack-neutron | 18:36 | |
*** mickeys_ has joined #openstack-neutron | 18:36 | |
*** johnsom_ has joined #openstack-neutron | 18:36 | |
*** tonytan_brb has joined #openstack-neutron | 18:36 | |
*** absubram_ has joined #openstack-neutron | 18:36 | |
*** rtheis has joined #openstack-neutron | 18:37 | |
*** absubram has quit IRC | 18:37 | |
*** absubram_ is now known as absubram | 18:37 | |
*** ranjithd has quit IRC | 18:37 | |
*** john-davidge_ has joined #openstack-neutron | 18:37 | |
*** iyamahat_ has joined #openstack-neutron | 18:38 | |
*** john-davidge has quit IRC | 18:38 | |
*** john-davidge_ is now known as john-davidge | 18:38 | |
*** hogepodge has quit IRC | 18:38 | |
*** rha has quit IRC | 18:38 | |
jlibosva | otherwiseguy: the latest breaking news are that the run() that runs in a thread stops running and we can see in ovsdb log: tcp:127.0.0.1:35261: receive error: Connection reset by peer | 18:38 |
jlibosva | tcp:127.0.0.1:35261: connection dropped (Connection reset by peer) | 18:38 |
*** minwang2 has quit IRC | 18:38 | |
*** adjohn has quit IRC | 18:38 | |
*** minwang2_ is now known as minwang2 | 18:38 | |
*** cgoncalves has quit IRC | 18:38 | |
*** marios has quit IRC | 18:38 | |
*** lucas-brno has quit IRC | 18:38 | |
*** yfried_ has joined #openstack-neutron | 18:39 | |
*** yfried has quit IRC | 18:39 | |
*** mickeys has quit IRC | 18:39 | |
*** johnsom has quit IRC | 18:39 | |
*** iyamahat has quit IRC | 18:39 | |
*** tonytan4ever has quit IRC | 18:39 | |
*** bapalm has quit IRC | 18:39 | |
*** todin has quit IRC | 18:39 | |
*** afazekas has quit IRC | 18:39 | |
*** cvstealth has quit IRC | 18:39 | |
*** hockeynut has quit IRC | 18:39 | |
*** hlkv6 has quit IRC | 18:39 | |
*** yamamoto has quit IRC | 18:39 | |
*** rossella_s has quit IRC | 18:39 | |
*** vinc has quit IRC | 18:39 | |
*** rtheis_ has quit IRC | 18:39 | |
*** openstackgerrit has quit IRC | 18:39 | |
*** pcarver has quit IRC | 18:39 | |
*** sshen has quit IRC | 18:39 | |
*** beagles has quit IRC | 18:39 | |
*** palexster has quit IRC | 18:40 | |
jlibosva | otherwiseguy: hm, so I still see the loop running after that error message. I'll need to sort the logs again | 18:40 |
*** marios has joined #openstack-neutron | 18:40 | |
*** jlibosva has quit IRC | 18:40 | |
*** cgoncalves has joined #openstack-neutron | 18:40 | |
*** SteffanW has quit IRC | 18:40 | |
*** sshen has joined #openstack-neutron | 18:41 | |
*** cvstealth has joined #openstack-neutron | 18:41 | |
*** todin has joined #openstack-neutron | 18:41 | |
*** pcarver has joined #openstack-neutron | 18:41 | |
*** ranjithd has joined #openstack-neutron | 18:41 | |
*** jryburn has quit IRC | 18:41 | |
*** abhiraut has joined #openstack-neutron | 18:42 | |
*** doug-fish has quit IRC | 18:42 | |
*** doug-fish has joined #openstack-neutron | 18:43 | |
*** salv-orlando has quit IRC | 18:43 | |
*** jschwarz has quit IRC | 18:43 | |
*** doug-fis_ has joined #openstack-neutron | 18:44 | |
*** bapalm has joined #openstack-neutron | 18:44 | |
*** afazekas has joined #openstack-neutron | 18:44 | |
*** b3nt_pin has joined #openstack-neutron | 18:44 | |
*** adjohn has joined #openstack-neutron | 18:44 | |
*** b3nt_pin is now known as Guest47158 | 18:44 | |
*** hockeynut has joined #openstack-neutron | 18:44 | |
*** abhiraut has quit IRC | 18:45 | |
*** Guest47158 is now known as beagles | 18:45 | |
*** rha has joined #openstack-neutron | 18:45 | |
*** rha has quit IRC | 18:45 | |
*** rha has joined #openstack-neutron | 18:45 | |
*** vhosakot has joined #openstack-neutron | 18:46 | |
*** tonytan_brb has quit IRC | 18:46 | |
*** hlkv6 has joined #openstack-neutron | 18:47 | |
*** haukebruno has quit IRC | 18:47 | |
*** abhiraut has joined #openstack-neutron | 18:47 | |
*** doug-fish has quit IRC | 18:47 | |
*** lucasagomes has joined #openstack-neutron | 18:48 | |
*** tonytan4ever has joined #openstack-neutron | 18:48 | |
*** ParsectiX has joined #openstack-neutron | 18:49 | |
*** ParsectiX has quit IRC | 18:49 | |
*** armax has joined #openstack-neutron | 18:50 | |
*** ParsectiX has joined #openstack-neutron | 18:50 | |
*** palexster has joined #openstack-neutron | 18:50 | |
*** rossella_s has joined #openstack-neutron | 18:51 | |
*** vinc has joined #openstack-neutron | 18:53 | |
*** moshele has quit IRC | 18:55 | |
*** amotoki has joined #openstack-neutron | 18:55 | |
*** openstackgerrit has joined #openstack-neutron | 18:56 | |
*** thorst_ has joined #openstack-neutron | 18:56 | |
*** fitoduarte has joined #openstack-neutron | 18:58 | |
*** dr_gogeta86 has joined #openstack-neutron | 18:58 | |
*** amotoki has quit IRC | 19:00 | |
*** neelashah has joined #openstack-neutron | 19:01 | |
*** thorst_ has quit IRC | 19:01 | |
*** eddima has joined #openstack-neutron | 19:04 | |
*** vhoward has joined #openstack-neutron | 19:05 | |
*** mvk_ has quit IRC | 19:07 | |
*** Sukhdev has joined #openstack-neutron | 19:10 | |
*** dslevin has joined #openstack-neutron | 19:11 | |
*** jryburn has joined #openstack-neutron | 19:11 | |
*** dslevin has quit IRC | 19:11 | |
*** dslevin has joined #openstack-neutron | 19:13 | |
*** ivc_ has quit IRC | 19:13 | |
*** eddima has quit IRC | 19:13 | |
*** ildikov has joined #openstack-neutron | 19:13 | |
*** dslevin has quit IRC | 19:13 | |
*** javeriak_ has quit IRC | 19:14 | |
*** jlibosva has joined #openstack-neutron | 19:14 | |
*** dslevin has joined #openstack-neutron | 19:15 | |
*** dslevin has quit IRC | 19:15 | |
*** anshul has quit IRC | 19:17 | |
*** mickeys_ has quit IRC | 19:17 | |
*** Aish has left #openstack-neutron | 19:20 | |
*** thorst_ has joined #openstack-neutron | 19:21 | |
*** thorst_ has quit IRC | 19:21 | |
*** thorst_ has joined #openstack-neutron | 19:22 | |
openstackgerrit | Lubosz Kosnik proposed openstack/neutron: Add support for Keepalived VRRP health check https://review.openstack.org/273546 | 19:23 |
*** Leo_ has quit IRC | 19:24 | |
openstackgerrit | Lubosz Kosnik proposed openstack/neutron: Add support for Keepalived VRRP health check https://review.openstack.org/273546 | 19:24 |
*** ajmiller has quit IRC | 19:25 | |
*** maishsk has quit IRC | 19:26 | |
*** ParsectiX_ has joined #openstack-neutron | 19:26 | |
*** iyamahat_ has quit IRC | 19:26 | |
*** ParsectiX has quit IRC | 19:26 | |
*** salv-orlando has joined #openstack-neutron | 19:26 | |
*** dslevin has joined #openstack-neutron | 19:27 | |
*** yamahata has quit IRC | 19:27 | |
*** dslevin has quit IRC | 19:28 | |
HenryG | haleyb: sorry, was away for a bit | 19:29 |
HenryG | haleyb: I should know enough about neutron-lib to answer questions | 19:29 |
*** dslevin has joined #openstack-neutron | 19:29 | |
*** dslevin has quit IRC | 19:30 | |
*** netsin has joined #openstack-neutron | 19:30 | |
*** dslevin has joined #openstack-neutron | 19:31 | |
*** dslevin has quit IRC | 19:32 | |
*** dslevin has joined #openstack-neutron | 19:33 | |
*** dslevin has quit IRC | 19:34 | |
*** abhiraut has quit IRC | 19:34 | |
*** dslevin has joined #openstack-neutron | 19:35 | |
*** matrohon has joined #openstack-neutron | 19:35 | |
haleyb | HenryG: https://review.openstack.org/#/c/303662/ was started to workaround a neutron-lib issue, but it seems we should just release a new neutron-lib since the changes are in master there. I didn't know the official way to move forward when we have these mis-matches between repos | 19:35 |
*** dslevin has quit IRC | 19:35 | |
haleyb | i.e. release neutron-lib 0.0.4, pin neutron requirements at that version | 19:36 |
*** dslevin has joined #openstack-neutron | 19:36 | |
*** dslevin has quit IRC | 19:37 | |
HenryG | haleyb: I kind of anticipated this would happen | 19:37 |
HenryG | haleyb: https://review.openstack.org/297503 | 19:37 |
HenryG | haleyb: But at this point, I think we should release a new version and pin like you suggest | 19:38 |
*** dslevin has joined #openstack-neutron | 19:38 | |
*** dslevin has quit IRC | 19:39 | |
*** yamamoto has joined #openstack-neutron | 19:40 | |
HenryG | haleyb: But I think only dougwig can release | 19:40 |
haleyb | HenryG: hah, it's even the same constants. So is this a 3-review change? 1) release neutron-lib 2) ping neutron-lib in neutron 3) remove those constants from neutron | 19:41 |
Swami | haleyb: this patch that HenryG just posted above might fix the problem that we are seeing as well. | 19:41 |
Swami | haleyb: just mentioned that. | 19:41 |
*** ijw has quit IRC | 19:41 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Fix allowed_address_pair port binding with delayed fip https://review.openstack.org/304905 | 19:42 |
*** imcsk8_ has joined #openstack-neutron | 19:42 | |
haleyb | Swami: so until we could move forward with above suggestion? I guess that seems Ok | 19:42 |
*** tbachman_ has joined #openstack-neutron | 19:42 | |
*** sdague_ is now known as sdague | 19:42 | |
Swami | haleyb: ok | 19:42 |
*** tbachman has quit IRC | 19:42 | |
*** tbachman_ is now known as tbachman | 19:42 | |
*** Tridde has joined #openstack-neutron | 19:42 | |
*** ijw has joined #openstack-neutron | 19:43 | |
*** hogepodge has joined #openstack-neutron | 19:46 | |
*** yfried_ has quit IRC | 19:46 | |
*** HenryG_ has joined #openstack-neutron | 19:46 | |
haleyb | HenryG: so were you only worried about the duplicates? or is there some non-obvious issue? | 19:47 |
*** yamamoto has quit IRC | 19:47 | |
HenryG | haleyb: And the next version will be 0.1.0 | 19:48 |
*** rawlin__ has joined #openstack-neutron | 19:48 | |
*** lucasagomes has quit IRC | 19:48 | |
*** doug-fis_ has quit IRC | 19:48 | |
*** slaweq_ has quit IRC | 19:48 | |
*** kriskend has quit IRC | 19:48 | |
*** elo has quit IRC | 19:48 | |
*** mlavalle has quit IRC | 19:48 | |
*** jckasper has quit IRC | 19:48 | |
*** enriquetaso has quit IRC | 19:48 | |
*** bradjones has quit IRC | 19:48 | |
*** igordcard has quit IRC | 19:48 | |
*** sinh has quit IRC | 19:48 | |
*** korzen__ has quit IRC | 19:48 | |
*** panda has quit IRC | 19:48 | |
*** rickyrem has quit IRC | 19:48 | |
*** markvoelker has quit IRC | 19:48 | |
*** clsacramento has quit IRC | 19:48 | |
*** david-lyle has quit IRC | 19:48 | |
*** imcsk8 has quit IRC | 19:48 | |
*** mkoderer__ has quit IRC | 19:48 | |
*** swat30 has quit IRC | 19:48 | |
*** Trident has quit IRC | 19:48 | |
*** pdr- has quit IRC | 19:48 | |
*** Matt1360 has quit IRC | 19:48 | |
*** lazy_prince has quit IRC | 19:48 | |
*** rawlin_ has quit IRC | 19:48 | |
*** pc_m has quit IRC | 19:48 | |
*** mordred has quit IRC | 19:48 | |
*** dansmith has quit IRC | 19:48 | |
*** diltram has quit IRC | 19:48 | |
*** andreaf has quit IRC | 19:48 | |
*** HenryG has quit IRC | 19:48 | |
*** john5223 has quit IRC | 19:48 | |
*** ijw has quit IRC | 19:48 | |
HenryG_ | haleyb: sorry my IRC client is having connection issues with freenode | 19:48 |
haleyb | net split in progress :( | 19:48 |
HenryG_ | haleyb: you still here? | 19:49 |
haleyb | HenryG_: i'm here | 19:49 |
*** HenryG_ is now known as HenryG | 19:49 | |
*** iyamahat_ has joined #openstack-neutron | 19:50 | |
HenryG | haleyb: Yes, it will be a 3-review process | 19:50 |
HenryG | haleyb: actually 4 | 19:50 |
haleyb | HenryG: ok. don't know if you saw my follow-on question on your review - "so were you only worried about the duplicates? or is there some non-obvious issue?" | 19:51 |
openstackgerrit | Margaret Frances proposed openstack/neutron: WIP-Refactor QoS plugin to avoid code duplication https://review.openstack.org/294463 | 19:51 |
*** rickyrem2 has joined #openstack-neutron | 19:52 | |
HenryG | haleyb: 1) release neutron-lib 0.1.0, 2) update global-requirements, 3) proposal-bot updates neutron's requirements, 4) drop the constants from neutron | 19:52 |
*** dansmith has joined #openstack-neutron | 19:53 | |
*** bradjones_ has joined #openstack-neutron | 19:53 | |
*** bradjones_ has quit IRC | 19:53 | |
*** bradjones_ has joined #openstack-neutron | 19:53 | |
*** igordcar1 has joined #openstack-neutron | 19:54 | |
*** slaweq__ has joined #openstack-neutron | 19:54 | |
*** Matt1360_ has joined #openstack-neutron | 19:54 | |
HenryG | haleyb: I am worried that self-references can lead to undesired values for the constants. Currently it only leads to duplicates, but could it have other side-effects? | 19:54 |
*** jckasper_ has joined #openstack-neutron | 19:54 | |
*** swat30_ has joined #openstack-neutron | 19:55 | |
haleyb | HenryG: ok, thanks. yes, in this case it just leads to duplicates, other cases could be worse. So where is doug these days :) | 19:55 |
*** singhj has quit IRC | 19:56 | |
*** pdr_ has joined #openstack-neutron | 19:56 | |
*** mkoderer___ has joined #openstack-neutron | 19:56 | |
*** amotoki has joined #openstack-neutron | 19:56 | |
HenryG | haleyb: somewhere out in wild Idaho backcountry perhaps? | 19:57 |
*** clsacramento_ has joined #openstack-neutron | 19:57 | |
*** pcm_ has joined #openstack-neutron | 19:57 | |
*** john-davidge has quit IRC | 19:58 | |
*** jckasper_ has quit IRC | 19:59 | |
*** singhj has joined #openstack-neutron | 20:00 | |
haleyb | HenryG: it can wait. Thanks for the info | 20:00 |
*** vishwana_ has joined #openstack-neutron | 20:01 | |
*** amotoki has quit IRC | 20:01 | |
*** dtynan has joined #openstack-neutron | 20:01 | |
*** kriskend_ has joined #openstack-neutron | 20:02 | |
*** vishwanathj has quit IRC | 20:02 | |
*** panda__ has joined #openstack-neutron | 20:02 | |
*** vishwanathj has joined #openstack-neutron | 20:02 | |
*** dougw2 has joined #openstack-neutron | 20:03 | |
*** lucasagomes has joined #openstack-neutron | 20:03 | |
*** doug-fis_ has joined #openstack-neutron | 20:03 | |
*** slaweq_ has joined #openstack-neutron | 20:03 | |
*** kriskend has joined #openstack-neutron | 20:03 | |
*** elo has joined #openstack-neutron | 20:03 | |
*** mlavalle has joined #openstack-neutron | 20:03 | |
*** jckasper has joined #openstack-neutron | 20:03 | |
*** enriquetaso has joined #openstack-neutron | 20:03 | |
*** bradjones has joined #openstack-neutron | 20:03 | |
*** igordcard has joined #openstack-neutron | 20:03 | |
*** sinh has joined #openstack-neutron | 20:03 | |
*** korzen__ has joined #openstack-neutron | 20:03 | |
*** panda has joined #openstack-neutron | 20:03 | |
*** rickyrem has joined #openstack-neutron | 20:03 | |
*** markvoelker has joined #openstack-neutron | 20:03 | |
*** clsacramento has joined #openstack-neutron | 20:03 | |
*** david-lyle has joined #openstack-neutron | 20:03 | |
*** mkoderer__ has joined #openstack-neutron | 20:03 | |
*** swat30 has joined #openstack-neutron | 20:03 | |
*** pdr- has joined #openstack-neutron | 20:03 | |
*** Matt1360 has joined #openstack-neutron | 20:03 | |
*** lazy_prince has joined #openstack-neutron | 20:03 | |
*** pc_m has joined #openstack-neutron | 20:03 | |
*** mordred has joined #openstack-neutron | 20:03 | |
*** diltram has joined #openstack-neutron | 20:03 | |
*** andreaf has joined #openstack-neutron | 20:03 | |
*** john5223 has joined #openstack-neutron | 20:03 | |
tbachman | welcome back everyone | 20:03 |
* tbachman notes there’s been a fair number of splits recently | 20:03 | |
*** ParsectiX_ has quit IRC | 20:03 | |
*** lucasagomes has quit IRC | 20:04 | |
*** doug-fis_ has quit IRC | 20:04 | |
*** slaweq_ has quit IRC | 20:04 | |
*** kriskend has quit IRC | 20:04 | |
*** elo has quit IRC | 20:04 | |
*** mlavalle has quit IRC | 20:04 | |
*** jckasper has quit IRC | 20:04 | |
*** enriquetaso has quit IRC | 20:04 | |
*** bradjones has quit IRC | 20:04 | |
*** igordcard has quit IRC | 20:04 | |
*** sinh has quit IRC | 20:04 | |
*** korzen__ has quit IRC | 20:04 | |
*** panda has quit IRC | 20:04 | |
*** rickyrem has quit IRC | 20:04 | |
*** markvoelker has quit IRC | 20:04 | |
*** clsacramento has quit IRC | 20:04 | |
*** david-lyle has quit IRC | 20:04 | |
*** mkoderer__ has quit IRC | 20:04 | |
*** swat30 has quit IRC | 20:04 | |
*** pdr- has quit IRC | 20:04 | |
*** Matt1360 has quit IRC | 20:04 | |
*** lazy_prince has quit IRC | 20:04 | |
*** pc_m has quit IRC | 20:04 | |
*** mordred has quit IRC | 20:04 | |
*** diltram has quit IRC | 20:04 | |
*** andreaf has quit IRC | 20:04 | |
*** john5223 has quit IRC | 20:04 | |
*** bradjones_ is now known as bradjones | 20:04 | |
*** swat30_ is now known as swat30 | 20:04 | |
*** david-lyle has joined #openstack-neutron | 20:05 | |
*** vishwana_ has quit IRC | 20:05 | |
*** josecastroleon has joined #openstack-neutron | 20:06 | |
*** maishsk has joined #openstack-neutron | 20:06 | |
*** EkulTails has quit IRC | 20:06 | |
*** Leo_ has joined #openstack-neutron | 20:07 | |
*** doug-fish has joined #openstack-neutron | 20:07 | |
*** doug-fish has quit IRC | 20:08 | |
*** doug-fish has joined #openstack-neutron | 20:08 | |
*** yamahata has joined #openstack-neutron | 20:09 | |
*** ParsectiX has joined #openstack-neutron | 20:11 | |
*** lazy_prince has joined #openstack-neutron | 20:11 | |
*** john5223 has joined #openstack-neutron | 20:11 | |
*** lucasagomes has joined #openstack-neutron | 20:11 | |
*** doug-fis_ has joined #openstack-neutron | 20:11 | |
*** elo has joined #openstack-neutron | 20:11 | |
*** mlavalle has joined #openstack-neutron | 20:11 | |
*** enriquetaso has joined #openstack-neutron | 20:11 | |
*** sinh has joined #openstack-neutron | 20:11 | |
*** korzen__ has joined #openstack-neutron | 20:11 | |
*** markvoelker has joined #openstack-neutron | 20:11 | |
*** mordred has joined #openstack-neutron | 20:11 | |
*** diltram has joined #openstack-neutron | 20:11 | |
*** andreaf has joined #openstack-neutron | 20:11 | |
*** doug-fis_ has quit IRC | 20:11 | |
*** enriquetaso has quit IRC | 20:11 | |
*** ParsectiX has quit IRC | 20:12 | |
*** mordred has quit IRC | 20:12 | |
*** eric_lopez has joined #openstack-neutron | 20:12 | |
*** lazy_prince has quit IRC | 20:14 | |
*** enriquetaso has joined #openstack-neutron | 20:14 | |
*** markvoelker_ has joined #openstack-neutron | 20:14 | |
*** ParsectiX has joined #openstack-neutron | 20:14 | |
*** lucasagomes has quit IRC | 20:15 | |
*** mlavalle has quit IRC | 20:15 | |
*** diltram has quit IRC | 20:15 | |
*** sinh has quit IRC | 20:15 | |
*** markvoelker has quit IRC | 20:15 | |
*** andreaf has quit IRC | 20:15 | |
*** john5223 has quit IRC | 20:16 | |
*** elo has quit IRC | 20:16 | |
*** korzen__ has quit IRC | 20:16 | |
*** korzen__ has joined #openstack-neutron | 20:16 | |
*** jckasper has joined #openstack-neutron | 20:17 | |
*** sinh has joined #openstack-neutron | 20:17 | |
*** rickyrem1 has quit IRC | 20:17 | |
*** armax has quit IRC | 20:19 | |
*** slaweq__ has quit IRC | 20:20 | |
*** diltram has joined #openstack-neutron | 20:20 | |
*** jckasper has quit IRC | 20:21 | |
*** lucasagomes has joined #openstack-neutron | 20:21 | |
*** jckasper has joined #openstack-neutron | 20:22 | |
*** mordred has joined #openstack-neutron | 20:24 | |
*** singhj has quit IRC | 20:24 | |
*** andreaf has joined #openstack-neutron | 20:25 | |
*** imcsk8_ is now known as imcsk8 | 20:26 | |
prometheanfire | I don't see anything in the docs, but is there something special I need to do to get packets past the router for ipv6, forwarding is enabled in sysctl | 20:27 |
*** mlavalle has joined #openstack-neutron | 20:28 | |
*** janzian has quit IRC | 20:29 | |
*** enriquetaso has quit IRC | 20:30 | |
*** jckasper has quit IRC | 20:31 | |
haleyb | prometheanfire: as in out the external interface? | 20:31 |
*** jckasper has joined #openstack-neutron | 20:31 | |
prometheanfire | no, pinging from external to a tennant VM | 20:32 |
prometheanfire | Apsu: we should talk here? | 20:32 |
Apsu | Sure | 20:33 |
prometheanfire | eth2 -> neutron bridge -> namespace'd interface (external) | 20:33 |
Sam-I-Am | prometheanfire: "past the router" ? | 20:34 |
openstackgerrit | Lubosz Kosnik proposed openstack/neutron: Add support for Keepalived VRRP health check https://review.openstack.org/273546 | 20:34 |
Sam-I-Am | theres no nat with v6, so you need a route pointing back in | 20:34 |
Apsu | ^ | 20:35 |
Apsu | Do you have a float setup? | 20:35 |
prometheanfire | Sam-I-Am: this is a tenant network using prefix delegation | 20:35 |
*** kriskend_ has quit IRC | 20:35 | |
*** jckasper has quit IRC | 20:35 | |
*** jckasper has joined #openstack-neutron | 20:35 | |
haleyb | prometheanfire: without knowing your config it's hard to tell, but if your router is getting packets bound for VMs they should be forwarded, it's typically the reverse that's an issue, you have to make sure the ipv6_gateway is set for the network and/or globally | 20:35 |
*** josecastroleon has quit IRC | 20:35 | |
*** krotscheck is now known as krotscheck_dcm | 20:36 | |
*** palexster1 has joined #openstack-neutron | 20:36 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Compute IPAvailabilityRanges in memory during IP allocation https://review.openstack.org/292207 | 20:36 |
*** neelashah1 has joined #openstack-neutron | 20:36 | |
*** Marga__ has joined #openstack-neutron | 20:37 | |
j_king | is a physical multi-node setup required to investigate https://bugs.launchpad.net/neutron/+bug/1523031 ? wondering if I can setup a multi-VM env on my machine. :S | 20:37 |
openstack | Launchpad bug 1523031 in openstack-ansible trunk "Neighbor table entry for router missing with Linux bridge + L3HA + L2 population" [High,Confirmed] | 20:37 |
*** minwang2_ has joined #openstack-neutron | 20:37 | |
*** abhiraut has joined #openstack-neutron | 20:37 | |
*** obondarev_ has joined #openstack-neutron | 20:38 | |
*** ranjithd1 has joined #openstack-neutron | 20:38 | |
*** gvrangan has quit IRC | 20:38 | |
*** safchain_ has joined #openstack-neutron | 20:38 | |
Sam-I-Am | j_king: it just needs two l3 agents, enough to simulate vrrp | 20:38 |
*** asingh has quit IRC | 20:38 | |
*** iyamahat__ has joined #openstack-neutron | 20:39 | |
Sam-I-Am | doesnt matter if they're vms or not | 20:39 |
*** akshai_ has joined #openstack-neutron | 20:39 | |
*** singhj has joined #openstack-neutron | 20:39 | |
*** nijaba_ has joined #openstack-neutron | 20:39 | |
*** lykinsbd has joined #openstack-neutron | 20:39 | |
*** johnsom has joined #openstack-neutron | 20:40 | |
*** wolsen_ has joined #openstack-neutron | 20:40 | |
j_king | Sam-I-Am: Ok, that's what I was wondering, if the neighbour prop required a real network or if I could just spin up a few VMs on my localhost. :) | 20:41 |
*** tonyb_ has joined #openstack-neutron | 20:41 | |
*** sshen_ has joined #openstack-neutron | 20:41 | |
j_king | Sam-I-Am: cheers. | 20:41 |
*** aleksandr_null_ has joined #openstack-neutron | 20:41 | |
*** promethe1nfire has joined #openstack-neutron | 20:42 | |
*** markvoelker has joined #openstack-neutron | 20:42 | |
*** jamespd has joined #openstack-neutron | 20:42 | |
*** slaweq_ has joined #openstack-neutron | 20:42 | |
*** jlibosva has quit IRC | 20:42 | |
*** rkukura_ has joined #openstack-neutron | 20:42 | |
*** jlibosva has joined #openstack-neutron | 20:42 | |
*** raginbaj- has joined #openstack-neutron | 20:43 | |
*** ircuser-1_ has joined #openstack-neutron | 20:43 | |
promethe1nfire | woo disconnects | 20:43 |
*** singhj has quit IRC | 20:44 | |
*** sambuddh1basu1 has joined #openstack-neutron | 20:44 | |
*** lbragstad_ has joined #openstack-neutron | 20:44 | |
*** jreeves is now known as jreeves_afk | 20:44 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Check for snat_namespace existence before add or delete https://review.openstack.org/300358 | 20:45 |
*** ajo_ has joined #openstack-neutron | 20:45 | |
*** jckasper has quit IRC | 20:46 | |
*** korzen has joined #openstack-neutron | 20:46 | |
*** jckasper has joined #openstack-neutron | 20:46 | |
*** korzen__ has quit IRC | 20:47 | |
*** markvoelker_ has quit IRC | 20:47 | |
*** iyamahat_ has quit IRC | 20:47 | |
*** tbachman has quit IRC | 20:47 | |
*** netsin has quit IRC | 20:47 | |
*** neelashah has quit IRC | 20:47 | |
*** palexster has quit IRC | 20:47 | |
*** beagles has quit IRC | 20:47 | |
*** ranjithd has quit IRC | 20:47 | |
*** sshen has quit IRC | 20:47 | |
*** johnsom_ has quit IRC | 20:47 | |
*** minwang2 has quit IRC | 20:47 | |
*** svenkat has quit IRC | 20:47 | |
*** Marga_ has quit IRC | 20:47 | |
*** akshai has quit IRC | 20:47 | |
*** wwriverrat has quit IRC | 20:47 | |
*** slaweq has quit IRC | 20:47 | |
*** russellb has quit IRC | 20:47 | |
*** jamespd_ has quit IRC | 20:47 | |
*** obondarev has quit IRC | 20:47 | |
*** ircuser-1 has quit IRC | 20:47 | |
*** sambuddhabasu1 has quit IRC | 20:47 | |
*** rkukura has quit IRC | 20:47 | |
*** xek has quit IRC | 20:47 | |
*** lykinsbd_ has quit IRC | 20:47 | |
*** wolsen has quit IRC | 20:47 | |
*** harlowja has quit IRC | 20:47 | |
*** aleksandr_null has quit IRC | 20:47 | |
*** safchain has quit IRC | 20:47 | |
*** nijaba has quit IRC | 20:47 | |
*** prometheanfire has quit IRC | 20:47 | |
*** ajo has quit IRC | 20:47 | |
*** raginbajin has quit IRC | 20:47 | |
*** cgross has quit IRC | 20:47 | |
*** lbragstad has quit IRC | 20:47 | |
*** trey has quit IRC | 20:47 | |
*** tonyb has quit IRC | 20:47 | |
*** rkukura_ is now known as rkukura | 20:47 | |
*** safchain_ is now known as safchain | 20:47 | |
*** minwang2_ is now known as minwang2 | 20:47 | |
promethe1nfire | haleyb: well, gateway_ip is set on the subnet | 20:47 |
*** Guest13810 has joined #openstack-neutron | 20:47 | |
*** raginbaj- is now known as raginbajin | 20:47 | |
promethe1nfire | from outside the router I can ping that gateway_ip, | 20:47 |
*** maishsk_ has joined #openstack-neutron | 20:47 | |
promethe1nfire | linux is responding to that ping on the external interface (internal kernel shortcut I think) | 20:48 |
*** janzian has joined #openstack-neutron | 20:48 | |
*** slaweq has joined #openstack-neutron | 20:48 | |
*** russellb has joined #openstack-neutron | 20:48 | |
*** promethe1nfire is now known as prometheanfire | 20:49 | |
*** slaweq has quit IRC | 20:49 | |
*** kriskend_ has joined #openstack-neutron | 20:49 | |
*** jckasper has quit IRC | 20:50 | |
haleyb | prometheanfire: but packets never make it to VM? | 20:50 |
*** jckasper has joined #openstack-neutron | 20:50 | |
*** maishsk has quit IRC | 20:50 | |
*** maishsk_ is now known as maishsk | 20:50 | |
prometheanfire | never even make it to the other interface in the router namespace | 20:50 |
*** trey has joined #openstack-neutron | 20:50 | |
*** janzian has quit IRC | 20:51 | |
haleyb | prometheanfire: can you ping the VM from inside the router namespace? | 20:51 |
prometheanfire | yes | 20:51 |
*** wwriverrat has joined #openstack-neutron | 20:51 | |
*** janzian has joined #openstack-neutron | 20:51 | |
*** cgross has joined #openstack-neutron | 20:52 | |
prometheanfire | so in my mind everything points to something being wrong in that namespace | 20:52 |
*** janzian has quit IRC | 20:52 | |
*** edmondsw has joined #openstack-neutron | 20:52 | |
prometheanfire | I reconstructed the router at one point but that didn't help | 20:52 |
*** janzian has joined #openstack-neutron | 20:52 | |
*** singhj has joined #openstack-neutron | 20:53 | |
*** claudiub|2 has joined #openstack-neutron | 20:53 | |
*** gvrangan has joined #openstack-neutron | 20:53 | |
prometheanfire | public interface ip is in the 2001:470:e1cc:6::/64 range, gets this packet, then drops | 20:53 |
haleyb | prometheanfire: yes, seems so. And net.ipv6.conf.all.forwarding is 1 ? | 20:53 |
prometheanfire | 15:52:59.897386 IP6 2001:470:e1cc:6::1 > 2001:470:e1cc:10ff:f816:3eff:fe81:b03c: ICMP6, echo request, seq 1, length 64 | 20:53 |
prometheanfire | yes | 20:53 |
prometheanfire | all 1's cat /proc/sys/net/ipv6/conf/*/forwarding | 20:54 |
haleyb | prometheanfire: and you've checked the other obvious culprits, like ip6tables | 20:54 |
prometheanfire | ip6tables looks right | 20:55 |
prometheanfire | but that's the one thing I don't fully understand | 20:55 |
*** BigWillie has quit IRC | 20:55 | |
jamespd | you have a valid route? 'ip -6 route get 2001:470:e1cc:10ff:f816:3eff:fe81:b03c' | 20:55 |
prometheanfire | no | 20:56 |
prometheanfire | it's ip6tables | 20:56 |
prometheanfire | just flushed | 20:56 |
prometheanfire | wish I did that 12 hours ago | 20:56 |
*** slaweq has joined #openstack-neutron | 20:57 | |
haleyb | prometheanfire: was it a rule ? | 20:57 |
prometheanfire | ya | 20:58 |
prometheanfire | not sure what | 20:58 |
*** mickeys has joined #openstack-neutron | 20:58 | |
*** tbachman has joined #openstack-neutron | 20:59 | |
Apsu | prometheanfire: Figured as much | 21:00 |
prometheanfire | ya, so it sounds like work still needs doing in that area :P | 21:01 |
*** clickboom has quit IRC | 21:01 | |
* Apsu nods | 21:01 | |
Apsu | k, back to my being sick. Later | 21:01 |
*** ijw has joined #openstack-neutron | 21:02 | |
haleyb | prometheanfire: i haven't seen that issue before, and I don't think iptables rules are inherited into namespaces from their parents | 21:02 |
prometheanfire | also, when I first reboot the network node l3 agent is sad | 21:02 |
prometheanfire | they aren't | 21:02 |
jlibosva | amuller: can I rebase https://review.openstack.org/#/c/303588/2 so it doesn't rely on its parent? | 21:02 |
prometheanfire | I only flushed the namespace's rules | 21:03 |
*** rossella_s has quit IRC | 21:03 | |
amuller | jlibosva: sure but you wouldn't see any logs =D | 21:03 |
amuller | jlibosva: we need the parent patch merged | 21:03 |
jlibosva | amuller: because of that INFO -> DEBUG change? | 21:04 |
amuller | jlibosva: because of both changes | 21:04 |
jlibosva | amuller: I don't get it | 21:05 |
jlibosva | amuller: this is the parent, right? https://review.openstack.org/#/c/303053/1 | 21:05 |
*** vhoward has quit IRC | 21:05 | |
amuller | jlibosva: yes | 21:05 |
*** achanda has joined #openstack-neutron | 21:05 | |
amuller | jlibosva: having logging configuration in the alembic file on import screwed up the logging performed during functional tests | 21:05 |
jlibosva | aha | 21:05 |
*** rossella_s has joined #openstack-neutron | 21:05 | |
*** achanda has quit IRC | 21:06 | |
jlibosva | amuller: so I'll rebase the whole thingy | 21:06 |
jlibosva | amuller: in order to activate l2_ovs_agent tests | 21:06 |
*** fitoduarte has quit IRC | 21:06 | |
amuller | jlibosva: k | 21:06 |
*** achanda has joined #openstack-neutron | 21:06 | |
*** sridhar_ram1 has joined #openstack-neutron | 21:07 | |
*** janzian has quit IRC | 21:08 | |
haleyb | prometheanfire: the l3-agent will eventually update the iptable rules when some state changes, i'd be curious if it puts back what was blocking things | 21:08 |
prometheanfire | haleyb: will it repopulate all the rules? | 21:08 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: TESTINGONLY: Log ovsdb commands https://review.openstack.org/304600 | 21:09 |
*** sridhar_ram has quit IRC | 21:09 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: WIP: Fix functional tests logging https://review.openstack.org/303053 | 21:09 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Add logging for some functional tests https://review.openstack.org/303588 | 21:09 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Delete post_test_hook.generate_test_logs https://review.openstack.org/303594 | 21:09 |
amuller | jlibosva: the first patch shouldn't be WIP | 21:10 |
amuller | jlibosva: it's good to go | 21:10 |
haleyb | prometheanfire: it should replace the rules with it's "view of the world", merged with the existing ones | 21:10 |
openstackgerrit | Dmitriy Ukhlov proposed openstack/neutron: Remove threading before process forking https://review.openstack.org/276842 | 21:10 |
*** baoli__ has quit IRC | 21:10 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Fix functional tests logging https://review.openstack.org/303053 | 21:10 |
*** achanda has quit IRC | 21:11 | |
*** janzian has joined #openstack-neutron | 21:11 | |
prometheanfire | so, since there's nothing, it's it's view of the world | 21:12 |
*** dave-mccowan has quit IRC | 21:12 | |
*** kevo has joined #openstack-neutron | 21:13 | |
blogan | ZZelle: ping | 21:13 |
haleyb | prometheanfire: what i mean is, if there are floating IP updates, etc, then the iptables_manager code will run to apply them, and the ipv6 ones would get applied in the process. Mostly they should just be chains, but if there was something causing your issue, it could get added pack | 21:13 |
prometheanfire | right | 21:14 |
prometheanfire | I'm gonna add another subnet to the router and see how it updates | 21:14 |
*** saggi1 has joined #openstack-neutron | 21:14 | |
*** saggi1 has quit IRC | 21:14 | |
*** saggi1 has joined #openstack-neutron | 21:15 | |
*** rtheis has quit IRC | 21:15 | |
*** banix has quit IRC | 21:16 | |
*** singhj has quit IRC | 21:16 | |
prometheanfire | ya, broken again | 21:16 |
*** singhj has joined #openstack-neutron | 21:17 | |
prometheanfire | I guess I'll start removing rules one at a time :P | 21:17 |
haleyb | well, ip6tables-save -c might help to find the offender, since the packet count should be increasing | 21:17 |
haleyb | oh, unless your default action is DROP, that is sometimes an issue but depends on the distro | 21:18 |
prometheanfire | well, default are no rules here | 21:18 |
*** saggi1 has quit IRC | 21:19 | |
prometheanfire | haleyb: -A neutron-l3-agent-scope -o qr-ca9ffa4f-fd -m mark ! --mark 0x4010000/0xffff0000 -j DROP | 21:19 |
prometheanfire | that's the rule, so looks like packets are not getting marked | 21:20 |
*** lbragstad_ is now known as lbragstad | 21:21 | |
*** neelashah1 has quit IRC | 21:22 | |
haleyb | carl_baldwin: ^^ possible address scope issue, or just a mis-config ? | 21:22 |
*** doug-fish has quit IRC | 21:22 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Compute IPAvailabilityRanges in memory during IP allocation https://review.openstack.org/292207 | 21:22 |
*** doug-fish has joined #openstack-neutron | 21:23 | |
*** matrohon has quit IRC | 21:23 | |
*** abhiraut has quit IRC | 21:24 | |
*** julim has quit IRC | 21:24 | |
Swami | haleyb: I think that is just for marking packets to drop out of the SNAT queue for same address_scopes. | 21:24 |
haleyb | Swami: but it's also adding one in the ipv6 filter table | 21:25 |
prometheanfire | haleyb: I think maybe a misconfig | 21:25 |
Swami | haleyb: ok I was not aware about the one in the IPv6 filter. | 21:25 |
*** doug-fish has quit IRC | 21:26 | |
prometheanfire | added this to the filter table and packets are moving again | 21:26 |
prometheanfire | -A neutron-l3-agent-scope -i qg-ac290c4b-4f -j MARK --set-xmark 0x4010000/0xffff0000 | 21:26 |
*** doug-fish has joined #openstack-neutron | 21:26 | |
*** abhiraut has joined #openstack-neutron | 21:26 | |
prometheanfire | well, inerted it, that's from -save | 21:26 |
*** fitoduarte has joined #openstack-neutron | 21:27 | |
*** jckasper has quit IRC | 21:30 | |
*** Guest13810 is now known as beagles | 21:30 | |
*** jckasper has joined #openstack-neutron | 21:30 | |
*** thorst_ has quit IRC | 21:30 | |
prometheanfire | Swami: I think neutron is trying to replicate ipv4 behavior in ipv6, I imagine interfaces/ips are marked to be allowed though based on floating ip assignments in v4 | 21:30 |
prometheanfire | v6 doesn't have floats that I can see | 21:31 |
haleyb | prometheanfire: ack. I would see what carl thinks, but http://blog.episodicgenius.com/post/neutron-address-scopes/ seems to describe this scenario (near the bottom) - the address scopes differ, so the packet is dropped | 21:31 |
*** armax has joined #openstack-neutron | 21:31 | |
*** banix has joined #openstack-neutron | 21:31 | |
*** doug-fish has quit IRC | 21:31 | |
Swami | prometheanfire: thanks | 21:31 |
*** sridhar_ram1 has quit IRC | 21:31 | |
prometheanfire | haleyb: which section? | 21:32 |
*** doug-fish has joined #openstack-neutron | 21:32 | |
haleyb | prometheanfire: right above "Address Scopes in the Future" there's a parapraph describing why a ping failed | 21:33 |
prometheanfire | k | 21:33 |
prometheanfire | reading it | 21:33 |
prometheanfire | ya, I have no address scopes defined | 21:34 |
*** tbachman has quit IRC | 21:34 | |
prometheanfire | it sounds like v6 prefix delegation needs to set up scopes automatically | 21:35 |
*** doug-fis_ has joined #openstack-neutron | 21:35 | |
*** jckasper has quit IRC | 21:35 | |
*** thorst has joined #openstack-neutron | 21:36 | |
*** abhiraut has quit IRC | 21:36 | |
*** sridhar_ram has joined #openstack-neutron | 21:36 | |
haleyb | prometheanfire: is there one on the external network? | 21:37 |
*** doug-fish has quit IRC | 21:37 | |
prometheanfire | haleyb: one? a scope? | 21:37 |
haleyb | prometheanfire: yes, although if you're not using subnetpools the question might be moot | 21:39 |
*** ranjithd has joined #openstack-neutron | 21:39 | |
prometheanfire | ya, I'm not using them | 21:39 |
*** vishwana_ has joined #openstack-neutron | 21:39 | |
prometheanfire | I used this http://docs.openstack.org/mitaka/networking-guide/adv-config-ipv6.html | 21:39 |
prometheanfire | it didn't specify subnet pools | 21:39 |
*** boden_ has joined #openstack-neutron | 21:39 | |
*** doug-fis_ has quit IRC | 21:40 | |
*** vishwana_ is now known as vishwanathj_ | 21:40 | |
*** s3wong_ has joined #openstack-neutron | 21:40 | |
*** ranjithd1 has quit IRC | 21:40 | |
*** thorst has quit IRC | 21:40 | |
*** mlavalle has quit IRC | 21:41 | |
*** vishwanathj has quit IRC | 21:41 | |
*** imcsk8 has quit IRC | 21:41 | |
*** pcarver has quit IRC | 21:41 | |
*** marios has quit IRC | 21:41 | |
*** boden has quit IRC | 21:41 | |
*** boden_ is now known as boden | 21:41 | |
prometheanfire | guess I'll test if I can create a subnetpool with v6 pd | 21:41 |
*** claudiub|2 has quit IRC | 21:41 | |
*** cgross has quit IRC | 21:41 | |
*** clsacramento_ has quit IRC | 21:41 | |
*** s3wong has quit IRC | 21:41 | |
*** claudiub has joined #openstack-neutron | 21:41 | |
*** vishwanathj_ is now known as vishwanathj | 21:42 | |
*** imcsk8 has joined #openstack-neutron | 21:42 | |
*** marios has joined #openstack-neutron | 21:42 | |
*** clsacramento has joined #openstack-neutron | 21:43 | |
*** tbachman has joined #openstack-neutron | 21:44 | |
*** doug-fish has joined #openstack-neutron | 21:44 | |
*** cgross has joined #openstack-neutron | 21:46 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Remove IP availability range recalculation logic https://review.openstack.org/303638 | 21:47 |
*** jyeung has quit IRC | 21:48 | |
*** tbachman_ has joined #openstack-neutron | 21:49 | |
*** doug-fish has quit IRC | 21:49 | |
*** jlibosva has quit IRC | 21:49 | |
*** tbachman has quit IRC | 21:49 | |
*** tbachman_ is now known as tbachman | 21:49 | |
*** tonytan4ever has quit IRC | 21:51 | |
*** tonytan4ever has joined #openstack-neutron | 21:51 | |
prometheanfire | haleyb: oh, it does have a subnetpool id already | 21:52 |
*** ParsectiX has quit IRC | 21:53 | |
*** yfried_ has joined #openstack-neutron | 21:53 | |
prometheanfire | | subnetpool_id | prefix_delegation | | 21:54 |
*** thorst has joined #openstack-neutron | 21:54 | |
prometheanfire | there are still no address scopes though | 21:54 |
*** pcarver has joined #openstack-neutron | 21:54 | |
*** mlavalle has joined #openstack-neutron | 21:55 | |
*** boden has quit IRC | 21:55 | |
*** tonytan4ever has quit IRC | 21:56 | |
prometheanfire | haleyb: it seems like there's not a way to get prefix delegation working and have the delegations be publicly routable, I think that'd be the test case | 21:56 |
prometheanfire | Swami: ^ seem right? | 21:56 |
*** doug-fish has joined #openstack-neutron | 21:57 | |
*** Swami has quit IRC | 21:57 | |
*** tonytan4ever has joined #openstack-neutron | 21:57 | |
prometheanfire | maybe I need that new bgp hotness? | 21:57 |
haleyb | prometheanfire: that could be it, would file a bug. sorry, i'm going offline | 21:57 |
prometheanfire | ok | 21:58 |
*** thorst has quit IRC | 21:58 | |
*** jkraj has quit IRC | 21:59 | |
*** kbringard has quit IRC | 21:59 | |
*** tbachman_ has joined #openstack-neutron | 22:00 | |
*** shashank_hegde has quit IRC | 22:01 | |
*** doug-fish has quit IRC | 22:01 | |
*** tbachman has quit IRC | 22:03 | |
*** tbachman_ is now known as tbachman | 22:03 | |
*** janzian has quit IRC | 22:03 | |
*** eilert has quit IRC | 22:04 | |
*** asingh has joined #openstack-neutron | 22:04 | |
*** ajmaidak has quit IRC | 22:05 | |
*** dedery_ has joined #openstack-neutron | 22:05 | |
*** dane_leblanc__ has joined #openstack-neutron | 22:07 | |
*** tonytan4ever has quit IRC | 22:07 | |
*** Leo_ has quit IRC | 22:07 | |
*** harlowja has joined #openstack-neutron | 22:07 | |
*** dedery has quit IRC | 22:07 | |
*** achanda has joined #openstack-neutron | 22:08 | |
*** rha has quit IRC | 22:09 | |
openstackgerrit | Adolfo Duarte proposed openstack/neutron: Neutron needs to send DVRHA info to compute nodes. https://review.openstack.org/305507 | 22:09 |
*** hwoarang_ has quit IRC | 22:09 | |
*** busterswt has quit IRC | 22:09 | |
*** dane_leblanc_ has quit IRC | 22:10 | |
*** hwoarang has joined #openstack-neutron | 22:10 | |
*** _fortis has quit IRC | 22:11 | |
*** rha has joined #openstack-neutron | 22:11 | |
*** mickeys has quit IRC | 22:12 | |
*** dane_leblanc_ has joined #openstack-neutron | 22:12 | |
*** asingh has quit IRC | 22:13 | |
*** achanda has quit IRC | 22:14 | |
*** shashank_hegde has joined #openstack-neutron | 22:15 | |
*** dane_leblanc__ has quit IRC | 22:15 | |
*** kriskend_ has quit IRC | 22:16 | |
*** baoli has joined #openstack-neutron | 22:18 | |
*** tonytan4ever has joined #openstack-neutron | 22:18 | |
*** haplo37 has quit IRC | 22:18 | |
*** clickboom has joined #openstack-neutron | 22:18 | |
*** _fortis has joined #openstack-neutron | 22:19 | |
*** jckasper has joined #openstack-neutron | 22:23 | |
*** tonytan4ever has quit IRC | 22:25 | |
*** pradk has quit IRC | 22:25 | |
*** clickboom has quit IRC | 22:26 | |
prometheanfire | haleyb: there's your bug, thanks for the help https://bugs.launchpad.net/neutron/+bug/1570122 | 22:27 |
openstack | Launchpad bug 1570122 in neutron "ipv6 prefix delegated subnets are not accessable external of the router they are attached." [Undecided,New] | 22:27 |
prometheanfire | mhayden: ^ | 22:28 |
*** tonyb_ is now known as tonyb | 22:30 | |
*** q3k has joined #openstack-neutron | 22:34 | |
*** dedery_ has quit IRC | 22:35 | |
*** jckasper has quit IRC | 22:37 | |
*** jckasper has joined #openstack-neutron | 22:38 | |
*** amuller has quit IRC | 22:38 | |
*** brad_behle has quit IRC | 22:39 | |
*** ametts has quit IRC | 22:39 | |
*** tbachman has quit IRC | 22:40 | |
*** akshai_ has quit IRC | 22:41 | |
*** jckasper has quit IRC | 22:42 | |
*** vhosakot has quit IRC | 22:45 | |
*** mlavalle has quit IRC | 22:48 | |
*** ChrisBenson has quit IRC | 22:48 | |
*** ChrisBenson has joined #openstack-neutron | 22:48 | |
*** claudiub has quit IRC | 22:50 | |
*** enriquetaso has joined #openstack-neutron | 22:50 | |
openstackgerrit | Dmitriy Ukhlov proposed openstack/neutron: Remove threading before process forking https://review.openstack.org/276842 | 22:50 |
*** mickeys has joined #openstack-neutron | 22:51 | |
*** akshai has joined #openstack-neutron | 22:51 | |
*** akshai_ has joined #openstack-neutron | 22:52 | |
*** vhosakot has joined #openstack-neutron | 22:53 | |
*** singhj has quit IRC | 22:54 | |
*** akshai has quit IRC | 22:56 | |
*** reedip__ has joined #openstack-neutron | 22:59 | |
*** mickeys has quit IRC | 23:03 | |
*** banix has quit IRC | 23:03 | |
*** akshai_ has quit IRC | 23:03 | |
*** mickeys has joined #openstack-neutron | 23:03 | |
*** rickyrem2 has quit IRC | 23:04 | |
*** singhj has joined #openstack-neutron | 23:05 | |
*** enriquetaso has quit IRC | 23:06 | |
*** mickeys has quit IRC | 23:07 | |
*** mickeys has joined #openstack-neutron | 23:07 | |
*** rickyrem has joined #openstack-neutron | 23:09 | |
*** singhj has quit IRC | 23:09 | |
*** doug-fish has joined #openstack-neutron | 23:10 | |
*** otherwiseguy has quit IRC | 23:10 | |
*** achanda has joined #openstack-neutron | 23:11 | |
*** abhiraut has joined #openstack-neutron | 23:13 | |
*** baoli has quit IRC | 23:14 | |
*** doug-fish has quit IRC | 23:14 | |
*** baoli has joined #openstack-neutron | 23:15 | |
*** achanda has quit IRC | 23:16 | |
*** tidwellr has quit IRC | 23:16 | |
*** ChrisBenson has quit IRC | 23:18 | |
*** Sukhdev has quit IRC | 23:18 | |
*** rvba has quit IRC | 23:19 | |
*** otherwiseguy has joined #openstack-neutron | 23:19 | |
*** ChrisBenson has joined #openstack-neutron | 23:20 | |
*** abhiraut has quit IRC | 23:22 | |
*** rvba has joined #openstack-neutron | 23:23 | |
*** rvba has quit IRC | 23:23 | |
*** rvba has joined #openstack-neutron | 23:23 | |
*** shivrao has joined #openstack-neutron | 23:24 | |
*** abhiraut has joined #openstack-neutron | 23:25 | |
*** sdague has quit IRC | 23:25 | |
*** mickeys has quit IRC | 23:27 | |
*** mickeys has joined #openstack-neutron | 23:28 | |
*** nplanel has joined #openstack-neutron | 23:29 | |
*** itisha has quit IRC | 23:29 | |
*** jckasper has joined #openstack-neutron | 23:31 | |
*** mickeys has quit IRC | 23:32 | |
*** shashank_hegde has quit IRC | 23:34 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron: Enable lbaas in api job, until that test can be fixed https://review.openstack.org/305524 | 23:36 |
openstackgerrit | Merged openstack/neutron: Add ALLOCATING state to routers https://review.openstack.org/257059 | 23:36 |
*** shashank_hegde has joined #openstack-neutron | 23:37 | |
*** lezbar__ has joined #openstack-neutron | 23:38 | |
*** djan has joined #openstack-neutron | 23:39 | |
*** lezbar has quit IRC | 23:40 | |
*** salv-orlando has quit IRC | 23:42 | |
*** ivase has quit IRC | 23:48 | |
*** hoangcx has quit IRC | 23:48 | |
*** nplanel has quit IRC | 23:49 | |
*** ajmiller has joined #openstack-neutron | 23:50 | |
*** ajmiller_ has joined #openstack-neutron | 23:52 | |
*** jckasper has quit IRC | 23:55 | |
*** ajmiller has quit IRC | 23:55 | |
*** jckasper has joined #openstack-neutron | 23:56 | |
*** p01nt3r75 has joined #openstack-neutron | 23:56 | |
*** amotoki has joined #openstack-neutron | 23:58 | |
*** lnicolas has joined #openstack-neutron | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!