*** jhfeng has joined #openstack-neutron-ovn | 01:27 | |
*** jhfeng has quit IRC | 01:48 | |
*** jhfeng has joined #openstack-neutron-ovn | 01:55 | |
*** jhfeng has quit IRC | 02:09 | |
openstackgerrit | Dong Jun proposed openstack/networking-ovn master: Sync rally config from Neutron. https://review.openstack.org/457674 | 02:18 |
---|---|---|
*** dongjun has joined #openstack-neutron-ovn | 02:20 | |
*** jhfeng has joined #openstack-neutron-ovn | 02:37 | |
*** jhfeng has quit IRC | 03:02 | |
*** gongysh has joined #openstack-neutron-ovn | 03:17 | |
openstackgerrit | Merged openstack/networking-ovn master: Acknowledge Neutron that DHCP has changed https://review.openstack.org/458035 | 04:12 |
*** fzdarsky has joined #openstack-neutron-ovn | 04:36 | |
*** salv-orlando has joined #openstack-neutron-ovn | 04:45 | |
*** salv-orlando has quit IRC | 04:49 | |
*** gongysh has quit IRC | 05:11 | |
*** janki has joined #openstack-neutron-ovn | 05:27 | |
*** fzdarsky has quit IRC | 05:34 | |
*** salv-orlando has joined #openstack-neutron-ovn | 05:46 | |
*** salv-orlando has quit IRC | 05:51 | |
*** salv-orlando has joined #openstack-neutron-ovn | 05:59 | |
*** ltomasbo|away is now known as ltomasbo | 06:05 | |
*** gongysh has joined #openstack-neutron-ovn | 06:17 | |
*** salv-orlando has quit IRC | 06:53 | |
*** zefferno has joined #openstack-neutron-ovn | 07:22 | |
*** pcaruana has joined #openstack-neutron-ovn | 07:32 | |
*** switchca1e has joined #openstack-neutron-ovn | 07:40 | |
*** switchcade has quit IRC | 07:41 | |
*** lucas-afk is now known as lucasagomes | 08:13 | |
*** gongysh has quit IRC | 08:58 | |
*** salv-orlando has joined #openstack-neutron-ovn | 08:58 | |
*** salv-orlando has quit IRC | 09:03 | |
*** fzdarsky has joined #openstack-neutron-ovn | 09:04 | |
*** mickeys has quit IRC | 09:15 | |
*** gongysh has joined #openstack-neutron-ovn | 09:16 | |
*** salv-orlando has joined #openstack-neutron-ovn | 09:29 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 09:49 | |
*** salv-orlando has quit IRC | 09:52 | |
dongjun | numans: Could you take a look at this issue about provisioning block. https://bugs.launchpad.net/networking-ovn/+bug/1686013 | 09:57 |
openstack | Launchpad bug 1686013 in networking-ovn "Redundant provisioning blocks are left after neutron-server restarting" [Undecided,New] - Assigned to Dong Jun (dongj) | 09:57 |
dongjun | numans: I think it's safety to delete _insert_port_provisioning_block in port event processing, but i dont know whether there were traps. | 10:02 |
dongjun | lucasagomes: Do you have any idea? | 10:04 |
*** fzdarsky has quit IRC | 10:05 | |
lucasagomes | dongjun, I don't off the top of my head, but it's something I can investigate (unless you are already on it) | 10:05 |
*** salv-orl_ has quit IRC | 10:06 | |
*** gongysh has quit IRC | 10:08 | |
*** mickeys has joined #openstack-neutron-ovn | 10:16 | |
dongjun | lucasagomes: I have removed this line in my local stack. https://github.com/openstack/networking-ovn/blob/master/networking_ovn/ml2/mech_driver.py#L1136, provisioning block is added when calling back to update_port_precommit in out mech_driver.py | 10:18 |
dongjun | I dont know the history of code here, I'm worried about having traps in some condition. | 10:19 |
*** fzdarsky has joined #openstack-neutron-ovn | 10:21 | |
*** mickeys has quit IRC | 10:22 | |
lucasagomes | dongjun, I see... is there any way to verify if we already have a provisioning block create prior to create a new one ? | 10:23 |
lucasagomes | or, if update_port_precommit() is always called prior to that set_port_status_down() I think it's kinda safe to remove it from the last method | 10:24 |
lucasagomes | numans, btw, re that problem in the python35 job. I proposed a query for elastic recheck for that: https://review.openstack.org/#/c/459622/ | 10:25 |
lucasagomes | I think we have a race cond. hidden somewhere in the tests there | 10:25 |
dongjun | I will checkout it out by setting lsp row down manually. Thanks for point this out. | 10:27 |
dongjun | leifmadsen: That's greate, this problem has troubled us for a long time. | 10:28 |
dongjun | sorry leifmadsen | 10:28 |
dongjun | lucasagomes: That's great, this problem has troubled us for a long time. | 10:29 |
lucasagomes | dongjun, yeah, let's see if we can get to the bottom of the problem | 10:31 |
dmellado | heh, lucasagomes don't tell me ovn's broken again | 10:32 |
dmellado | I'm having hedaches enough trying to mix it up with kuryr | 10:32 |
dmellado | as it seems that there's some kind of race condition within kuryr devstack too | 10:32 |
lucasagomes | dmellado, hah it's not but there's a race condition in the unittests for l3 | 10:33 |
lucasagomes | somewhere | 10:33 |
lucasagomes | dmellado, oh we do have tests on gate for kuryr ? | 10:33 |
dmellado | for ovn i don't think so | 10:34 |
dmellado | lucasagomes: heh, awesome race conditions | 10:34 |
lucasagomes | dmellado, urgh, once you get ur devstack working setting it up let's add a experimental job for it | 10:34 |
dmellado | lucasagomes: sure! | 10:35 |
dmellado | I mean, in this case there's some issue on our side, from kuryr, but I'm deploying as we speak | 10:35 |
lucasagomes | ++ | 10:35 |
* dmellado 's becoming crazy with integrations, devstack, openshift, and the dreaded tripleO | 10:37 | |
lucasagomes | dmellado, I don't blame ya man | 10:45 |
lucasagomes | especially when you were dealing with tempest | 10:45 |
dmellado | heh xD | 10:45 |
lucasagomes | heh branchless tests for all projects | 10:45 |
lucasagomes | all projects versions* | 10:46 |
dmellado | I don't even recall how many times did I have to explain that tempest was branchless | 10:46 |
lucasagomes | sounds like a recipe for craziness to me :-) | 10:46 |
dmellado | even for the tests, upstream | 10:46 |
dmellado | and plugins | 10:46 |
lucasagomes | yeah | 10:46 |
dmellado | IIRC I did the same session like 2 or 3 times | 10:46 |
dmellado | hope that it wasn't boring, as you attended at least twice xD | 10:46 |
lucasagomes | hah jaysus, yeah, I get the reason tho :-) | 10:46 |
lucasagomes | hah it was alright | 10:47 |
*** fzdarsky has quit IRC | 11:04 | |
*** mickeys has joined #openstack-neutron-ovn | 11:19 | |
arslanq | numans: is FWaaS supported with OVN? just like QoS | 11:21 |
*** mickeys has quit IRC | 11:23 | |
*** pcaruana has quit IRC | 11:51 | |
*** lucasagomes is now known as lucas-hungry | 11:52 | |
*** pcaruana has joined #openstack-neutron-ovn | 11:56 | |
*** mickeys has joined #openstack-neutron-ovn | 12:19 | |
*** mickeys has quit IRC | 12:24 | |
*** pcaruana has quit IRC | 12:50 | |
*** lucas-hungry is now known as lucasagomes | 12:50 | |
*** pcaruana has joined #openstack-neutron-ovn | 12:53 | |
lucasagomes | btw folks, this patch https://review.openstack.org/#/c/459240/ is adding a python3 experimental job for networking-ovn | 13:02 |
lucasagomes | once we get that working we probably should include it to run on gate for every patch to be tested against it | 13:02 |
*** mickeys has joined #openstack-neutron-ovn | 13:20 | |
*** zkassab__ has joined #openstack-neutron-ovn | 13:23 | |
*** mickeys has quit IRC | 13:24 | |
*** zefferno has quit IRC | 13:28 | |
openstackgerrit | boden proposed openstack/networking-ovn master: consume neutron-lib callbacks https://review.openstack.org/439165 | 13:32 |
*** pcaruana has quit IRC | 13:43 | |
*** mlavalle has joined #openstack-neutron-ovn | 13:50 | |
*** janki has quit IRC | 13:52 | |
*** janki has joined #openstack-neutron-ovn | 13:52 | |
*** pcaruana has joined #openstack-neutron-ovn | 13:55 | |
*** jhfeng has joined #openstack-neutron-ovn | 13:59 | |
*** jhfeng has quit IRC | 13:59 | |
openstackgerrit | Daniel Alvarez proposed openstack/networking-ovn master: Proposed support for Metadata API. https://review.openstack.org/452811 | 14:07 |
openstackgerrit | Daniel Alvarez proposed openstack/networking-ovn master: Proposed support for Metadata API. https://review.openstack.org/452811 | 14:12 |
*** fzdarsky has joined #openstack-neutron-ovn | 14:26 | |
*** mickeys has joined #openstack-neutron-ovn | 15:02 | |
*** mickeys has quit IRC | 15:07 | |
*** salv-orlando has joined #openstack-neutron-ovn | 15:10 | |
*** salv-orlando has quit IRC | 15:15 | |
*** jhfeng has joined #openstack-neutron-ovn | 15:20 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Fix the L3 unit tests race condition https://review.openstack.org/459757 | 15:26 |
*** fzdarsky has quit IRC | 15:34 | |
*** fzdarsky has joined #openstack-neutron-ovn | 15:50 | |
*** janki has quit IRC | 16:01 | |
*** ltomasbo is now known as ltomasbo|away | 16:17 | |
*** mickeys has joined #openstack-neutron-ovn | 16:25 | |
*** lucasagomes is now known as lucas-afk | 16:27 | |
*** fzdarsky has quit IRC | 16:37 | |
*** pcaruana has quit IRC | 16:39 | |
*** salv-orlando has joined #openstack-neutron-ovn | 17:12 | |
*** salv-orlando has quit IRC | 17:16 | |
*** switchca1e is now known as switchcade | 17:33 | |
*** salv-orlando has joined #openstack-neutron-ovn | 19:13 | |
*** salv-orlando has quit IRC | 19:18 | |
*** salv-orlando has joined #openstack-neutron-ovn | 20:03 | |
*** zkassab__ has quit IRC | 20:36 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 21:49 | |
*** salv-orlando has quit IRC | 21:52 | |
*** salv-orl_ has quit IRC | 22:04 | |
*** jhfeng has quit IRC | 22:52 | |
*** mlavalle has quit IRC | 23:02 | |
*** mlavalle has joined #openstack-neutron-ovn | 23:09 | |
*** mickeys has quit IRC | 23:14 | |
*** masber has joined #openstack-neutron-ovn | 23:18 | |
*** jhfeng has joined #openstack-neutron-ovn | 23:22 | |
*** mickeys has joined #openstack-neutron-ovn | 23:24 | |
*** mickeys has quit IRC | 23:26 | |
*** openstack has joined #openstack-neutron-ovn | 23:28 | |
*** mlavalle has quit IRC | 23:33 | |
*** jhfeng has quit IRC | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!