*** spatel has joined #openvswitch | 00:10 | |
*** spatel has quit IRC | 00:31 | |
*** acidfu has quit IRC | 00:44 | |
*** acidfu has joined #openvswitch | 00:55 | |
*** acidfu has quit IRC | 01:00 | |
*** rcernin has quit IRC | 01:14 | |
*** fbl has quit IRC | 01:16 | |
*** fbl_ has joined #openvswitch | 01:16 | |
*** rcernin has joined #openvswitch | 01:18 | |
*** rcernin has joined #openvswitch | 01:18 | |
*** rcernin has quit IRC | 01:58 | |
*** rcernin has joined #openvswitch | 01:58 | |
*** spatel has joined #openvswitch | 02:17 | |
*** anilvenkata has quit IRC | 02:33 | |
*** anilvenkata has joined #openvswitch | 02:34 | |
*** rcernin has quit IRC | 02:39 | |
*** rcernin has joined #openvswitch | 03:03 | |
*** rcernin has quit IRC | 03:03 | |
*** rcernin has joined #openvswitch | 03:03 | |
*** rcernin has quit IRC | 03:17 | |
*** tbachman_ has joined #openvswitch | 03:18 | |
*** tbachman has quit IRC | 03:18 | |
*** tbachman_ is now known as tbachman | 03:18 | |
*** dholler has quit IRC | 03:36 | |
*** dholler has joined #openvswitch | 03:49 | |
*** rcernin has joined #openvswitch | 03:57 | |
*** spatel has quit IRC | 04:11 | |
*** spatel has joined #openvswitch | 04:13 | |
*** rcernin has quit IRC | 04:28 | |
*** fdangelo has quit IRC | 04:29 | |
*** rcernin has joined #openvswitch | 04:37 | |
*** spatel has quit IRC | 05:47 | |
*** rcernin has quit IRC | 06:30 | |
*** ralonsoh has joined #openvswitch | 07:07 | |
*** eelco has joined #openvswitch | 07:08 | |
*** slaweq has joined #openvswitch | 07:11 | |
*** mdgray has joined #openvswitch | 08:18 | |
*** zhouhan has quit IRC | 08:33 | |
*** zhouhan_ has joined #openvswitch | 08:34 | |
*** lazypeon has joined #openvswitch | 09:04 | |
*** elvira has joined #openvswitch | 09:06 | |
*** lazypeon has left #openvswitch | 09:20 | |
*** slaweq has quit IRC | 09:45 | |
*** slaweq has joined #openvswitch | 09:46 | |
*** zhouhan_ has quit IRC | 10:17 | |
*** zhouhan has joined #openvswitch | 10:17 | |
*** jaicaa has quit IRC | 11:24 | |
*** jaicaa has joined #openvswitch | 11:25 | |
*** rebrec has quit IRC | 12:08 | |
*** rebrec has joined #openvswitch | 12:09 | |
*** tbachman_ has joined #openvswitch | 12:56 | |
*** thaller_ has joined #openvswitch | 12:57 | |
*** tbachman has quit IRC | 12:57 | |
*** tbachman_ is now known as tbachman | 12:57 | |
*** thaller has quit IRC | 12:59 | |
*** thaller_ has quit IRC | 13:00 | |
*** thaller has joined #openvswitch | 13:08 | |
*** slaweq has quit IRC | 13:17 | |
*** slaweq has joined #openvswitch | 13:20 | |
*** acidfu has joined #openvswitch | 14:47 | |
*** frickler is now known as frickler_pto | 15:02 | |
kklimonda_ | Hi, I'm seeing a weird issue in ovn where flow for localport is not updated when tap interface is removed and added. | 15:25 |
---|---|---|
kklimonda_ | Looking at logs and code, it seems that `update_installed_flows_by_compare` does not consider that specific flow (with output:[ofport]) to be changed so the updated flow is not sent to vswitchd | 15:26 |
kklimonda_ | I'm not seeing any "removing installed" "updated installed" or "adding installed" for either old ofport, or the new one | 15:32 |
kklimonda_ | restarting ovn_controller replaces old flow with the new one | 15:32 |
kklimonda_ | that's 20.06.0 release, I wonder if 20.06.2 or even some incremental-related fix from 20.06 branch would fix that.. | 15:55 |
*** maciejjozefczyk has joined #openvswitch | 15:55 | |
*** slaweq has quit IRC | 16:10 | |
*** slaweq has joined #openvswitch | 16:13 | |
*** eelco has quit IRC | 16:26 | |
*** eelco has joined #openvswitch | 16:27 | |
*** eelco has quit IRC | 16:29 | |
*** maciejjozefczyk_ has joined #openvswitch | 17:20 | |
*** maciejjozefczyk has quit IRC | 17:22 | |
*** maciejjozefczyk_ is now known as maciejjozefczyk | 17:31 | |
*** elvira has quit IRC | 17:35 | |
*** dceara has joined #openvswitch | 17:47 | |
numans | kklimonda_, there are many fixes which have gone in 20.09 and master | 17:53 |
numans | kklimonda_, does the issue is resolved if you run - ovn-appctl -t ovn-controller recompute ? | 17:53 |
numans | kklimonda_, I'd suggest to test it out with 20.09. if not atleast the latest ovn20.06 release | 17:54 |
numans | kklimonda_, also feel free to send an email to the ML to take the discussion over there | 17:54 |
kklimonda_ | numans: I've already had with the info I had last time: https://mail.openvswitch.org/pipermail/ovs-discuss/2020-November/050804.html | 17:56 |
numans | kklimonda_, oops. Sorry. I didn't notice | 17:56 |
numans | kklimonda_, can you try running the command I shared ? | 17:57 |
kklimonda_ | I'll be testing with latest 20.06 master and 20.09 next week and I'll check if recompute works next time it happens - it's not deterministic | 17:57 |
numans | if it resolves, then its definitely an incremental processing related bug. | 17:57 |
kklimonda_ | I can kinda reliably reproduce it with one of neutron tests, but the last 3 tests passed :D | 17:57 |
numans | kklimonda_, ok | 17:57 |
numans | kklimonda_, I think its definitely to do with the I-P handling. | 17:58 |
kklimonda_ | yeah, I just reproduced it and metadata is reachable after running `ovn-appctl -t ovn-controller recompute` | 17:58 |
*** armax has quit IRC | 17:59 | |
numans | kklimonda_, ok cool. I'd suggest to test with master and 20.06 branch | 17:59 |
kklimonda_ | will do, thanks | 17:59 |
numans | kklimonda_, what's your deployment ? is it with centos ? or ubuntu ? | 17:59 |
numans | if centos/fedora, you can consume fedora rpms for your testing | 18:00 |
kklimonda_ | ubuntu, but I have a build environment so testing shouldn't be a problem | 18:00 |
numans | ack | 18:01 |
*** armax has joined #openvswitch | 18:02 | |
*** armax has quit IRC | 18:11 | |
imaximets | numans, zhouhan: will there be meeting today? | 18:20 |
numans | imaximets, Hi. | 18:25 |
numans | May be we can call off today's meeting ? | 18:25 |
imaximets | numans, doesn't look like we have a quorum. | 18:26 |
numans | yes. | 18:26 |
imaximets | Let's skip this week. :) | 18:26 |
*** imaximets has quit IRC | 18:49 | |
*** imaximets has joined #openvswitch | 18:51 | |
*** maciejjozefczyk has quit IRC | 19:16 | |
*** maciejjozefczyk has joined #openvswitch | 19:24 | |
*** maciejjozefczyk has quit IRC | 19:30 | |
*** acidfu has quit IRC | 21:02 | |
*** acidfu has joined #openvswitch | 21:14 | |
*** acidfu has quit IRC | 21:19 | |
*** |subz3r0| has quit IRC | 21:21 | |
*** |subz3r0| has joined #openvswitch | 21:26 | |
*** |subz3r0| has joined #openvswitch | 21:26 | |
*** maciejjozefczyk has joined #openvswitch | 21:27 | |
*** dholler has quit IRC | 21:38 | |
*** maciejjozefczyk has quit IRC | 21:43 | |
*** slaweq has quit IRC | 21:45 | |
*** slaweq has joined #openvswitch | 21:47 | |
*** dceara has quit IRC | 22:04 | |
*** rcernin has joined #openvswitch | 22:04 | |
*** slaweq has quit IRC | 22:26 | |
*** rcernin has quit IRC | 22:40 | |
*** rcernin has joined #openvswitch | 22:42 | |
*** cpaelzer has quit IRC | 22:48 | |
*** mdgray has quit IRC | 22:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!