*** itsuugo has quit IRC | 00:00 | |
*** yushiro has joined #openstack-neutron | 00:00 | |
*** itsuugo has joined #openstack-neutron | 00:01 | |
tidwellr | liuyulong: I'm not seeing that these FIP withdrawl issues are backportable, I'm thinking they have to be addressed in Ocata | 00:01 |
---|---|---|
*** iyamahat has quit IRC | 00:02 | |
*** rkukura has joined #openstack-neutron | 00:02 | |
tidwellr | liuyulong: the good(ish) news is that the BGP agent re-syncs state every 60 seconds, so stale routes will get withdrawn, just not as quickly as we would like | 00:02 |
liuyulong | tidwellr, yep, seem as that DVR fip next hop. | 00:04 |
liuyulong | s/seem/same | 00:04 |
liuyulong | tidwellr, If there are multiple BGP speakers, then for each loop call, they will get the same next_hop, still not good. : ) patch (357716) | 00:05 |
tidwellr | liuyulong: I think it is good | 00:05 |
tidwellr | liuyulong: you would want the filtering that looking things up by bgp_speaker_id provides | 00:06 |
*** itsuugo has quit IRC | 00:06 | |
tidwellr | liuyulong: we're talking 1 or 2 speakers to loop over in practice | 00:06 |
*** itsuugo has joined #openstack-neutron | 00:07 | |
tidwellr | liuyulong: so, between proper speaker filtering and a VERY small set of BGP speakers to loop over, I'm not concerned | 00:07 |
*** tongli has quit IRC | 00:08 | |
liuyulong | tidwellr, but the query is huge. : ( | 00:08 |
tidwellr | liuyulong: compared to what? :) | 00:08 |
liuyulong | tidwellr, one simple _get_router() | 00:09 |
liuyulong | tidwellr, and only one time | 00:09 |
tidwellr | liuyulong: 2 points, 1) we | 00:11 |
tidwellr | liuyulong: we're not joining large numbers of tables, 2). as I pointed out looking up fip_gw IP's by bgp_speaker_id may actually be a more future-proof way of getting the next-hop | 00:12 |
*** zkassab_ has joined #openstack-neutron | 00:13 | |
tidwellr | liuyulong: point 2 is the one that really sticks out to me though | 00:13 |
*** jamielennox is now known as jamielennox|away | 00:14 | |
*** itsuugo has quit IRC | 00:14 | |
*** itsuugo has joined #openstack-neutron | 00:15 | |
tidwellr | liuyulong: we don't really need to hold up https://review.openstack.org/#/c/357716, I would have done a little more refactoring but that's just because I know where I would do thing differently now | 00:17 |
tidwellr | liuyulong: what you have really isn't bad, I guess all I'd really like to see is some DVR-awareness baked into it | 00:19 |
*** zkassab_ has quit IRC | 00:19 | |
liuyulong | tidwellr, actually 357716 is not related to floating IP(dvr). It's some kind of code movement, and only changed for the next hop pointed to snat gateway. Not involved fip_agent_gateway. | 00:20 |
tidwellr | liuyulong: if we can mix in the DVR awareness which should be much more code, I'm happy to give it a +2 | 00:20 |
tidwellr | liuyulong: *shouldn't be much code | 00:20 |
liuyulong | tidwellr, and your suggestion needs the Refactor (372298). | 00:20 |
tidwellr | liuyulong: which review correpsonds to that? you're using launchpad ID's I think :) | 00:21 |
liuyulong | tidwellr, no, https://review.openstack.org/#/c/372298/ | 00:21 |
liuyulong | ^ | 00:21 |
*** amotoki has joined #openstack-neutron | 00:24 | |
openstackgerrit | Merged openstack/neutron: DHCP: enhance DHCP release log https://review.openstack.org/364131 | 00:24 |
tidwellr | liuyulong: how is this a dependency? | 00:24 |
tidwellr | liuyulong: looks to me like something that's nice to have, but strictly required, the registry event still gets emitted | 00:24 |
tidwellr | liuyulong: *not strictly required | 00:25 |
liuyulong | actually, before I submitted those patch (372298) and (372310), I've tested that function, you suggested. Join query will alway get a None value, because the registry is under a transaction. | 00:26 |
tidwellr | liuyulong: that makes sense | 00:27 |
liuyulong | tidwellr, transaction is not committed. | 00:27 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/371108 | 00:27 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-fwaas: Updated from global requirements https://review.openstack.org/371109 | 00:27 |
liuyulong | tidwellr, and https://review.openstack.org/#/c/372310/, also for this join query, get a None value. | 00:28 |
liuyulong | tidwellr, btw, for that DVR-awareness concern, I can do it in https://review.openstack.org/#/c/372310. | 00:29 |
*** markvoelker has joined #openstack-neutron | 00:29 | |
liuyulong | but not in https://review.openstack.org/#/c/357716/ | 00:29 |
tidwellr | liuyulong: I guess we should wait until Ocata opens up, I'm not inclined to push half of a fix in, I'd rather have consistency with the treatment we give DVR vs. CVR than rush a fix that only addresses CVR | 00:29 |
tidwellr | liuyulong: with regard to the FIP registry event being inside the transaction, that's a really good catch | 00:31 |
liuyulong | tidwellr, it's not a half fix, they are different issues. | 00:32 |
liuyulong | tidwellr, thank you. : ) | 00:32 |
liuyulong | tidwellr, and https://review.openstack.org/#/c/357722/, this patch, is also waiting for that https://review.openstack.org/#/c/357716/ | 00:33 |
*** iyamahat has joined #openstack-neutron | 00:33 | |
liuyulong | tidwellr, that's the real code movement. | 00:33 |
tidwellr | liuyulong: the bug reports may be different, but they can be addressed cheaply in the same patch since they require implementing related lookups | 00:33 |
*** rkukura has quit IRC | 00:34 | |
tidwellr | liuyulong: anyway, thanks for persevering on this, when Ocata opens up we'll get these fixes in | 00:35 |
liuyulong | tidwellr, OK, thank you. | 00:35 |
tidwellr | liuyulong: I wish I had more cycles to devote to this | 00:35 |
*** pdr_ has quit IRC | 00:36 | |
*** liuyulong has quit IRC | 00:36 | |
*** tidwellr has left #openstack-neutron | 00:36 | |
*** pdr_ has joined #openstack-neutron | 00:38 | |
*** bjolo__ has joined #openstack-neutron | 00:41 | |
*** claudiub has joined #openstack-neutron | 00:41 | |
*** bjolo has quit IRC | 00:41 | |
*** claudiub|2 has quit IRC | 00:44 | |
*** hoangcx has joined #openstack-neutron | 00:46 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Ensure trunk status is acknowledged during OVS subport operations https://review.openstack.org/372750 | 00:47 |
*** hoangcx_ has joined #openstack-neutron | 00:48 | |
*** itsuugo has quit IRC | 00:49 | |
*** itsuugo has joined #openstack-neutron | 00:50 | |
*** banix has joined #openstack-neutron | 00:56 | |
*** hoangcx_ has quit IRC | 00:56 | |
*** hoangcx has quit IRC | 00:56 | |
*** hoangcx has joined #openstack-neutron | 00:58 | |
*** claudiub has quit IRC | 00:59 | |
*** iyamahat has quit IRC | 01:01 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Always cleanup stale devices on DHCP setup failure https://review.openstack.org/372817 | 01:01 |
*** itsuugo has quit IRC | 01:02 | |
*** itsuugo has joined #openstack-neutron | 01:03 | |
*** mfuruta has joined #openstack-neutron | 01:03 | |
*** thorst_ has joined #openstack-neutron | 01:04 | |
*** adriant has joined #openstack-neutron | 01:06 | |
*** thorst_ has quit IRC | 01:07 | |
*** banix has quit IRC | 01:07 | |
*** banix has joined #openstack-neutron | 01:07 | |
*** wu_ng has joined #openstack-neutron | 01:12 | |
*** itsuugo has quit IRC | 01:13 | |
*** itsuugo has joined #openstack-neutron | 01:14 | |
*** gvrangan has quit IRC | 01:14 | |
*** gvrangan has joined #openstack-neutron | 01:16 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Don't immediately restart in DHCP agent on port change https://review.openstack.org/372236 | 01:18 |
openstackgerrit | Merged openstack/neutron: Fix linuxbridge trunk subport RPC event handler https://review.openstack.org/372423 | 01:18 |
*** abhiraut has quit IRC | 01:18 | |
*** itsuugo has quit IRC | 01:19 | |
*** itsuugo has joined #openstack-neutron | 01:20 | |
*** donghao has joined #openstack-neutron | 01:21 | |
openstackgerrit | Merged openstack/neutron: Forbid importing neutron.tests.* from outside tests subtree https://review.openstack.org/367340 | 01:22 |
*** stanzgy has joined #openstack-neutron | 01:22 | |
*** gvrangan has quit IRC | 01:23 | |
*** wu_ng has quit IRC | 01:23 | |
*** haukebruno has quit IRC | 01:24 | |
*** wu_ng has joined #openstack-neutron | 01:24 | |
*** gvrangan has joined #openstack-neutron | 01:25 | |
*** haukebruno has joined #openstack-neutron | 01:26 | |
*** bana_k has quit IRC | 01:28 | |
*** ijw has quit IRC | 01:28 | |
*** kevo has quit IRC | 01:29 | |
*** ivar-laz_ has quit IRC | 01:32 | |
*** itsuugo has quit IRC | 01:33 | |
*** EinstCrazy has joined #openstack-neutron | 01:33 | |
*** itsuugo has joined #openstack-neutron | 01:34 | |
*** s3wong has quit IRC | 01:35 | |
*** EinstCrazy has quit IRC | 01:37 | |
*** ivar-lazzaro has joined #openstack-neutron | 01:38 | |
*** itsuugo has quit IRC | 01:42 | |
*** ivar-lazzaro has quit IRC | 01:42 | |
*** salv-orl_ has joined #openstack-neutron | 01:42 | |
*** tbachman has quit IRC | 01:42 | |
*** itsuugo has joined #openstack-neutron | 01:43 | |
openstackgerrit | Ha Van Tu proposed openstack/neutron-lib: api-ref: Add Networking v2.0 API versions response parameters https://review.openstack.org/357614 | 01:43 |
*** johnbelamaric has joined #openstack-neutron | 01:44 | |
*** ijw has joined #openstack-neutron | 01:45 | |
*** salv-orlando has quit IRC | 01:45 | |
*** itsuugo has quit IRC | 01:48 | |
*** itsuugo has joined #openstack-neutron | 01:48 | |
*** jhershbe has joined #openstack-neutron | 01:51 | |
*** liuyulong_ is now known as liuyulong | 01:53 | |
*** itsuugo has quit IRC | 01:54 | |
*** itsuugo has joined #openstack-neutron | 01:55 | |
*** gvrangan has quit IRC | 01:56 | |
*** baoli has joined #openstack-neutron | 01:58 | |
*** banix has quit IRC | 01:58 | |
*** donghao has quit IRC | 01:58 | |
*** markvoelker has quit IRC | 02:02 | |
*** Sukhdev has joined #openstack-neutron | 02:02 | |
*** markvoelker has joined #openstack-neutron | 02:02 | |
*** banix has joined #openstack-neutron | 02:03 | |
*** Sukhdev has quit IRC | 02:04 | |
haleyb | armax: pong | 02:04 |
*** itsuugo has quit IRC | 02:05 | |
*** itsuugo has joined #openstack-neutron | 02:06 | |
*** sdake has quit IRC | 02:06 | |
*** sdake has joined #openstack-neutron | 02:06 | |
*** namnh has joined #openstack-neutron | 02:12 | |
*** tbachman has joined #openstack-neutron | 02:12 | |
*** itsuugo has quit IRC | 02:12 | |
*** itsuugo has joined #openstack-neutron | 02:13 | |
*** tbachman has quit IRC | 02:17 | |
*** itsuugo has quit IRC | 02:18 | |
*** sdake has quit IRC | 02:18 | |
*** itsuugo has joined #openstack-neutron | 02:20 | |
*** jamielennox|away is now known as jamielennox | 02:20 | |
*** itsuugo has quit IRC | 02:24 | |
*** itsuugo has joined #openstack-neutron | 02:25 | |
*** ijw has quit IRC | 02:28 | |
*** ijw has joined #openstack-neutron | 02:37 | |
*** Sukhdev has joined #openstack-neutron | 02:38 | |
*** baoli has quit IRC | 02:38 | |
*** itsuugo has quit IRC | 02:38 | |
*** baoli has joined #openstack-neutron | 02:39 | |
*** itsuugo has joined #openstack-neutron | 02:41 | |
*** ijw has quit IRC | 02:41 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: Fetch insert UUID in ovsdb idl transaction https://review.openstack.org/372849 | 02:44 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Ensure trunk status is acknowledged during OVS subport operations https://review.openstack.org/372750 | 02:45 |
*** itsuugo has quit IRC | 02:52 | |
*** itsuugo has joined #openstack-neutron | 02:53 | |
*** dane_leblanc_ has quit IRC | 02:59 | |
*** markvoelker has quit IRC | 03:02 | |
*** markvoelker has joined #openstack-neutron | 03:02 | |
*** david-lyle has quit IRC | 03:03 | |
*** mickeys has quit IRC | 03:03 | |
*** baoli has quit IRC | 03:04 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lib: s/tenant/project/g https://review.openstack.org/372857 | 03:06 |
*** itsuugo has quit IRC | 03:07 | |
*** mickeys has joined #openstack-neutron | 03:07 | |
*** jhershbe has quit IRC | 03:08 | |
*** itsuugo has joined #openstack-neutron | 03:09 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lib: s/tenant/project/g https://review.openstack.org/372857 | 03:09 |
*** mickeys has quit IRC | 03:13 | |
*** prateek_ has joined #openstack-neutron | 03:16 | |
openstackgerrit | Merged openstack/neutron-lib: api-ref: Add Networking v2.0 API versions response parameters https://review.openstack.org/357614 | 03:16 |
*** kevo has joined #openstack-neutron | 03:22 | |
*** banix has quit IRC | 03:22 | |
*** Prem_ has quit IRC | 03:23 | |
*** yushiro has quit IRC | 03:25 | |
*** john-davidge has joined #openstack-neutron | 03:26 | |
openstackgerrit | LIU Yulong proposed openstack/neutron-dynamic-routing: Gracefully withdraw the floating IP bgp route https://review.openstack.org/357716 | 03:27 |
openstackgerrit | LIU Yulong proposed openstack/neutron-dynamic-routing: Let the bgp_plugin to query floating IP bgp next_hop https://review.openstack.org/372310 | 03:28 |
openstackgerrit | LIU Yulong proposed openstack/neutron: Get rid of floating IP bgp next_hop query https://review.openstack.org/357722 | 03:29 |
*** yamamot__ has joined #openstack-neutron | 03:30 | |
*** gvrangan has joined #openstack-neutron | 03:30 | |
*** john-davidge has quit IRC | 03:30 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lib: s/tenant/project/g https://review.openstack.org/372857 | 03:31 |
*** yushiro has joined #openstack-neutron | 03:45 | |
openstackgerrit | Ha Van Tu proposed openstack/neutron-lib: api-ref: Correcting Network v2.0 API extensions https://review.openstack.org/357579 | 03:47 |
openstackgerrit | LIU Yulong proposed openstack/neutron-dynamic-routing: Let the bgp_plugin to query floating IP bgp next_hop https://review.openstack.org/372310 | 03:48 |
*** garyk has joined #openstack-neutron | 03:56 | |
*** johnbelamaric has quit IRC | 03:59 | |
*** ganeshnalawade has joined #openstack-neutron | 04:04 | |
*** iyamahat has joined #openstack-neutron | 04:09 | |
*** itsuugo has quit IRC | 04:09 | |
*** ganeshnalawade has quit IRC | 04:10 | |
*** itsuugo has joined #openstack-neutron | 04:11 | |
*** ganeshnalawade has joined #openstack-neutron | 04:11 | |
*** mkolesni_ has joined #openstack-neutron | 04:17 | |
*** itsuugo has quit IRC | 04:19 | |
*** itsuugo has joined #openstack-neutron | 04:20 | |
*** yamahata has joined #openstack-neutron | 04:21 | |
*** amotoki has quit IRC | 04:21 | |
*** njohnsto_ has joined #openstack-neutron | 04:23 | |
*** itsuugo has quit IRC | 04:25 | |
*** itsuugo has joined #openstack-neutron | 04:27 | |
*** amotoki has joined #openstack-neutron | 04:30 | |
*** dane_leblanc_ has joined #openstack-neutron | 04:31 | |
*** itsuugo has quit IRC | 04:32 | |
*** itsuugo has joined #openstack-neutron | 04:33 | |
*** Jeffrey4l_ is now known as Jeffrey4l | 04:36 | |
*** itsuugo has quit IRC | 04:38 | |
*** itsuugo has joined #openstack-neutron | 04:39 | |
*** parora has joined #openstack-neutron | 04:39 | |
*** prateek_ has quit IRC | 04:41 | |
*** shausy has joined #openstack-neutron | 04:41 | |
*** yamamot__ has quit IRC | 04:41 | |
*** ratailor has joined #openstack-neutron | 04:43 | |
*** amotoki has quit IRC | 04:44 | |
*** diga has joined #openstack-neutron | 04:45 | |
openstackgerrit | Merged openstack/neutron-lib: api-ref: added a note to lbaasv1 about its removal in N+ https://review.openstack.org/362838 | 04:45 |
*** sdake has joined #openstack-neutron | 04:46 | |
*** markvoelker has quit IRC | 04:46 | |
*** yamamot__ has joined #openstack-neutron | 04:47 | |
*** jhershbe has joined #openstack-neutron | 04:48 | |
*** ganeshnalawade has quit IRC | 04:51 | |
*** tflynn has joined #openstack-neutron | 04:51 | |
*** pgadiya has joined #openstack-neutron | 04:54 | |
*** rkukura has joined #openstack-neutron | 05:01 | |
*** Alex_Stef has joined #openstack-neutron | 05:02 | |
*** itsuugo has quit IRC | 05:03 | |
*** armax has quit IRC | 05:04 | |
*** thorst_ has joined #openstack-neutron | 05:05 | |
*** itsuugo has joined #openstack-neutron | 05:05 | |
*** pbandark has joined #openstack-neutron | 05:05 | |
*** jroll has quit IRC | 05:09 | |
*** jroll has joined #openstack-neutron | 05:09 | |
*** jroll has quit IRC | 05:09 | |
*** jroll has joined #openstack-neutron | 05:09 | |
*** moshele has joined #openstack-neutron | 05:09 | |
*** parora has quit IRC | 05:10 | |
*** akshai has joined #openstack-neutron | 05:11 | |
*** amotoki has joined #openstack-neutron | 05:14 | |
*** thorst_ has quit IRC | 05:14 | |
*** itsuugo has quit IRC | 05:14 | |
*** itsuugo has joined #openstack-neutron | 05:15 | |
*** prateek has joined #openstack-neutron | 05:16 | |
*** rossella_s has quit IRC | 05:19 | |
*** akshai has quit IRC | 05:19 | |
*** rossella_s has joined #openstack-neutron | 05:19 | |
*** itsuugo has quit IRC | 05:20 | |
*** ganeshnalawade has joined #openstack-neutron | 05:20 | |
*** itsuugo has joined #openstack-neutron | 05:22 | |
*** mosulica has joined #openstack-neutron | 05:22 | |
*** Sukhdev has quit IRC | 05:22 | |
*** yamamot__ has quit IRC | 05:22 | |
*** vaidy_ has joined #openstack-neutron | 05:24 | |
vaidy_ | garyk: ping | 05:24 |
*** hynekm has joined #openstack-neutron | 05:29 | |
*** aswadr_ has joined #openstack-neutron | 05:29 | |
*** ekuris has joined #openstack-neutron | 05:29 | |
*** jhershbe has quit IRC | 05:31 | |
*** hieulq has quit IRC | 05:36 | |
*** hoangcx_ has joined #openstack-neutron | 05:36 | |
*** namnh has quit IRC | 05:38 | |
*** hoangcx has quit IRC | 05:38 | |
*** namnh has joined #openstack-neutron | 05:38 | |
openstackgerrit | Hynek Mlnarik proposed openstack/neutron: API tests: Check MTU sanity of trunk/subport https://review.openstack.org/364208 | 05:41 |
openstackgerrit | garyk proposed openstack/neutron: Remove unit tests for deprecated code https://review.openstack.org/372324 | 05:42 |
*** markvoelker has joined #openstack-neutron | 05:47 | |
*** ganeshnalawade has quit IRC | 05:48 | |
*** itsuugo has quit IRC | 05:48 | |
*** ganeshnalawade has joined #openstack-neutron | 05:49 | |
*** itsuugo has joined #openstack-neutron | 05:49 | |
*** amotoki_ has joined #openstack-neutron | 05:51 | |
*** hieulq has joined #openstack-neutron | 05:51 | |
*** markvoelker has quit IRC | 05:52 | |
*** john-davidge has joined #openstack-neutron | 05:52 | |
*** itsuugo has quit IRC | 05:54 | |
*** amotoki has quit IRC | 05:54 | |
*** itsuugo has joined #openstack-neutron | 05:55 | |
*** slaweq_ has joined #openstack-neutron | 05:56 | |
*** oshvartz has joined #openstack-neutron | 05:56 | |
*** john-davidge has quit IRC | 05:57 | |
*** ganeshnalawade has quit IRC | 05:57 | |
*** ganeshnalawade has joined #openstack-neutron | 05:58 | |
*** edand has joined #openstack-neutron | 05:58 | |
*** tflynn has quit IRC | 06:00 | |
*** ganeshnalawade has quit IRC | 06:01 | |
*** itsuugo has quit IRC | 06:02 | |
*** itsuugo has joined #openstack-neutron | 06:03 | |
*** yfried has joined #openstack-neutron | 06:05 | |
*** diga has quit IRC | 06:06 | |
openstackgerrit | Ha Van Tu proposed openstack/neutron-lib: api-ref: Correcting Network v2.0 API extensions https://review.openstack.org/357579 | 06:06 |
*** fzdarsky has joined #openstack-neutron | 06:07 | |
*** jhershbe has joined #openstack-neutron | 06:09 | |
*** claudiub has joined #openstack-neutron | 06:09 | |
*** amotoki has joined #openstack-neutron | 06:10 | |
*** yamamot__ has joined #openstack-neutron | 06:11 | |
*** itsuugo has quit IRC | 06:11 | |
*** itsuugo has joined #openstack-neutron | 06:12 | |
*** amotoki_ has quit IRC | 06:13 | |
*** oanson has joined #openstack-neutron | 06:15 | |
*** slaweq_ has quit IRC | 06:16 | |
*** itsuugo has quit IRC | 06:17 | |
*** EinstCrazy has joined #openstack-neutron | 06:18 | |
*** itsuugo has joined #openstack-neutron | 06:19 | |
*** digambar_patil has joined #openstack-neutron | 06:19 | |
*** irenab has joined #openstack-neutron | 06:20 | |
*** hoangcx_ has quit IRC | 06:22 | |
*** hoangcx has joined #openstack-neutron | 06:22 | |
*** irenab_ has joined #openstack-neutron | 06:22 | |
*** irenab has quit IRC | 06:24 | |
*** irenab_ is now known as irenab | 06:24 | |
*** jhershbe has quit IRC | 06:25 | |
*** adriant has quit IRC | 06:27 | |
*** irenab has quit IRC | 06:29 | |
*** irenab has joined #openstack-neutron | 06:29 | |
*** andreas_s has joined #openstack-neutron | 06:30 | |
*** amotoki has quit IRC | 06:31 | |
*** obondarev has joined #openstack-neutron | 06:31 | |
*** itsuugo has quit IRC | 06:31 | |
*** slaweq_ has joined #openstack-neutron | 06:31 | |
*** digambar_patil has quit IRC | 06:32 | |
*** diga has joined #openstack-neutron | 06:32 | |
*** ociuhandu has joined #openstack-neutron | 06:32 | |
*** itsuugo has joined #openstack-neutron | 06:32 | |
*** jlibosva has joined #openstack-neutron | 06:33 | |
*** itzikb has joined #openstack-neutron | 06:35 | |
*** amotoki has joined #openstack-neutron | 06:35 | |
*** bana_k has joined #openstack-neutron | 06:35 | |
openstackgerrit | Hynek Mlnarik proposed openstack/neutron: Connectivity tests for OVS agent failures/restarts https://review.openstack.org/353373 | 06:37 |
*** gvrangan has quit IRC | 06:38 | |
*** ganeshnalawade has joined #openstack-neutron | 06:38 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-fwaas: Check for _interfaces in updated_router https://review.openstack.org/371611 | 06:39 |
*** jhershbe has joined #openstack-neutron | 06:39 | |
*** rkukura has quit IRC | 06:42 | |
*** njohnsto_ has quit IRC | 06:43 | |
*** obondarev has quit IRC | 06:43 | |
*** itsuugo has quit IRC | 06:44 | |
*** itsuugo has joined #openstack-neutron | 06:45 | |
*** rkukura has joined #openstack-neutron | 06:45 | |
*** ushkalim has joined #openstack-neutron | 06:45 | |
*** sridharg has joined #openstack-neutron | 06:47 | |
*** kobis has joined #openstack-neutron | 06:48 | |
*** markvoelker has joined #openstack-neutron | 06:48 | |
*** itsuugo has quit IRC | 06:50 | |
*** itsuugo has joined #openstack-neutron | 06:50 | |
*** pcaruana has joined #openstack-neutron | 06:50 | |
*** yfried has quit IRC | 06:51 | |
*** yfried has joined #openstack-neutron | 06:52 | |
*** iranzo has joined #openstack-neutron | 06:52 | |
*** iranzo has joined #openstack-neutron | 06:52 | |
*** markvoelker has quit IRC | 06:52 | |
*** bjolo__ is now known as bjolo | 06:53 | |
*** ganeshnalawade has quit IRC | 06:53 | |
*** ociuhandu has quit IRC | 06:53 | |
*** ganeshnalawade has joined #openstack-neutron | 06:54 | |
openstackgerrit | Yang Yu proposed openstack/neutron-dynamic-routing: Refactor the code to support agentless BGP driver https://review.openstack.org/349921 | 06:54 |
*** yfried has quit IRC | 06:57 | |
*** yfried has joined #openstack-neutron | 06:57 | |
*** obondarev has joined #openstack-neutron | 06:57 | |
*** itsuugo has quit IRC | 06:59 | |
*** ganeshnalawade has quit IRC | 07:00 | |
*** itsuugo has joined #openstack-neutron | 07:00 | |
*** slaweq_ has quit IRC | 07:01 | |
*** iwamoto has joined #openstack-neutron | 07:02 | |
*** slaweq_ has joined #openstack-neutron | 07:02 | |
*** ganeshnalawade has joined #openstack-neutron | 07:02 | |
*** bana_k has quit IRC | 07:04 | |
*** ganeshnalawade has quit IRC | 07:05 | |
*** ganeshnalawade has joined #openstack-neutron | 07:05 | |
*** obondarev has quit IRC | 07:05 | |
*** fnaval has quit IRC | 07:06 | |
*** itsuugo has quit IRC | 07:11 | |
*** itsuugo has joined #openstack-neutron | 07:12 | |
*** ganeshnalawade has quit IRC | 07:13 | |
*** ganeshnalawade has joined #openstack-neutron | 07:14 | |
*** chlong has quit IRC | 07:14 | |
*** matrohon has joined #openstack-neutron | 07:15 | |
*** namnh has quit IRC | 07:16 | |
*** vaidy_ has quit IRC | 07:16 | |
*** ganeshnalawade has quit IRC | 07:17 | |
*** wolverineav has joined #openstack-neutron | 07:18 | |
*** slaweq_ has quit IRC | 07:18 | |
*** sleviim has joined #openstack-neutron | 07:18 | |
*** rcernin has joined #openstack-neutron | 07:19 | |
*** ganeshnalawade has joined #openstack-neutron | 07:21 | |
*** itsuugo has quit IRC | 07:24 | |
*** itsuugo has joined #openstack-neutron | 07:25 | |
*** yamahata has quit IRC | 07:27 | |
*** jlanoux has joined #openstack-neutron | 07:27 | |
*** iyamahat has quit IRC | 07:28 | |
*** itsuugo has quit IRC | 07:30 | |
*** itsuugo has joined #openstack-neutron | 07:31 | |
*** slaweq_ has joined #openstack-neutron | 07:32 | |
*** liuyulong_ has joined #openstack-neutron | 07:34 | |
matrohon | armax : hi | 07:35 |
*** jpena|off is now known as jpena | 07:36 | |
*** liuyulong has quit IRC | 07:36 | |
*** bfernando has joined #openstack-neutron | 07:39 | |
*** salv-orlando has joined #openstack-neutron | 07:42 | |
*** eezhova_ has joined #openstack-neutron | 07:42 | |
*** salv-orl_ has quit IRC | 07:44 | |
*** markvoelker has joined #openstack-neutron | 07:49 | |
*** ociuhandu has joined #openstack-neutron | 07:51 | |
*** liuyulong has joined #openstack-neutron | 07:51 | |
*** EinstCrazy has quit IRC | 07:53 | |
*** markvoelker has quit IRC | 07:53 | |
*** itsuugo has quit IRC | 07:54 | |
*** itsuugo has joined #openstack-neutron | 07:55 | |
*** ociuhandu has quit IRC | 07:55 | |
*** zzzeek has quit IRC | 08:00 | |
*** ihrachys has joined #openstack-neutron | 08:00 | |
*** zzzeek has joined #openstack-neutron | 08:00 | |
*** yushiro has quit IRC | 08:01 | |
*** itsuugo has quit IRC | 08:02 | |
*** itsuugo has joined #openstack-neutron | 08:03 | |
*** yushiro has joined #openstack-neutron | 08:04 | |
*** jlanoux has quit IRC | 08:08 | |
*** ociuhandu has joined #openstack-neutron | 08:09 | |
*** jlanoux has joined #openstack-neutron | 08:09 | |
openstackgerrit | Kengo Hobo proposed openstack/neutron: Wrap ns non-existent err during updating iptables by metering-agent https://review.openstack.org/371407 | 08:10 |
*** ganeshnalawade has quit IRC | 08:11 | |
openstackgerrit | Kengo Hobo proposed openstack/neutron: Wrap ns non-existent err during updating iptables by metering-agent https://review.openstack.org/371407 | 08:13 |
*** ociuhandu has quit IRC | 08:14 | |
*** fzdarsky has quit IRC | 08:14 | |
*** pmannidi has quit IRC | 08:15 | |
*** fzdarsky has joined #openstack-neutron | 08:19 | |
openstackgerrit | Yang Yu proposed openstack/neutron-specs: Support agentless driver in neutron-dynamic-routing https://review.openstack.org/373029 | 08:19 |
*** ganeshnalawade has joined #openstack-neutron | 08:19 | |
*** devvesa has joined #openstack-neutron | 08:20 | |
*** apdibbo has joined #openstack-neutron | 08:21 | |
*** eezhova_ has quit IRC | 08:22 | |
*** mvk has quit IRC | 08:25 | |
*** obondarev has joined #openstack-neutron | 08:28 | |
*** hynekm has quit IRC | 08:30 | |
*** slaweq_ has quit IRC | 08:31 | |
*** hynekm has joined #openstack-neutron | 08:31 | |
*** yushiro has quit IRC | 08:32 | |
*** zhhuabj_ has quit IRC | 08:32 | |
*** bradjones has quit IRC | 08:33 | |
*** ganeshnalawade has quit IRC | 08:36 | |
*** wolverineav has quit IRC | 08:36 | |
*** bradjones has joined #openstack-neutron | 08:36 | |
*** bradjones has quit IRC | 08:36 | |
*** bradjones has joined #openstack-neutron | 08:36 | |
*** itsuugo has quit IRC | 08:36 | |
*** wolverineav has joined #openstack-neutron | 08:36 | |
*** itsuugo has joined #openstack-neutron | 08:39 | |
*** wolverineav has quit IRC | 08:39 | |
*** wolverineav has joined #openstack-neutron | 08:39 | |
*** sambetts|afk is now known as sambetts | 08:40 | |
*** ushkalim_ has joined #openstack-neutron | 08:40 | |
*** slaweq_ has joined #openstack-neutron | 08:43 | |
*** zhhuabj_ has joined #openstack-neutron | 08:45 | |
*** mhickey has joined #openstack-neutron | 08:45 | |
*** claudiub has quit IRC | 08:47 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Add cookie tracking to OVS firewall driver https://review.openstack.org/295154 | 08:48 |
*** markvoelker has joined #openstack-neutron | 08:50 | |
*** hoangcx has quit IRC | 08:52 | |
*** wolverineav has quit IRC | 08:52 | |
*** hoangcx has joined #openstack-neutron | 08:52 | |
*** wolverineav has joined #openstack-neutron | 08:54 | |
*** markvoelker has quit IRC | 08:54 | |
*** eezhova_ has joined #openstack-neutron | 08:56 | |
*** ganeshnalawade has joined #openstack-neutron | 09:01 | |
*** nmagnezi has joined #openstack-neutron | 09:01 | |
*** lezbar has joined #openstack-neutron | 09:01 | |
*** davidsha has joined #openstack-neutron | 09:01 | |
*** nmagnezi has quit IRC | 09:01 | |
*** jinli has quit IRC | 09:02 | |
*** mvk has joined #openstack-neutron | 09:02 | |
*** zgleason has quit IRC | 09:03 | |
*** manikanta_tadi has joined #openstack-neutron | 09:03 | |
*** lilintan has joined #openstack-neutron | 09:04 | |
*** xenogear has quit IRC | 09:04 | |
*** mirrorbo1 has quit IRC | 09:04 | |
*** xenogear has joined #openstack-neutron | 09:04 | |
*** ociuhandu has joined #openstack-neutron | 09:05 | |
*** john-davidge has joined #openstack-neutron | 09:08 | |
*** efoley has joined #openstack-neutron | 09:08 | |
*** lujinluo has quit IRC | 09:09 | |
*** zgleason has joined #openstack-neutron | 09:09 | |
*** wolverineav has quit IRC | 09:10 | |
*** itsuugo has quit IRC | 09:10 | |
*** efoley_ has joined #openstack-neutron | 09:11 | |
*** itsuugo has joined #openstack-neutron | 09:11 | |
*** xenogear has quit IRC | 09:12 | |
*** john-davidge has quit IRC | 09:13 | |
*** jinli has joined #openstack-neutron | 09:14 | |
*** john-davidge has joined #openstack-neutron | 09:14 | |
*** efoley has quit IRC | 09:14 | |
*** jhershbe has quit IRC | 09:16 | |
openstackgerrit | Mathieu Rohon proposed openstack/neutron: Send a callback before attaching a subnet to a router https://review.openstack.org/369221 | 09:19 |
*** fzdarsky has quit IRC | 09:19 | |
*** edand has quit IRC | 09:19 | |
*** itsuugo has quit IRC | 09:24 | |
*** amotoki has quit IRC | 09:24 | |
*** itsuugo has joined #openstack-neutron | 09:26 | |
reedip | kevinbenton: there? | 09:28 |
*** xenogear has joined #openstack-neutron | 09:29 | |
*** mirrorbo1 has joined #openstack-neutron | 09:31 | |
*** iwamoto has quit IRC | 09:31 | |
*** ircuser-1 has quit IRC | 09:32 | |
*** prithiv has joined #openstack-neutron | 09:33 | |
*** ganeshnalawade has quit IRC | 09:37 | |
*** itsuugo has quit IRC | 09:41 | |
*** itsuugo has joined #openstack-neutron | 09:42 | |
*** mfuruta has quit IRC | 09:42 | |
*** namnh has joined #openstack-neutron | 09:43 | |
*** ganeshnalawade has joined #openstack-neutron | 09:45 | |
ihrachys | 2016-09-20T05:27:35.743Z|00158|bridge|INFO|bridge br-int: added interface qr-b97c6c7c-c5 on port 72 | 09:45 |
ihrachys | 2016-09-20T05:27:35.801Z|00159|bridge|INFO|bridge br-int: added interface tap08f8e68a-81 on port 72 | 09:45 |
ihrachys | kevinbenton: ^ is it that same issue with ovs allocating same port? | 09:45 |
ihrachys | yeah, I guess it is, I aslo see 4095 tagged ports | 09:47 |
*** oanson has quit IRC | 09:48 | |
*** oanson has joined #openstack-neutron | 09:48 | |
ihrachys | would I see any dhcp agent traces in logs then though? | 09:49 |
ihrachys | I don't see any in my failure logs | 09:49 |
*** ociuhandu has quit IRC | 09:50 | |
*** prithiv has quit IRC | 09:50 | |
*** kev0 has joined #openstack-neutron | 09:51 | |
*** ganeshnalawade has quit IRC | 09:51 | |
*** ganeshnalawade has joined #openstack-neutron | 09:51 | |
*** donghao has joined #openstack-neutron | 09:52 | |
*** freerunner has quit IRC | 09:52 | |
*** ganeshnalawade has quit IRC | 09:52 | |
*** freerunner has joined #openstack-neutron | 09:52 | |
*** ganeshnalawade has joined #openstack-neutron | 09:53 | |
*** kevo has quit IRC | 09:53 | |
*** ociuhandu has joined #openstack-neutron | 09:54 | |
*** tmorin has joined #openstack-neutron | 09:54 | |
*** slaweq_ has quit IRC | 09:57 | |
*** prithiv has joined #openstack-neutron | 09:58 | |
*** prithiv has quit IRC | 09:58 | |
openstackgerrit | Oleg Bondarev proposed openstack/neutron: Do not retry default security group creation https://review.openstack.org/373108 | 09:59 |
*** itsuugo has quit IRC | 10:00 | |
*** itsuugo has joined #openstack-neutron | 10:01 | |
*** areale has quit IRC | 10:08 | |
*** amotoki has joined #openstack-neutron | 10:09 | |
*** hoangcx has quit IRC | 10:11 | |
*** wu_ng has quit IRC | 10:11 | |
*** jhershbe has joined #openstack-neutron | 10:12 | |
*** slaweq_ has joined #openstack-neutron | 10:13 | |
*** korzen has joined #openstack-neutron | 10:18 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: fullstack: VLAN aware VMs test https://review.openstack.org/369001 | 10:18 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: tests: catch eventlet.Timeout exception https://review.openstack.org/372552 | 10:19 |
*** amotoki has quit IRC | 10:21 | |
*** yamamot__ has quit IRC | 10:22 | |
*** tyrola has joined #openstack-neutron | 10:23 | |
openstackgerrit | Thomas Morin proposed openstack/neutron: OVS: merge the required OpenFLow version rather than replace https://review.openstack.org/371455 | 10:24 |
*** tmorin has quit IRC | 10:27 | |
*** veena has joined #openstack-neutron | 10:29 | |
*** dave-johnston has joined #openstack-neutron | 10:30 | |
*** sdague has joined #openstack-neutron | 10:31 | |
ihrachys | kevinbenton: https://review.openstack.org/#/c/367981/1 please, it blocks some more docs/release patches in the queue | 10:33 |
*** mvk has quit IRC | 10:33 | |
*** prateek has quit IRC | 10:34 | |
*** claudiub has joined #openstack-neutron | 10:34 | |
openstackgerrit | Monty Taylor proposed openstack/python-neutronclient: Handle keystoneauth exceptions in retry logic https://review.openstack.org/373147 | 10:34 |
*** mvk has joined #openstack-neutron | 10:35 | |
*** prateek has joined #openstack-neutron | 10:35 | |
veena | facing issue while using ovs-dpdk with openstack. VM is getting created and is active, but unable to ping or ssh to VM. I have followed config instructions given in http://docs.openstack.org/developer/neutron/devref/ovs_vhostuser.html | 10:35 |
mordred | jamielennox: ^^ doublecheck me on that? we're debugging something on infra-cloud and noticed intermittent connect issues | 10:35 |
*** obondarev has quit IRC | 10:35 | |
ihrachys | HenryG: could you please consider https://review.openstack.org/#/c/365560/ ? it constraints neutron-lib repo. | 10:36 |
*** claudiub|2 has joined #openstack-neutron | 10:36 | |
*** boden has joined #openstack-neutron | 10:36 | |
*** tyrola has quit IRC | 10:37 | |
veena | I have done the conf change both n controller and compute in /etc/neutron/plugins/ml2/openvswitch_agent.ini. vhu port is created under br-int but unable to reach VM from host | 10:37 |
*** claudiub has quit IRC | 10:39 | |
*** rodrigods has quit IRC | 10:41 | |
*** rodrigods has joined #openstack-neutron | 10:42 | |
*** amotoki has joined #openstack-neutron | 10:42 | |
*** anilvenkata has joined #openstack-neutron | 10:42 | |
*** tyrola has joined #openstack-neutron | 10:47 | |
*** itsuugo has quit IRC | 10:47 | |
*** rtheis has joined #openstack-neutron | 10:48 | |
*** ganeshnalawade has quit IRC | 10:48 | |
*** itsuugo has joined #openstack-neutron | 10:48 | |
*** slaweq_ has quit IRC | 10:48 | |
*** ganeshnalawade has joined #openstack-neutron | 10:48 | |
*** haukebruno has quit IRC | 10:49 | |
*** haukebruno has joined #openstack-neutron | 10:50 | |
*** slaweq_ has joined #openstack-neutron | 10:51 | |
*** jlibosva has quit IRC | 10:54 | |
veena | is there any other configuration that I'm missing to use ovs-dpdk? | 10:54 |
*** tyrola has quit IRC | 10:54 | |
*** amotoki has quit IRC | 10:57 | |
*** fzdarsky has joined #openstack-neutron | 10:58 | |
*** itsuugo has quit IRC | 10:58 | |
*** jlibosva has joined #openstack-neutron | 11:00 | |
*** itsuugo has joined #openstack-neutron | 11:01 | |
*** johnbelamaric has joined #openstack-neutron | 11:01 | |
*** johnbelamaric has quit IRC | 11:03 | |
jamielennox | mordred: it'll work, however there is retry logic built into keystoneauth so i'm not sure about doing it twice | 11:03 |
*** banix has joined #openstack-neutron | 11:03 | |
openstackgerrit | venkata anil proposed openstack/neutron: New option for num_threads for state change server https://review.openstack.org/317616 | 11:04 |
*** johnbelamaric has joined #openstack-neutron | 11:07 | |
*** ganeshnalawade has quit IRC | 11:08 | |
*** EinstCrazy has joined #openstack-neutron | 11:09 | |
*** ganeshnalawade has joined #openstack-neutron | 11:11 | |
*** ganeshnalawade has quit IRC | 11:13 | |
jamielennox | mordred: https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/session.py#L605 | 11:13 |
*** banix has quit IRC | 11:15 | |
*** yamamoto has joined #openstack-neutron | 11:18 | |
*** itsuugo has quit IRC | 11:18 | |
*** zhhuabj_ has quit IRC | 11:18 | |
openstackgerrit | garyk proposed openstack/neutron: Remove unit tests for deprecated code https://review.openstack.org/372324 | 11:19 |
*** itsuugo has joined #openstack-neutron | 11:19 | |
*** tyrola has joined #openstack-neutron | 11:20 | |
*** zhhuabj_ has joined #openstack-neutron | 11:21 | |
*** ochalups has joined #openstack-neutron | 11:23 | |
*** obondarev has joined #openstack-neutron | 11:23 | |
*** johnbelamaric has quit IRC | 11:23 | |
*** yamamoto has quit IRC | 11:24 | |
*** yamamoto has joined #openstack-neutron | 11:25 | |
*** yamamoto has quit IRC | 11:26 | |
*** karthiks has quit IRC | 11:28 | |
*** stanzgy has quit IRC | 11:29 | |
*** tyrola has quit IRC | 11:32 | |
*** tyrola has joined #openstack-neutron | 11:33 | |
*** itsuugo has quit IRC | 11:37 | |
*** itsuugo has joined #openstack-neutron | 11:38 | |
*** baojg has joined #openstack-neutron | 11:40 | |
*** devvesa has quit IRC | 11:42 | |
*** lucas-afk is now known as lucasagomes | 11:44 | |
*** jpena is now known as jpena|lunch | 11:44 | |
*** johnbelamaric has joined #openstack-neutron | 11:47 | |
*** amotoki has joined #openstack-neutron | 11:47 | |
*** shz has quit IRC | 11:49 | |
*** ekuris has quit IRC | 11:49 | |
*** shihanzhang has joined #openstack-neutron | 11:49 | |
kobis | anyone ran into a failure when running devstack with networking-sfc enabled? | 11:50 |
kobis | seems like it fails to compile ovs with ubuntu 14.04 | 11:51 |
*** korzen_ has joined #openstack-neutron | 11:51 | |
*** mosulica has quit IRC | 11:54 | |
*** itsuugo has quit IRC | 11:54 | |
openstackgerrit | Oleg Bondarev proposed openstack/neutron: Do not retry default security group creation https://review.openstack.org/373108 | 11:55 |
*** itsuugo has joined #openstack-neutron | 11:56 | |
*** xiaoyang has joined #openstack-neutron | 11:58 | |
*** amuller has joined #openstack-neutron | 11:59 | |
*** johnbelamaric has quit IRC | 11:59 | |
*** ratailor has quit IRC | 11:59 | |
*** mosulica has joined #openstack-neutron | 11:59 | |
*** namnh has quit IRC | 11:59 | |
*** mvk has quit IRC | 12:00 | |
*** mvk has joined #openstack-neutron | 12:04 | |
*** yamamoto has joined #openstack-neutron | 12:05 | |
*** itsuugo has quit IRC | 12:06 | |
*** itsuugo has joined #openstack-neutron | 12:07 | |
*** namnh has joined #openstack-neutron | 12:08 | |
*** amotoki has quit IRC | 12:08 | |
*** amotoki has joined #openstack-neutron | 12:09 | |
*** baojg has quit IRC | 12:09 | |
*** rubasov has quit IRC | 12:10 | |
*** baoli has joined #openstack-neutron | 12:10 | |
*** baoli_ has joined #openstack-neutron | 12:11 | |
*** edmondsw has joined #openstack-neutron | 12:12 | |
*** remix_tj has joined #openstack-neutron | 12:13 | |
*** mosulica has quit IRC | 12:13 | |
*** remix_tj has left #openstack-neutron | 12:13 | |
*** baoli has quit IRC | 12:15 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Fix wrong use of six.moves.queue.get() https://review.openstack.org/373231 | 12:16 |
*** korzen_ has quit IRC | 12:21 | |
*** matrohon has quit IRC | 12:23 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Linux Bridge: driver support for QoS egress minimum bandwidth https://review.openstack.org/357865 | 12:23 |
*** markvoelker has joined #openstack-neutron | 12:24 | |
HenryG | ihrachys: commented | 12:26 |
*** diga has quit IRC | 12:28 | |
*** krtaylor has joined #openstack-neutron | 12:36 | |
*** zhhuabj_ has quit IRC | 12:36 | |
*** matrohon has joined #openstack-neutron | 12:38 | |
*** zhhuabj_ has joined #openstack-neutron | 12:42 | |
*** zkassab_ has joined #openstack-neutron | 12:43 | |
*** mvk has quit IRC | 12:45 | |
*** mvk has joined #openstack-neutron | 12:46 | |
*** jpena|lunch is now known as jpena | 12:46 | |
*** mkolesni_ has quit IRC | 12:49 | |
*** stanzgy has joined #openstack-neutron | 12:51 | |
*** mkolesni_ has joined #openstack-neutron | 12:52 | |
*** obondarev has quit IRC | 12:53 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: Fetch insert UUID in ovsdb idl transaction https://review.openstack.org/372849 | 12:53 |
*** ekuris has joined #openstack-neutron | 12:54 | |
*** mkolesni_ has quit IRC | 12:54 | |
*** obondarev has joined #openstack-neutron | 12:55 | |
*** david-lyle has joined #openstack-neutron | 12:56 | |
*** stanzgy has quit IRC | 12:57 | |
*** vishwanathj has joined #openstack-neutron | 12:57 | |
*** mkolesni_ has joined #openstack-neutron | 12:58 | |
*** korzen_ has joined #openstack-neutron | 12:58 | |
*** sridharg has quit IRC | 12:58 | |
*** wasmum has quit IRC | 12:58 | |
*** gkadam has quit IRC | 12:58 | |
*** prateek has quit IRC | 13:01 | |
*** prateek has joined #openstack-neutron | 13:01 | |
*** lilintan has quit IRC | 13:02 | |
*** mkolesni_ has quit IRC | 13:02 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: Fetch insert UUID in ovsdb idl transaction https://review.openstack.org/372849 | 13:02 |
*** ganeshnalawade has joined #openstack-neutron | 13:02 | |
*** zhhuabj_ has quit IRC | 13:03 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: Add admin api tests for project-id https://review.openstack.org/371998 | 13:06 |
*** pgadiya has quit IRC | 13:07 | |
*** markd__ has joined #openstack-neutron | 13:07 | |
*** obondarev has quit IRC | 13:07 | |
*** markd__ has quit IRC | 13:08 | |
openstackgerrit | Henry Gessau proposed openstack/python-neutronclient: Handle keystoneauth exceptions in retry logic https://review.openstack.org/373147 | 13:08 |
*** obondarev has joined #openstack-neutron | 13:11 | |
*** sridharg has joined #openstack-neutron | 13:11 | |
*** mriedem has joined #openstack-neutron | 13:11 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: Remove deprecated class NeutronController https://review.openstack.org/372324 | 13:13 |
ihrachys | HenryG: are we ok with having different tox_install.sh scripts in different repos? | 13:13 |
*** janzian has joined #openstack-neutron | 13:14 | |
HenryG | ihrachys: I think they should all use $mydir :) | 13:14 |
ihrachys | HenryG: I hope you don't suggest me to go thru all of them :) | 13:15 |
HenryG | ihrachys: :) | 13:15 |
ihrachys | if I would touch the script, I would just kill that file completely, it's useless from what I wonder. | 13:15 |
HenryG | ihrachys: At least we are no worse off by improving one now. | 13:15 |
HenryG | ihrachys: Then file a bug tagged "low-hanging-fruit". I am sure a volunteer will appear. | 13:16 |
*** Alex_Stef has quit IRC | 13:17 | |
*** sdake has quit IRC | 13:17 | |
*** namnh has quit IRC | 13:17 | |
*** vaidy has quit IRC | 13:18 | |
ihrachys | HenryG: meh for the bug report. a waste of someone's time. :-| | 13:18 |
*** ganeshnalawade has quit IRC | 13:18 | |
*** rossella_s has quit IRC | 13:19 | |
*** ganeshnalawade has joined #openstack-neutron | 13:19 | |
ihrachys | HenryG: I am ok to fix the patch I have, just don't see much value, and some issues in the future when you try to sync some fixes between them. | 13:19 |
HenryG | ihrachys: hang on, checking codesearch.o.o | 13:19 |
*** rossella_s has joined #openstack-neutron | 13:19 | |
HenryG | ihrachys: I think we can safely assume it is not used | 13:19 |
ihrachys | meh, ok I will clean it up | 13:20 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-lib: Add support for upper-constraints.txt for all tox targets https://review.openstack.org/365560 | 13:20 |
HenryG | ihrachys: too late | 13:20 |
HenryG | argh! | 13:20 |
HenryG | :) | 13:20 |
ihrachys | see?? | 13:22 |
*** vaidy has joined #openstack-neutron | 13:23 | |
HenryG | ihrachys: Next time we need to paint a shed, I will do it with my eyes closed. | 13:26 |
*** mlavalle has joined #openstack-neutron | 13:26 | |
*** gouthamr has joined #openstack-neutron | 13:27 | |
openstackgerrit | Merged openstack/neutron-fwaas: Check for _interfaces in updated_router https://review.openstack.org/371611 | 13:28 |
*** avozza has joined #openstack-neutron | 13:31 | |
*** sambetts is now known as Tehsmash | 13:32 | |
*** Tehsmash is now known as sambetts | 13:32 | |
*** baoli_ has quit IRC | 13:34 | |
*** openstackstatus has joined #openstack-neutron | 13:36 | |
*** ChanServ sets mode: +v openstackstatus | 13:36 | |
zigo | Could someone tell me what means the "RuntimeError: stop called on unstarted patcher" in this log? http://logs.openstack.org/51/373251/1/check/gate-deb-neutron-taas-dpkg-debian-jessie/74793fa/console.html | 13:37 |
zigo | Looks like an issue in the fixture ... | 13:37 |
zigo | HenryG: ^ | 13:37 |
zigo | ihrachys: ^ | 13:37 |
ihrachys | zigo: it means that some test code attempted to .stop() a mock.patch that was not start()ed | 13:38 |
*** r-daneel has joined #openstack-neutron | 13:38 | |
zigo | I see... | 13:38 |
zigo | ihrachys: Any idea what's going on then with this build then? | 13:38 |
*** johnbelamaric has joined #openstack-neutron | 13:38 | |
ihrachys | it's for taas, I don't think it's part of neutron? | 13:38 |
zigo | I'd love to get this fixed, so we have a full set of Newton b3 packages for Debian (appart from Gnocchi, Ironic & Horizon, everything is already packaged...) | 13:39 |
zigo | ihrachys: Yeah, as the build log folder name says ! :) | 13:39 |
*** banix has joined #openstack-neutron | 13:39 | |
zigo | "gate-deb-neutron-taas-dpkg-debian-jessie" ... | 13:39 |
ihrachys | zigo: well we are not responsible for someone highjacking our name :P | 13:39 |
zigo | ihrachys: Where should I ask? Is there a channel for taas ? | 13:40 |
ihrachys | I would think there is some issue in their base test class | 13:40 |
ihrachys | ok, seems like they use our base class. | 13:41 |
zigo | The #openstack-taas channel is empty... | 13:41 |
*** salv-orl_ has joined #openstack-neutron | 13:42 | |
-openstackstatus- NOTICE: OpenStack Infra now has a Twitter bot, follow it at https://twitter.com/openstackinfra | 13:44 | |
mlavalle | amuller: ping | 13:44 |
ihrachys | zigo: no idea. tracebacks are not very detailed. probably if we would know which mock.patch it tries to stop, it would give a clue what happens. | 13:44 |
*** salv-orlando has quit IRC | 13:45 | |
*** hynekm has quit IRC | 13:45 | |
*** yamamoto has quit IRC | 13:46 | |
*** iyamahat has joined #openstack-neutron | 13:46 | |
*** yamamoto has joined #openstack-neutron | 13:47 | |
ihrachys | zigo: apparently something calls to __exit__ on a mock twice | 13:47 |
mlavalle | amuller: nevermind, I just read ytour comments in Gerrit.... Have a nice day! | 13:47 |
*** ganeshnalawade has quit IRC | 13:47 | |
zigo | ihrachys: Ok. | 13:47 |
ihrachys | zigo: I guess you can try to check who's on the core review team for the project. | 13:47 |
zigo | Will do. | 13:48 |
zigo | I usually check the top commiters ! :) | 13:48 |
*** ganeshnalawade has joined #openstack-neutron | 13:48 | |
*** ganeshnalawade has quit IRC | 13:48 | |
*** tbachman has joined #openstack-neutron | 13:48 | |
amuller | mlavalle: :) | 13:49 |
*** sdake has joined #openstack-neutron | 13:49 | |
*** yamahata has joined #openstack-neutron | 13:50 | |
*** xiaohhui has joined #openstack-neutron | 13:50 | |
*** jprovazn has joined #openstack-neutron | 13:50 | |
*** gouthamr has quit IRC | 13:52 | |
*** shausy has quit IRC | 13:53 | |
*** sridharg has quit IRC | 13:54 | |
*** rajinir has joined #openstack-neutron | 13:54 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: tests: catch eventlet.Timeout exception https://review.openstack.org/372552 | 13:54 |
mlavalle | amuller: I wasn't thinking about the test configuring Neutron. I just thought to have a parameter in tempest.conf from where we could read the physnet names. Would that be possible? | 13:55 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: tests: catch eventlet.Timeout exception https://review.openstack.org/372552 | 13:56 |
*** yb has joined #openstack-neutron | 13:56 | |
*** rubasov has joined #openstack-neutron | 13:57 | |
*** thorst_ has joined #openstack-neutron | 13:57 | |
*** nplanel has joined #openstack-neutron | 13:57 | |
*** cleong has joined #openstack-neutron | 13:58 | |
*** jckasper has joined #openstack-neutron | 14:00 | |
*** ganeshnalawade has joined #openstack-neutron | 14:00 | |
*** garyk has quit IRC | 14:00 | |
*** tongli has joined #openstack-neutron | 14:01 | |
ihrachys | HenryG: may I ask you to https://review.openstack.org/#/c/367981/ ? | 14:01 |
ihrachys | HenryG: it holds back several patches thru deps and stacking | 14:02 |
*** ganeshnalawade has quit IRC | 14:02 | |
*** markvoelker has quit IRC | 14:02 | |
*** bjolo is now known as bjolo_afk | 14:02 | |
*** ganeshnalawade has joined #openstack-neutron | 14:03 | |
*** amotoki has quit IRC | 14:03 | |
*** yamamoto has quit IRC | 14:03 | |
HenryG | ihrachys: done | 14:03 |
ihrachys | yay | 14:04 |
*** ganeshnalawade has quit IRC | 14:04 | |
*** ganeshnalawade has joined #openstack-neutron | 14:05 | |
*** ganeshnalawade has quit IRC | 14:05 | |
*** jckasper has quit IRC | 14:06 | |
bcafarel | igordcard: I saw your comment after I typed "git review", will update in the next one :) (I wanted to rebase this one to get the tenant->project commit) | 14:06 |
*** jckasper has joined #openstack-neutron | 14:06 | |
ihrachys | haleyb: that should be ready for the gate: https://review.openstack.org/#/c/367875/ | 14:07 |
* ihrachys cleans up his review queue from trivial stuff | 14:08 | |
*** oshvartz has quit IRC | 14:08 | |
*** markvoelker has joined #openstack-neutron | 14:09 | |
*** sdake_ has joined #openstack-neutron | 14:09 | |
*** eezhova_ is now known as eezhova | 14:10 | |
*** sdake has quit IRC | 14:11 | |
*** obondarev has quit IRC | 14:12 | |
*** marst has quit IRC | 14:14 | |
*** prateek has quit IRC | 14:14 | |
*** ociuhandu has quit IRC | 14:16 | |
*** ekuris has quit IRC | 14:18 | |
openstackgerrit | Ann Taraday proposed openstack/neutron: WIP another approach for step 3 https://review.openstack.org/354801 | 14:19 |
*** gvrangan has joined #openstack-neutron | 14:22 | |
*** iyamahat has quit IRC | 14:25 | |
*** ankur-gupta-f has joined #openstack-neutron | 14:25 | |
*** moshele has quit IRC | 14:25 | |
*** obondarev has joined #openstack-neutron | 14:25 | |
*** Guest14517 is now known as med_ | 14:26 | |
*** med_ has quit IRC | 14:26 | |
*** med_ has joined #openstack-neutron | 14:26 | |
*** marst has joined #openstack-neutron | 14:26 | |
*** iyamahat has joined #openstack-neutron | 14:27 | |
*** mriedem has quit IRC | 14:29 | |
*** mriedem has joined #openstack-neutron | 14:29 | |
*** yamamoto has joined #openstack-neutron | 14:30 | |
*** banix has quit IRC | 14:30 | |
*** jamesden_ has joined #openstack-neutron | 14:31 | |
*** yfried has quit IRC | 14:31 | |
*** madhaviy has joined #openstack-neutron | 14:32 | |
*** yfried has joined #openstack-neutron | 14:32 | |
*** banix has joined #openstack-neutron | 14:33 | |
*** jamesde__ has joined #openstack-neutron | 14:34 | |
*** gouthamr has joined #openstack-neutron | 14:34 | |
Sam-I-Am | amuller: is l3ha+l2pop still broken? | 14:35 |
*** jamesden_ has quit IRC | 14:36 | |
*** baoli has joined #openstack-neutron | 14:36 | |
*** devvesa has joined #openstack-neutron | 14:36 | |
*** john-davidge has quit IRC | 14:38 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: fullstack: VLAN aware VMs test https://review.openstack.org/369001 | 14:41 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Linux Bridge: driver support for QoS egress minimum bandwidth https://review.openstack.org/357865 | 14:41 |
*** Leo_ has joined #openstack-neutron | 14:47 | |
*** rmcall_ has joined #openstack-neutron | 14:49 | |
*** rmcall has quit IRC | 14:51 | |
*** rmcall_ is now known as rmcall | 14:51 | |
*** kbringard has joined #openstack-neutron | 14:54 | |
*** armax has joined #openstack-neutron | 14:55 | |
rossella_s | jlibosva, hi! anything against if I move the metadata to the local port of the trunk bridge? | 14:56 |
rossella_s | jlibosva, otherwise I have to keep the same info in 2 places | 14:56 |
*** thorst_ has quit IRC | 14:56 | |
amuller | Sam-I-Am: the fix was merged a week or two ago | 14:59 |
amuller | Sam-I-Am: we'd love feedback now on l3ha+l2pop, especially as it's a prerequisite for dvr+ha which we want to stabilizie for Ocata | 14:59 |
amuller | Sam-I-Am: this is the fix I was talking about https://review.openstack.org/#/c/255237/ | 15:00 |
*** gouthamr has quit IRC | 15:01 | |
*** banix has quit IRC | 15:02 | |
jlibosva | rossella_s: hi | 15:02 |
jlibosva | rossella_s: I have no objections, would that mean we'll have to copy metadata from tap port to trunk bridge port? | 15:03 |
jlibosva | rossella_s: os-vif stores the external ids to tap port, doesn't it? | 15:03 |
rossella_s | jlibosva, forget what I said, I've just realized we use the metadata when we detect a trunk remove...so the metadata needs to be in the parent port too | 15:04 |
*** iyamahat has quit IRC | 15:04 | |
*** ochalups has quit IRC | 15:04 | |
jlibosva | rossella_s: I don't think it will harm removal | 15:04 |
rossella_s | jlibosva, but we have to add a query to get the bridge to which the parent port belongs | 15:04 |
jlibosva | rossella_s: when trunk is removed, the bridge is kept in the system, so we can read it from there | 15:05 |
rossella_s | jlibosva, yes...a query more, probably better than duplicates the data | 15:05 |
rossella_s | jlibosva, I will send a WIP shortly | 15:05 |
*** itzikb has quit IRC | 15:06 | |
haleyb | ihrachys: pushed it in the gate | 15:06 |
*** yamahata has quit IRC | 15:07 | |
*** iyamahat has joined #openstack-neutron | 15:08 | |
ihrachys | haleyb: I am told lately our CI is so bad that maybe pushing more stuff in gate is not very productive | 15:08 |
*** kobis has quit IRC | 15:08 | |
igordcard | bcafarel: sure, np | 15:08 |
*** Leo_ has quit IRC | 15:08 | |
*** avozza has quit IRC | 15:09 | |
haleyb | ihrachys: i can stop it, let me check zuul | 15:09 |
Sam-I-Am | amuller: cool. that goes back a while. | 15:09 |
amuller | Sam-I-Am: review process took a bit there =p | 15:09 |
ihrachys | haleyb: there was no official announcement yet, but that's what I hear armax whispering into my ear :) | 15:09 |
*** sleviim has quit IRC | 15:10 | |
haleyb | ihrachys: well i'm just going to say you told me to do it :-p | 15:10 |
haleyb | gate at least doesn't look that bad | 15:10 |
*** oshvartz has joined #openstack-neutron | 15:13 | |
*** obondarev has quit IRC | 15:14 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-dynamic-routing: pep8: switched to neutron-lib hacking checks https://review.openstack.org/373410 | 15:14 |
ihrachys | armax: ^ that should do | 15:14 |
*** gvrangan has quit IRC | 15:15 | |
armax | ihrachys: tnx | 15:15 |
*** thorst_ has joined #openstack-neutron | 15:17 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-dynamic-routing: tox_install.sh: switch to using dependencies from stable/newton https://review.openstack.org/373414 | 15:17 |
*** yb has quit IRC | 15:18 | |
*** moshele has joined #openstack-neutron | 15:18 | |
*** vhosakot has joined #openstack-neutron | 15:19 | |
*** oanson has quit IRC | 15:20 | |
*** lucasagomes is now known as lucas-hungry | 15:21 | |
*** pbandark has quit IRC | 15:22 | |
*** obondarev has joined #openstack-neutron | 15:25 | |
*** jlibosva has quit IRC | 15:26 | |
*** garyk has joined #openstack-neutron | 15:26 | |
*** anilvenkata has quit IRC | 15:26 | |
*** zkassab_ has quit IRC | 15:29 | |
*** zkassab has joined #openstack-neutron | 15:30 | |
*** ramishra has quit IRC | 15:31 | |
*** fzdarsky has quit IRC | 15:33 | |
*** akshai has joined #openstack-neutron | 15:33 | |
matrohon | armax, hi | 15:35 |
matrohon | armax, I've updated my patch : https://review.openstack.org/#/c/369221/ | 15:35 |
*** yfried has quit IRC | 15:35 | |
*** vhosakot has quit IRC | 15:36 | |
njohnston | armax: When you have a chance, I was wondering if you could respond to my comment. Thanks! https://review.openstack.org/#/c/359320/6/zuul/layout.yaml@a10878 | 15:36 |
*** Hieu has joined #openstack-neutron | 15:37 | |
*** obondarev has quit IRC | 15:38 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: OVO for Tag https://review.openstack.org/356825 | 15:40 |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Relocate Tag DB model https://review.openstack.org/355536 | 15:40 |
openstackgerrit | Aradhana Singh proposed openstack/neutron: [WIP] Integration for Tag OVO https://review.openstack.org/369720 | 15:40 |
*** krtaylor has quit IRC | 15:40 | |
*** mickeys has joined #openstack-neutron | 15:40 | |
*** banix has joined #openstack-neutron | 15:41 | |
*** Leo_ has joined #openstack-neutron | 15:43 | |
armax | matrohon: it’s on my radar | 15:43 |
armax | njohnston: ack | 15:43 |
njohnston | armax: Many thanks! | 15:43 |
*** Swami has joined #openstack-neutron | 15:44 | |
*** matrohon has quit IRC | 15:46 | |
*** donghao has quit IRC | 15:46 | |
*** andreas_s has quit IRC | 15:47 | |
*** Leo_ has quit IRC | 15:48 | |
*** kev0 has quit IRC | 15:49 | |
*** EinstCrazy has quit IRC | 15:50 | |
*** obondarev has joined #openstack-neutron | 15:51 | |
*** zkassab has quit IRC | 15:52 | |
*** iyamahat has quit IRC | 15:54 | |
*** vhosakot has joined #openstack-neutron | 15:54 | |
*** mvk has quit IRC | 15:55 | |
*** zkassab has joined #openstack-neutron | 15:56 | |
*** ircuser-1 has joined #openstack-neutron | 15:58 | |
*** thorst_ has quit IRC | 15:58 | |
*** ramishra has joined #openstack-neutron | 15:59 | |
*** yamamoto has quit IRC | 15:59 | |
*** yamamoto has joined #openstack-neutron | 15:59 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: [WIP] OVO for L3HARouter https://review.openstack.org/361443 | 16:00 |
*** apdibbo has quit IRC | 16:00 | |
*** Swami has quit IRC | 16:00 | |
*** s3wong has joined #openstack-neutron | 16:00 | |
*** Swami has joined #openstack-neutron | 16:01 | |
*** jheroux has joined #openstack-neutron | 16:02 | |
*** jlanoux has quit IRC | 16:05 | |
*** gvrangan has joined #openstack-neutron | 16:05 | |
*** iyamahat has joined #openstack-neutron | 16:06 | |
*** Hieu has quit IRC | 16:06 | |
ajo | otherwiseguy, ping :) | 16:06 |
ajo | may I ask for your help with something? | 16:06 |
ajo | otherwiseguy, I'm trying this from jakub: https://github.com/cubeek/neutron/blob/replug_ovs_fw/tools/replug_port_with_ovs_fw.py | 16:07 |
ajo | to migrate ports from hybrid to OVS | 16:07 |
ajo | but somehow, now with native ovs db, all my ovsdb transactions get aborted | 16:07 |
*** hieulq__ has joined #openstack-neutron | 16:07 | |
*** hieulq_ has joined #openstack-neutron | 16:07 | |
ajo | not sure if I'm doing something wrong | 16:07 |
ajo | you can run it as python replug_port_with_ovs_fw.py br-int | 16:08 |
ajo | with q-agt down | 16:08 |
*** ralonsoh has joined #openstack-neutron | 16:08 | |
ajo | there are some missing bits I need to look at (amending libvirt domain definitions to reference the new bridge) | 16:09 |
amuller | ajo: Terry is out today | 16:09 |
ajo | amuller, :D | 16:09 |
ajo | amuller, ack, I will ping him tomorrow, amuller I believe jakubs script may work, if we tweak an extra bit :D | 16:09 |
ajo | amuller, it seems that all he did was working until, you try to stop the VM, and nova-compute get's mad, because finds the libvirt definition to be using an hybrid plug, so the qvb bridge is not there anymore: crash! | 16:10 |
amuller | ajo: really? what crashes? | 16:10 |
ajo | amuller, I haven't checked myself, it's what jakub told me | 16:11 |
ajo | amuller, apparently either libvirt when shutting down the VM or nova-compute | 16:11 |
*** ociuhandu has joined #openstack-neutron | 16:12 | |
ajo | amuller, but I've verified that I can edit the domain xml, and libvirt reference is the new bridge... | 16:12 |
ajo | amuller, if this all works, we can migrate with minimal downtime (credits go to jakub, I'm only adding tweaks) :) | 16:12 |
*** vhosakot has quit IRC | 16:13 | |
*** ociuhandu has quit IRC | 16:16 | |
*** mriedem has quit IRC | 16:16 | |
*** devvesa has quit IRC | 16:17 | |
*** mriedem has joined #openstack-neutron | 16:20 | |
*** krtaylor has joined #openstack-neutron | 16:21 | |
*** lucas-hungry is now known as lucasagomes | 16:22 | |
*** avozza has joined #openstack-neutron | 16:23 | |
*** hieulq__ has quit IRC | 16:24 | |
*** hieulq__ has joined #openstack-neutron | 16:24 | |
*** vhosakot has joined #openstack-neutron | 16:27 | |
*** korzen_ has quit IRC | 16:27 | |
*** Leom has joined #openstack-neutron | 16:29 | |
*** yamamoto has quit IRC | 16:30 | |
*** bfernando has quit IRC | 16:30 | |
*** bana_k has joined #openstack-neutron | 16:31 | |
*** Leo_ has joined #openstack-neutron | 16:31 | |
*** hieulq__ has quit IRC | 16:31 | |
*** mhickey has quit IRC | 16:34 | |
*** Leom has quit IRC | 16:34 | |
*** raavi has joined #openstack-neutron | 16:35 | |
*** raavi has quit IRC | 16:35 | |
*** mmalik4 has joined #openstack-neutron | 16:40 | |
*** moshele has quit IRC | 16:40 | |
*** xiaohhui has quit IRC | 16:42 | |
*** vhosakot has quit IRC | 16:43 | |
*** vhosakot has joined #openstack-neutron | 16:44 | |
zzzeek | ihrachys: all neutron models already use version_id_col. heh. well sure :) | 16:45 |
zzzeek | ihrachys: why did we spent 500 gerrit comments on that issue ? | 16:45 |
ihrachys | zzzeek: define *that issue* | 16:46 |
zzzeek | https://review.openstack.org/#/c/314054/ | 16:46 |
zzzeek | ihrachys: we even had a mini-summit meetup on that. | 16:46 |
ihrachys | zzzeek: col thing is new for newton | 16:47 |
zzzeek | ihrachys: great. is that working out OK? it might have some edges | 16:47 |
ihrachys | zzzeek: we haven't spotted much. it triggers some staledataerrors for us but that's expected. | 16:47 |
ihrachys | zzzeek: we don't use it extensively though, just in some places. | 16:48 |
manjeets | ihrachys, ping (question regarding db api ) | 16:48 |
ihrachys | zzzeek: we will use it more in the future | 16:48 |
ihrachys | manjeets: wassup | 16:48 |
zzzeek | ihrachys: OK but that setting is on all your models right | 16:48 |
zzzeek | ihrachys: it's doing a thing in the background as a result. | 16:48 |
ihrachys | zzzeek: I believe it's only those using standard attributes model mixin | 16:48 |
ihrachys | zzzeek: which is not all models | 16:49 |
zzzeek | ihrachys: oh | 16:49 |
manjeets | as object db api uses model query and model checks for isadmin and session from context for those api which are used outside neutron can we write a db_api method extract context ? | 16:49 |
ihrachys | but all core things | 16:49 |
zzzeek | ihrachys: what a strange naming convention then :) | 16:49 |
manjeets | this will not require modifying api | 16:49 |
zzzeek | ihrachys: right all the core things. sure. | 16:49 |
*** boden has quit IRC | 16:49 | |
zzzeek | ihrachys: yes, you guys have so many update race condition types of things that this is very helpful | 16:49 |
ihrachys | manjeets: not sure how you will extract context (container) from session (child) but I guess I need to see the code | 16:50 |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Try to reuse existing IPs when a port update specifies subnet https://review.openstack.org/372794 | 16:50 |
*** jhershbe has quit IRC | 16:50 | |
manjeets | ihrachys, https://github.com/openstack/neutron/blob/master/neutron/db/api.py#L210 | 16:51 |
*** vhosakot has quit IRC | 16:51 | |
manjeets | https://github.com/openstack/neutron/blob/master/neutron/db/common_db_mixin.py#L82-L98 | 16:52 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Linux Bridge: driver support for QoS egress minimum bandwidth https://review.openstack.org/357865 | 16:52 |
*** kevo has joined #openstack-neutron | 16:52 | |
manjeets | i thought we can build a object context on fly with attribute session before calling object db api | 16:53 |
carl_baldwin | ihrachys: ^^ I addressed your feedback with a new patch set. | 16:53 |
ihrachys | carl_baldwin: cool. let me check. | 16:53 |
carl_baldwin | ihrachys: Thanks. | 16:53 |
carl_baldwin | ihrachys: Thanks for a thorough review. | 16:53 |
ihrachys | manjeets: if you think you can do it, show the code. I doubt it, but then maybe I miss something. the main thing is when doing it, you should not loose details about the context. | 16:54 |
ihrachys | carl_baldwin: it took me a while to wrap up my head. especially around the 'old' side. the 'new' side makes it significantly easier to reason about. | 16:54 |
*** vhosakot has joined #openstack-neutron | 16:54 | |
*** baoli_ has joined #openstack-neutron | 16:55 | |
*** baoli has quit IRC | 16:55 | |
*** mvk has joined #openstack-neutron | 16:55 | |
*** rcernin has quit IRC | 16:55 | |
manjeets | ihrachys, that's my concern too, but do we need to modify the api to pass the context then ? | 16:55 |
carl_baldwin | ihrachys: Yeah, I couldn't find an elegant way to fix the bugs with a minimal change for precisely that reason. Hence the change in approach. | 16:55 |
ihrachys | manjeets: that was my expectation that we may need to do it in several places. but we need to look whether it breaks anything. | 16:56 |
manjeets | I am just going through code and seeing what attributes from context are used when we fire object db api | 16:56 |
*** EinstCrazy has joined #openstack-neutron | 16:56 | |
*** ociuhandu has joined #openstack-neutron | 16:57 | |
manjeets | ok ihrachys may be we can try on single object and do tests | 16:58 |
*** banix has quit IRC | 16:59 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:00 | |
*** dsneddon has joined #openstack-neutron | 17:00 | |
*** ralonsoh has quit IRC | 17:00 | |
mmalik4 | manjeets: ihrachys: I thought we decided on first changing session to context all those places which have no dependencies outside of neutron tree | 17:00 |
manjeets | mmalik4, thats true but this discussion is for code which can be used outside as well | 17:01 |
*** ociuhandu has quit IRC | 17:01 | |
mmalik4 | are you guys talking about the solution for other cases | 17:01 |
mmalik4 | ok | 17:02 |
*** itsuugo has quit IRC | 17:02 | |
*** s3wong has quit IRC | 17:02 | |
*** itsuugo has joined #openstack-neutron | 17:03 | |
manjeets | ihrachys, I rebased the network and port dns patch (https://review.openstack.org/#/c/334695/) on ovo ports, and also added patch for floatingippdns | 17:04 |
manjeets | https://review.openstack.org/#/c/369744/ | 17:04 |
manjeets | reviews would be really appreciated | 17:04 |
*** yamamoto has joined #openstack-neutron | 17:06 | |
*** jpena is now known as jpena|off | 17:06 | |
*** yamamoto has quit IRC | 17:06 | |
electrocucaracha | manjeets: I'm going to change the topic for 369744 | 17:07 |
manjeets | electrocucaracha, ok thanks | 17:08 |
*** Leo_ has quit IRC | 17:08 | |
*** ivar-lazzaro has quit IRC | 17:12 | |
*** sambetts is now known as sambetts|pto | 17:13 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:13 | |
*** pcaruana has quit IRC | 17:14 | |
*** ivar-laz_ has joined #openstack-neutron | 17:16 | |
*** davidsha has quit IRC | 17:17 | |
*** thorst_ has joined #openstack-neutron | 17:18 | |
*** abhiraut has joined #openstack-neutron | 17:18 | |
*** rossella_s has quit IRC | 17:18 | |
*** ivar-lazzaro has quit IRC | 17:19 | |
*** rossella_s has joined #openstack-neutron | 17:19 | |
*** thorst_ has quit IRC | 17:20 | |
*** dronshaw has quit IRC | 17:22 | |
*** hieulq_ has quit IRC | 17:23 | |
*** ihrachys has quit IRC | 17:23 | |
*** efoley_ has quit IRC | 17:24 | |
*** obondarev has quit IRC | 17:25 | |
*** wolverineav has joined #openstack-neutron | 17:26 | |
*** bana_k has quit IRC | 17:27 | |
*** bkopilov has quit IRC | 17:28 | |
*** tflynn has joined #openstack-neutron | 17:28 | |
*** obondarev has joined #openstack-neutron | 17:28 | |
*** bkopilov has joined #openstack-neutron | 17:30 | |
*** jckasper has quit IRC | 17:30 | |
*** jckasper has joined #openstack-neutron | 17:30 | |
*** jckasper has quit IRC | 17:31 | |
*** jckasper has joined #openstack-neutron | 17:31 | |
*** yamahata has joined #openstack-neutron | 17:31 | |
*** obondarev has quit IRC | 17:32 | |
*** boden has joined #openstack-neutron | 17:35 | |
*** itsuugo has quit IRC | 17:36 | |
*** banix has joined #openstack-neutron | 17:38 | |
*** itsuugo has joined #openstack-neutron | 17:38 | |
openstackgerrit | Merged openstack/neutron: Added missing translation marker for an error https://review.openstack.org/367875 | 17:39 |
*** bana_k has joined #openstack-neutron | 17:40 | |
*** tflynn has quit IRC | 17:40 | |
*** crose has joined #openstack-neutron | 17:41 | |
*** akshai has quit IRC | 17:44 | |
*** akshai has joined #openstack-neutron | 17:44 | |
openstackgerrit | Merged openstack/neutron-dynamic-routing: pep8: switched to neutron-lib hacking checks https://review.openstack.org/373410 | 17:44 |
*** itsuugo has quit IRC | 17:45 | |
*** akshai has quit IRC | 17:45 | |
*** itsuugo has joined #openstack-neutron | 17:46 | |
*** slaweq_ has quit IRC | 17:47 | |
*** tidwellr has joined #openstack-neutron | 17:48 | |
*** tongl has joined #openstack-neutron | 17:51 | |
*** ivar-laz_ has quit IRC | 17:54 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:54 | |
*** s3wong has joined #openstack-neutron | 17:55 | |
*** ociuhandu has joined #openstack-neutron | 17:56 | |
*** akshai has joined #openstack-neutron | 17:57 | |
*** jckasper has quit IRC | 17:59 | |
*** banix has quit IRC | 17:59 | |
*** jckasper has joined #openstack-neutron | 18:00 | |
*** ociuhandu has quit IRC | 18:01 | |
*** Leo_ has joined #openstack-neutron | 18:01 | |
*** jhershbe has joined #openstack-neutron | 18:02 | |
*** banix has joined #openstack-neutron | 18:03 | |
*** rkukura has quit IRC | 18:04 | |
*** rmcall has quit IRC | 18:05 | |
*** rmcall has joined #openstack-neutron | 18:05 | |
*** yamamoto has joined #openstack-neutron | 18:07 | |
*** wjhofer has joined #openstack-neutron | 18:08 | |
*** crose has quit IRC | 18:09 | |
wjhofer | Hello everyone, I am researching a possible bug in neutron and was wondering if anyone was experiencing the same issue. When configuring a network to use security groups, the iptables rules for the tap interfaces are not population correctly | 18:10 |
*** slaweq_ has joined #openstack-neutron | 18:10 | |
*** thorst_ has joined #openstack-neutron | 18:14 | |
*** raavi has joined #openstack-neutron | 18:14 | |
*** ivar-lazzaro has quit IRC | 18:15 | |
raavi | Hi all! | 18:15 |
*** ivar-lazzaro has joined #openstack-neutron | 18:16 | |
*** yamamoto has quit IRC | 18:16 | |
raavi | I got a mitaka openstack with classic openvswitch deployed scenariom when i start VM it does not get ip from DHCP... | 18:17 |
raavi | Do anybody had similar problem? | 18:17 |
*** thorst_ has quit IRC | 18:18 | |
*** vhosakot has quit IRC | 18:19 | |
electrocucaracha | raavi: I haven't had a similar problem, but can you take a look of the logs in for that agent? | 18:19 |
electrocucaracha | wjhofer: what version are you using? how they should be populated? | 18:19 |
raavi | dnsmasq replays and i can see traffic on neutron with tcpdump under the qdhcp namespace | 18:20 |
raavi | but the replay does not get to controller node | 18:20 |
*** aswadr_ has quit IRC | 18:22 | |
raavi | var/log/messages : neutron dnsmasq-dhcp[20646]: DHCPOFFER(tapd8a74037-c9) 192.168.1.3 fa:16:3e:f9:24:bd | 18:23 |
*** liuyulong_ has quit IRC | 18:23 | |
*** liuyulong_ has joined #openstack-neutron | 18:24 | |
*** rkukura has joined #openstack-neutron | 18:24 | |
*** baoli_ has quit IRC | 18:25 | |
wjhofer | electro: I am using mitaka, we are creating a 2 networks, attaching 2 instances, one to each network. Then, we create another instance to act as the router between the networks and give it an interface on each of the networks. the two instances cannot communicate initially and when attempting to congifure security groups we are noticing some strange behavior | 18:25 |
armax | otherwiseguy: can you eyeball https://review.openstack.org/#/c/373231/ | 18:25 |
armax | ? | 18:25 |
*** tidwellr has quit IRC | 18:25 | |
*** baoli has joined #openstack-neutron | 18:25 | |
*** Leo_ has quit IRC | 18:29 | |
*** madhaviy has quit IRC | 18:29 | |
*** jhershbe has quit IRC | 18:30 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lib: api-ref: s/tenant/project/g https://review.openstack.org/372857 | 18:31 |
wjhofer | deleting security group rule and reapplying it does not affect the iptables in the way you would expect | 18:32 |
*** Leo_ has joined #openstack-neutron | 18:33 | |
*** iyamahat has quit IRC | 18:34 | |
*** iyamahat has joined #openstack-neutron | 18:35 | |
*** tri2sing has joined #openstack-neutron | 18:37 | |
*** ivar-lazzaro has quit IRC | 18:46 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:47 | |
openstackgerrit | Thomas Morin proposed openstack/neutron: OVS: merge the required OpenFLow version rather than replace https://review.openstack.org/371455 | 18:48 |
*** thorst_ has joined #openstack-neutron | 18:48 | |
*** itsuugo has quit IRC | 18:49 | |
*** ivar-lazzaro has quit IRC | 18:49 | |
*** sdake_ is now known as sdake | 18:50 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:50 | |
*** iyamahat has quit IRC | 18:50 | |
*** yamahata has quit IRC | 18:50 | |
*** iyamahat has joined #openstack-neutron | 18:51 | |
*** itsuugo has joined #openstack-neutron | 18:51 | |
*** ankur-gupta-f2 has joined #openstack-neutron | 18:54 | |
*** yfried has joined #openstack-neutron | 18:55 | |
*** trevormc has joined #openstack-neutron | 18:59 | |
*** akshai has quit IRC | 18:59 | |
*** iyamahat has quit IRC | 19:01 | |
*** akshai has joined #openstack-neutron | 19:02 | |
openstackgerrit | Thomas Morin proposed openstack/neutron: OVS: merge the required OpenFLow version rather than replace https://review.openstack.org/371455 | 19:02 |
*** tidwellr has joined #openstack-neutron | 19:02 | |
*** nplanel has quit IRC | 19:02 | |
*** vhosakot has joined #openstack-neutron | 19:02 | |
*** markvoelker has quit IRC | 19:03 | |
*** markvoelker has joined #openstack-neutron | 19:07 | |
*** dave-johnston has quit IRC | 19:11 | |
*** neiljerram has quit IRC | 19:11 | |
*** stanzgy has joined #openstack-neutron | 19:12 | |
*** itsuugo has quit IRC | 19:12 | |
*** itsuugo has joined #openstack-neutron | 19:14 | |
*** vhosakot has quit IRC | 19:14 | |
*** neiljerram has joined #openstack-neutron | 19:18 | |
*** johnbelamaric has quit IRC | 19:19 | |
*** ivar-lazzaro has quit IRC | 19:21 | |
*** ivar-lazzaro has joined #openstack-neutron | 19:22 | |
openstackgerrit | Victor Morales proposed openstack/neutron: Integrate Security Groups OVO https://review.openstack.org/284738 | 19:26 |
*** akshai has quit IRC | 19:28 | |
*** itsuugo has quit IRC | 19:28 | |
*** thorst_ has quit IRC | 19:28 | |
*** itsuugo has joined #openstack-neutron | 19:29 | |
*** ociuhandu has joined #openstack-neutron | 19:30 | |
*** johnbelamaric has joined #openstack-neutron | 19:31 | |
*** ivar-lazzaro has quit IRC | 19:32 | |
*** wolverineav has quit IRC | 19:32 | |
*** ivar-lazzaro has joined #openstack-neutron | 19:32 | |
*** wolverineav has joined #openstack-neutron | 19:33 | |
*** akshai has joined #openstack-neutron | 19:34 | |
*** thorst_ has joined #openstack-neutron | 19:34 | |
*** itsuugo has quit IRC | 19:36 | |
*** itsuugo has joined #openstack-neutron | 19:37 | |
*** baoli has quit IRC | 19:37 | |
*** thorst_ has quit IRC | 19:37 | |
*** stanzgy has quit IRC | 19:37 | |
*** baoli has joined #openstack-neutron | 19:38 | |
*** sterdnotshaken has joined #openstack-neutron | 19:40 | |
*** salv-orlando has joined #openstack-neutron | 19:42 | |
*** ivar-lazzaro has quit IRC | 19:42 | |
*** slaweq_ has quit IRC | 19:42 | |
*** itsuugo has quit IRC | 19:44 | |
*** salv-orl_ has quit IRC | 19:45 | |
*** itsuugo has joined #openstack-neutron | 19:45 | |
*** nplanel has joined #openstack-neutron | 19:47 | |
*** avozza has quit IRC | 19:50 | |
*** EinstCrazy has quit IRC | 19:56 | |
*** iyamahat has joined #openstack-neutron | 19:57 | |
*** kbringard has quit IRC | 19:59 | |
*** baoli has quit IRC | 19:59 | |
*** kbringard has joined #openstack-neutron | 19:59 | |
*** baoli has joined #openstack-neutron | 19:59 | |
*** korzen_ has joined #openstack-neutron | 20:00 | |
*** itsuugo has quit IRC | 20:01 | |
*** ivar-lazzaro has joined #openstack-neutron | 20:02 | |
*** itsuugo has joined #openstack-neutron | 20:03 | |
*** mdurrant has joined #openstack-neutron | 20:04 | |
*** ivar-lazzaro has quit IRC | 20:07 | |
*** sticker has quit IRC | 20:07 | |
*** sticker has joined #openstack-neutron | 20:08 | |
*** ivar-lazzaro has joined #openstack-neutron | 20:09 | |
*** zkassab has quit IRC | 20:10 | |
*** nplanel has quit IRC | 20:11 | |
*** ivar-lazzaro has quit IRC | 20:12 | |
*** ivar-lazzaro has joined #openstack-neutron | 20:12 | |
*** korzen_ has quit IRC | 20:13 | |
*** zkassab has joined #openstack-neutron | 20:15 | |
*** lucasagomes is now known as lucas-afk | 20:15 | |
*** zkassab has quit IRC | 20:15 | |
*** jprovazn has quit IRC | 20:16 | |
*** matrohon has joined #openstack-neutron | 20:17 | |
*** ivar-lazzaro has quit IRC | 20:18 | |
*** liuyulong_ has quit IRC | 20:19 | |
*** ivar-lazzaro has joined #openstack-neutron | 20:19 | |
*** liuyulong_ has joined #openstack-neutron | 20:19 | |
*** ivar-lazzaro has quit IRC | 20:23 | |
*** marst has quit IRC | 20:25 | |
*** _alastor_ has left #openstack-neutron | 20:25 | |
*** yfried has quit IRC | 20:28 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lib: api-ref: s/tenant/project/g https://review.openstack.org/372857 | 20:31 |
manjeets | o/ | 20:33 |
*** Jeffrey4l has quit IRC | 20:35 | |
*** thorst_ has joined #openstack-neutron | 20:38 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Always cleanup stale devices on DHCP setup failure https://review.openstack.org/372817 | 20:39 |
*** nplanel has joined #openstack-neutron | 20:39 | |
*** amuller has quit IRC | 20:40 | |
*** nplanel has quit IRC | 20:48 | |
*** jamesde__ has quit IRC | 20:50 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Don't immediately restart in DHCP agent on port change https://review.openstack.org/372236 | 20:52 |
*** jamesden_ has joined #openstack-neutron | 20:52 | |
*** thorst_ has quit IRC | 20:54 | |
*** jamesdenton has quit IRC | 20:55 | |
*** gvrangan has quit IRC | 20:56 | |
*** warred has joined #openstack-neutron | 20:59 | |
warred | Hello good day | 20:59 |
*** ankur-gupta-f2 has left #openstack-neutron | 20:59 | |
*** raavi has quit IRC | 21:02 | |
*** warred has quit IRC | 21:02 | |
*** xinliang_ has quit IRC | 21:05 | |
*** sterdnotshaken has quit IRC | 21:05 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Try to reuse existing IPs when a port update specifies subnet https://review.openstack.org/372794 | 21:06 |
*** nplanel has joined #openstack-neutron | 21:09 | |
*** trevormc has quit IRC | 21:09 | |
*** rtheis has quit IRC | 21:10 | |
kevinbenton | carl_baldwin: looking at 372794. you marked that it was related to #1622616 | 21:10 |
kevinbenton | carl_baldwin: did you see updates from the dhcp agent where it was asking for an IP on a subnet where it already had one? | 21:11 |
*** Leo_ has quit IRC | 21:11 | |
*** krtaylor has quit IRC | 21:11 | |
*** Leo_ has joined #openstack-neutron | 21:11 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:13 | |
carl_baldwin | kevinbenton: Yes, I saw those. The DHCP port update is asking for an IP on the subnet when it already had one and IPAM was throwing out the old IP and assigning it a new one. | 21:14 |
*** wolverineav has quit IRC | 21:14 | |
carl_baldwin | kevinbenton: Let me find it in the logs. | 21:15 |
*** matrohon has quit IRC | 21:15 | |
*** nplanel has quit IRC | 21:15 | |
*** ijw has joined #openstack-neutron | 21:16 | |
*** ijw has quit IRC | 21:16 | |
*** wolverineav has joined #openstack-neutron | 21:16 | |
*** ijw has joined #openstack-neutron | 21:16 | |
kevinbenton | carl_baldwin: thanks. that sounds like another bug DHCP agent side if it doesn't realize it already has an IP on that subnet | 21:16 |
kevinbenton | carl_baldwin: because it initiates all IP adding operations and then updates it's local copy of the port with the results of that | 21:17 |
*** xinliang has joined #openstack-neutron | 21:17 | |
carl_baldwin | kevinbenton: Could be. I thought I'd tackle the server side first because I think it should try to use existing IPs when applicable. | 21:17 |
*** gvrangan has joined #openstack-neutron | 21:18 | |
carl_baldwin | kevinbenton: http://paste.openstack.org/show/582326/ | 21:18 |
carl_baldwin | This is the port update request that races with the delete_subnet. | 21:18 |
*** rossella_s has quit IRC | 21:18 | |
kevinbenton | carl_baldwin: that paste is chopped off | 21:19 |
carl_baldwin | Notice it throws out 2003::3 and allocates 2003::2. Then, delete_subnet raises an exception trying to de-allocate 2003::3 again. | 21:19 |
carl_baldwin | kevinbenton: Sorry, I didn't mean to chop it off. But, the relevant part is shown. | 21:19 |
*** rossella_s has joined #openstack-neutron | 21:19 | |
*** iranzo has quit IRC | 21:20 | |
kevinbenton | carl_baldwin: well i can't see the update_dhcp_port requesting from that subnet | 21:20 |
*** jheroux has quit IRC | 21:20 | |
kevinbenton | carl_baldwin: i assumed there is another fixed_ips entry | 21:20 |
kevinbenton | carl_baldwin: with just that subnet? | 21:20 |
carl_baldwin | kevinbenton: http://paste.openstack.org/show/582327/ | 21:20 |
carl_baldwin | ^ Not chopped. | 21:21 |
kevinbenton | carl_baldwin: ack. was this a gate run so i can find the whole job? I need to figure out why the dhcp agent did this if it already had an ip | 21:21 |
carl_baldwin | kevinbenton: This is the most recent occurrence armax linked to in the bug report. | 21:23 |
kevinbenton | carl_baldwin: thx | 21:23 |
carl_baldwin | kevinbenton: https://bugs.launchpad.net/neutron/+bug/1622616/comments/10 | 21:24 |
openstack | Launchpad bug 1622616 in neutron "delete_subnet update_port appears racey with ipam" [Critical,In progress] - Assigned to Kevin Benton (kevinbenton) | 21:24 |
carl_baldwin | ^ This comment from armax specifically. | 21:24 |
carl_baldwin | kevinbenton: The same thing happened with the first occurrence you generated the original bug report from. | 21:24 |
armax | the latest I could find in grafana is this one: | 21:25 |
armax | http://logs.openstack.org/29/365129/5/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/31879fd/logs/testr_results.html.gz | 21:25 |
armax | which happened today | 21:25 |
*** salv-orlando has quit IRC | 21:26 | |
*** salv-orlando has joined #openstack-neutron | 21:26 | |
*** jamesdenton has joined #openstack-neutron | 21:26 | |
*** jamesden_ has quit IRC | 21:26 | |
*** wolverineav has quit IRC | 21:27 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: DNM: Triaging bug 1622616 https://review.openstack.org/373536 | 21:28 |
openstack | bug 1622616 in neutron "delete_subnet update_port appears racey with ipam" [Critical,In progress] https://launchpad.net/bugs/1622616 - Assigned to Kevin Benton (kevinbenton) | 21:28 |
*** mriedem has quit IRC | 21:28 | |
*** yamahata has joined #openstack-neutron | 21:28 | |
armax | carl_baldwin, kevinbenton: ^ it’d be nice it were that simple, uh? :) | 21:29 |
carl_baldwin | armax: kevinbenton: Just looked at this one from today. The same thing happened. DHCP updated the port and IPAM reallocated a new IP address. | 21:29 |
*** wolverineav has joined #openstack-neutron | 21:29 | |
carl_baldwin | armax: I'm not sure what to do with that. | 21:30 |
armax | carl_baldwin: nothing yet | 21:30 |
armax | if you mean the change I just proposed | 21:31 |
carl_baldwin | armax: yes, I do. | 21:32 |
*** vhosakot has joined #openstack-neutron | 21:33 | |
*** adriant has joined #openstack-neutron | 21:34 | |
carl_baldwin | armax: Sorry, I looked at it again. I totally mis-interpreted it the first time. | 21:34 |
armax | carl_baldwin: dunno if that makes sense at all | 21:35 |
carl_baldwin | Triggering retry might be a sensible thing to look in ot. | 21:35 |
carl_baldwin | *to | 21:35 |
armax | carl_baldwin: I figured I’ld let it bake for a little and see what happens | 21:35 |
carl_baldwin | I still think https://review.openstack.org/#/c/372794 has merits of its own. | 21:35 |
armax | so do I | 21:36 |
armax | carl_baldwin: I think yours should go ahead | 21:36 |
carl_baldwin | Go run and let's bake it. | 21:36 |
*** cleong has quit IRC | 21:37 | |
armax | carl_baldwin: I only wonder if we should protect ourselves from an uncaught exception like that one during a delete subnet | 21:37 |
armax | otherwise this may pop back up in some other way | 21:37 |
armax | anyhoo | 21:37 |
*** wolverineav has quit IRC | 21:39 | |
*** akshai has quit IRC | 21:39 | |
*** janzian has quit IRC | 21:40 | |
*** jckasper has quit IRC | 21:41 | |
*** tbachman has quit IRC | 21:41 | |
*** boden has quit IRC | 21:41 | |
carl_baldwin | armax: might be good. Let's discuss on the patch. | 21:42 |
kevinbenton | carl_baldwin: what is the default address mode for an ipv6 subnet? | 21:42 |
*** ivar-lazzaro has quit IRC | 21:45 | |
*** edmondsw has quit IRC | 21:46 | |
carl_baldwin | I think if none is specified, it is stateful. | 21:47 |
carl_baldwin | sc68cal: Is that right? ^ | 21:48 |
*** wolverineav has joined #openstack-neutron | 21:49 | |
sc68cal | carl_baldwin: depends on the plugin | 21:49 |
carl_baldwin | sc68cal: That's always fun. | 21:49 |
sc68cal | carl_baldwin: problem is some plugins may have had non-broken ipv6 settings | 21:50 |
sc68cal | lb, ovs, and ml2 plugins had broken implementations | 21:50 |
sc68cal | so the ipv6_*_modes were added to the API to help clarify | 21:50 |
*** nplanel has joined #openstack-neutron | 21:52 | |
*** Matti_ has joined #openstack-neutron | 21:53 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:53 | |
Matti_ | Hi ! I need help with neutron dvr and 2 external networks. Can someone has it working on mitaka? | 21:54 |
Matti_ | anyone? | 21:55 |
*** gvrangan has quit IRC | 21:56 | |
*** ivar-lazzaro has quit IRC | 21:56 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:56 | |
Swami | Matti_: what issue are you seeing with multiple external networks. | 22:00 |
*** ijw_ has joined #openstack-neutron | 22:01 | |
Matti_ | Hi Swami! Well I have everything up , I can ping for example virtual router IP but I there is no communication to vm | 22:02 |
*** ivar-lazzaro has quit IRC | 22:02 | |
Swami | Matti_: so you are saying from external network you can ping to the virtual router IP, but can't ping to the VM IP. | 22:02 |
Matti_ | yes | 22:03 |
Swami | Matti_: Do you have a single node configuration or a multinode configuration. | 22:03 |
*** ijw has quit IRC | 22:03 | |
Matti_ | multinode configuration with dvr | 22:03 |
Swami | Matti_: Does the VM have a floatingip assigned. | 22:03 |
Matti_ | yes, from new subnet which I made | 22:04 |
Matti_ | and it looks fine except it's not working | 22:04 |
Swami | Matti_: So floatingip is from one of your external network subnet | 22:04 |
Matti_ | yes | 22:04 |
Swami | Matti_: can you ping from the floating IP from the floatingip namespace. | 22:05 |
Swami | s/from the/the | 22:05 |
Matti_ | I did not tried yet | 22:05 |
*** gvrangan has joined #openstack-neutron | 22:06 | |
Swami | Matti_: Also check if the dnat rules are in place in the router namespace. | 22:06 |
Matti_ | yes , I just checked and I can ping gateway from this fip | 22:06 |
*** kbringard has quit IRC | 22:07 | |
*** banix has quit IRC | 22:07 | |
Matti_ | maybe my gateway is not routing properly ? | 22:07 |
Swami | Matti_: No what I am asking is ping the floatingip from your fip and see if you are seeing any traffic going to the VM in its private IP from the router_namespace. | 22:07 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Log whenever DHCP port is updated in DHCP agent https://review.openstack.org/373543 | 22:07 |
*** claudiub|2 has quit IRC | 22:08 | |
*** wolverineav has quit IRC | 22:08 | |
Matti_ | ohh wait I just found out that there is no fip created for this vm. it's fip for network:floatingip_agent_gateway | 22:08 |
Matti_ | but no fip for vm was created | 22:08 |
Swami | Matti_: ok configure the floatingip for the VM and check it out. | 22:09 |
Matti_ | it is not creating any new fip. I guess this is the problem | 22:11 |
*** ivar-lazzaro has joined #openstack-neutron | 22:11 | |
Swami | Matti_: what is the error message you see or what do you see in the agent log when you try to create a floatingip | 22:11 |
*** Prem_ has joined #openstack-neutron | 22:13 | |
*** wolverineav has joined #openstack-neutron | 22:14 | |
*** vhosakot has quit IRC | 22:17 | |
*** wolverineav has quit IRC | 22:18 | |
openstackgerrit | Anindita Das proposed openstack/neutron: [WIP] Integration of VxlanAllocation/Endpoints OVO https://review.openstack.org/367810 | 22:18 |
Matti_ | Swami: that's weird I don't see any records when assigning the floating ip. | 22:18 |
Swami | Matti_: Is this the first floating ip that you are assigning for the VM. | 22:19 |
Matti_ | yes | 22:19 |
Swami | Matti_: so you did see that it had two namespaces one for the router and fip namespace. | 22:19 |
*** itsuugo has quit IRC | 22:20 | |
*** itsuugo has joined #openstack-neutron | 22:21 | |
Matti_ | yes, exactly. Except when it is creating the floating ip for 1st external network which works it is also not creating the fip | 22:21 |
*** ivar-lazzaro has quit IRC | 22:21 | |
Swami | Matti_: So you are saying the floatingip for the first external network is working fine and you can ping the VM. Is that right. | 22:22 |
Matti_ | yes | 22:22 |
Swami | Matti_: So you are now trying to create a fip for the VM that is associated with a router that has your second external network. | 22:22 |
Swami | as your gateway. | 22:23 |
Matti_ | yes | 22:23 |
Swami | In the second case you should be seeing a second fip namespace getting created on the compute host. | 22:23 |
Swami | The second fip namespace should be also connected to the router namespace. | 22:24 |
*** hoonetorg has quit IRC | 22:24 | |
*** garyk has quit IRC | 22:24 | |
*** garyk has joined #openstack-neutron | 22:25 | |
*** jckasper has joined #openstack-neutron | 22:26 | |
Matti_ | and it is except no traffic goes further , so I have netns with address 192.168.0.14 and floating ip assigned 192.168.0.15 but no traffic between them | 22:27 |
*** wolverineav has joined #openstack-neutron | 22:28 | |
*** nplanel has quit IRC | 22:29 | |
*** wjhofer has quit IRC | 22:29 | |
*** jckasper has quit IRC | 22:30 | |
Swami | Matti_: what do you mean by no traffic goes further. | 22:31 |
Swami | Matti_: if you have a namespace and if you see a 'fg-' port with ip address 192.168.0.14 and if your floatingip of the VM is 192.168.0.15. | 22:32 |
Swami | Matti_: Try to ping 192.168.0.15 from within the namespace and see if you are getting the packet dnat in the router_namespace. | 22:32 |
*** ivar-lazzaro has joined #openstack-neutron | 22:32 | |
*** r-daneel has quit IRC | 22:34 | |
*** wolverineav has quit IRC | 22:35 | |
*** tongl has quit IRC | 22:38 | |
*** marst has joined #openstack-neutron | 22:41 | |
Matti_ | Swami, how can I check if packet is dnat to router_namespace? | 22:41 |
*** wolverineav has joined #openstack-neutron | 22:41 | |
Swami | Matti_: if you try to ping your floatingip from the floatingip namespace, and if you try to run tcpdump on the router_namespace against the 'qr-' interface, you should see the pings should go to the private ip where your floatingip is associated with. | 22:42 |
openstackgerrit | Merged openstack/neutron: Do not retry default security group creation https://review.openstack.org/373108 | 22:42 |
*** wolverineav has quit IRC | 22:46 | |
Matti_ | ok, one more thing - I see that port is plugged to router and has proper ip, so only snat is not working | 22:47 |
Swami | Matti_: so do you see the dnat'd packet reach your VM. | 22:48 |
*** itsuugo has quit IRC | 22:49 | |
*** wolverineav has joined #openstack-neutron | 22:49 | |
*** itsuugo has joined #openstack-neutron | 22:50 | |
Matti_ | I see it's no packets comming to this port | 22:50 |
Swami | Matti_: do you see the rule in the fip namespace that says any traffic to 192.168.0.14 use dev 'fpr-'. | 22:51 |
Matti_ | sorry, when I clicked ctrlc it shows actually result | 22:51 |
Matti_ | 169.254.109.47 > 192.168.0.16: ICMP echo request, id 36647, seq 44, length 64 | 22:51 |
*** sterdnotshaken has joined #openstack-neutron | 22:52 | |
*** baoli has quit IRC | 22:52 | |
Swami | Matti_: But don't you see the DNAT'd IP in the router-namespace. | 22:53 |
Matti_ | I see it | 22:53 |
Swami | Do you see your VM ip in the router_namespace | 22:53 |
Matti_ | yes | 22:53 |
Swami | while pinging. | 22:53 |
Matti_ | yes | 22:53 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Linux Bridge: driver support for QoS egress minimum bandwidth https://review.openstack.org/357865 | 22:54 |
Swami | Matti_: so your VM then might be receiving the packet. | 22:54 |
Swami | Matti_: did you see the response come from the VM in the router-namespace. | 22:54 |
*** jckasper has joined #openstack-neutron | 22:54 | |
*** jckasper has quit IRC | 22:55 | |
*** Leo_ has quit IRC | 22:55 | |
*** jckasper has joined #openstack-neutron | 22:55 | |
Matti_ | when trying to ping from vm to gateway I have connect: Network is unreachable | 22:55 |
Swami | Matti_: did you create two separate bridges and attach it your physical network for the second external network. | 22:56 |
Matti_ | yes | 22:56 |
Matti_ | wait | 22:56 |
Matti_ | why 2 ? | 22:56 |
*** hoonetorg has joined #openstack-neutron | 22:56 | |
Matti_ | I had one br-floating and created manually 2nd bridge | 22:57 |
Swami | Because you have two external networks you need 2 separate bridges for the traffic to flow through. | 22:57 |
Swami | Matti_: can you ping the 'fg-' port IP address from the VM. | 22:58 |
*** tonytan4ever has quit IRC | 22:58 | |
Matti_ | yes | 22:58 |
Matti_ | I can | 22:59 |
Matti_ | maybe I should reboot controllers or something? | 22:59 |
Swami | Matti_: in that case the communication path between the VM and fip namespace is working normal. | 23:00 |
*** jckasper has quit IRC | 23:00 | |
Swami | Matti_: If you try to ping the external network outside your fipnamespace and if does not respond, then you might have trouble in the bridge mappings and attached physical port. | 23:00 |
Matti_ | yes, just when I'm trying to ping 2nd external address it's saying from VM that network unreachable | 23:00 |
Swami | Matti_: because you might not have the route to reach the second external network from the first network. | 23:02 |
*** hoonetorg has quit IRC | 23:02 | |
*** markvoelker has quit IRC | 23:03 | |
*** markvoelker has joined #openstack-neutron | 23:03 | |
*** wolverineav has quit IRC | 23:03 | |
*** tri2sing has quit IRC | 23:03 | |
Matti_ | ok, Swami, thanks for help! | 23:06 |
Swami | Matti_: no problem. | 23:06 |
Matti_ | I'll make sure all is deployed fine | 23:06 |
*** tonytan4ever has joined #openstack-neutron | 23:06 | |
Swami | Matti_: thanks | 23:06 |
*** johnbelamaric has quit IRC | 23:07 | |
*** Swami has quit IRC | 23:08 | |
*** pmannidi has joined #openstack-neutron | 23:09 | |
*** banix has joined #openstack-neutron | 23:15 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Reduce log level for extensions not being supported https://review.openstack.org/373556 | 23:15 |
*** sterdnotshaken has quit IRC | 23:16 | |
*** banix has quit IRC | 23:17 | |
*** itsuugo has quit IRC | 23:18 | |
*** banix has joined #openstack-neutron | 23:18 | |
*** itsuugo has joined #openstack-neutron | 23:18 | |
*** johnbelamaric has joined #openstack-neutron | 23:18 | |
*** hoonetorg has joined #openstack-neutron | 23:19 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Don't immediately restart in DHCP agent on port change https://review.openstack.org/372236 | 23:22 |
*** wolverineav has joined #openstack-neutron | 23:22 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Always cleanup stale devices on DHCP setup failure https://review.openstack.org/372817 | 23:22 |
*** sdague has quit IRC | 23:22 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Don't immediately restart in DHCP agent on port change https://review.openstack.org/372236 | 23:22 |
*** itsuugo has quit IRC | 23:23 | |
*** itsuugo has joined #openstack-neutron | 23:24 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: Fetch insert UUID in ovsdb idl transaction https://review.openstack.org/372849 | 23:24 |
*** mmalik4 has quit IRC | 23:25 | |
openstackgerrit | Rossella Sblendido proposed openstack/neutron: Handle agent restart for trunks https://review.openstack.org/365176 | 23:26 |
rossella_s | armax, ^^ | 23:26 |
armax | rossella_s: ack | 23:26 |
*** wolverineav has quit IRC | 23:27 | |
rossella_s | armax, still wip but ready for feedback, let's catch up tomorrow | 23:27 |
armax | rossella_s: thanks | 23:27 |
armax | rossella_s: on it | 23:27 |
*** hoonetorg has quit IRC | 23:29 | |
*** ijw_ has quit IRC | 23:30 | |
*** hoonetorg has joined #openstack-neutron | 23:31 | |
*** johnbelamaric has quit IRC | 23:31 | |
*** banix has quit IRC | 23:32 | |
*** wolverineav has joined #openstack-neutron | 23:32 | |
*** ijw has joined #openstack-neutron | 23:33 | |
*** Matti_ has quit IRC | 23:36 | |
*** wolverineav has quit IRC | 23:36 | |
*** zhhuabj_ has joined #openstack-neutron | 23:38 | |
kevinbenton | carl_baldwin: still there? | 23:39 |
*** rmcall_ has joined #openstack-neutron | 23:40 | |
*** wolverineav has joined #openstack-neutron | 23:40 | |
carl_baldwin | kevinbenton: kind of. Driving for five more minutes. | 23:40 |
kevinbenton | carl_baldwin: ack | 23:40 |
*** rmcall has quit IRC | 23:42 | |
*** rmcall_ is now known as rmcall | 23:42 | |
*** iyamahat has quit IRC | 23:42 | |
*** yamahata has quit IRC | 23:42 | |
*** tbachman has joined #openstack-neutron | 23:42 | |
*** Alexey_Abashkin_ has joined #openstack-neutron | 23:45 | |
*** Alexey_Abashkin has quit IRC | 23:46 | |
carl_baldwin | kevinbenton: back | 23:47 |
*** lujinluo has joined #openstack-neutron | 23:47 | |
*** donghao has joined #openstack-neutron | 23:47 | |
*** tonytan4ever has quit IRC | 23:47 | |
kevinbenton | carl_baldwin: nevermind for right now :) | 23:48 |
*** wolverineav has quit IRC | 23:48 | |
carl_baldwin | kevinbenton: okay. I'll be around. Dinner isn't for another hour or so. | 23:49 |
kevinbenton | carl_baldwin: i found a potential cause of the strange DHCP agent re-requesting the same subnet it already had but i need to confirm | 23:49 |
*** donghao has quit IRC | 23:50 | |
carl_baldwin | kevinbenton: okay | 23:50 |
*** rajinir has quit IRC | 23:55 | |
*** abhiraut has quit IRC | 23:57 | |
*** itsuugo has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!