Thursday, 2020-03-26

*** acidfoo has quit IRC00:02
*** acidfoo has joined #openvswitch00:03
*** dceara has quit IRC00:07
*** acidfoo has quit IRC00:19
*** psahoo has joined #openvswitch02:38
*** psahoo has quit IRC02:39
*** blkmanta has joined #openvswitch02:57
*** blackmanta has joined #openvswitch02:59
*** blkmanta has quit IRC03:02
*** thaller_ has joined #openvswitch03:02
*** blackmanta has quit IRC03:04
*** thaller has quit IRC03:05
*** zhouhan has quit IRC03:07
*** zhouhan has joined #openvswitch03:08
*** FH_thecat has joined #openvswitch03:31
*** dholler has quit IRC03:36
*** simon_lefisch has joined #openvswitch03:44
*** simon_lefisch has quit IRC03:45
*** dholler has joined #openvswitch03:49
*** thaller__ has joined #openvswitch04:03
*** thaller_ has quit IRC04:05
*** FH_thecat has quit IRC04:13
*** darkemon has quit IRC05:11
*** links has joined #openvswitch05:12
*** yogananth has joined #openvswitch05:39
*** rcernin has quit IRC05:40
*** rcernin has joined #openvswitch05:41
*** rcernin has quit IRC05:41
*** rcernin has joined #openvswitch05:42
*** rcernin has quit IRC05:42
*** rcernin has joined #openvswitch05:47
*** armax has quit IRC05:53
*** Asgaroth_ has joined #openvswitch05:54
*** Asgaroth has quit IRC05:57
*** rcernin has quit IRC06:02
*** rcernin has joined #openvswitch06:02
*** rcernin has quit IRC06:05
*** rcernin has joined #openvswitch06:05
*** oanson has quit IRC06:10
*** oanson has joined #openvswitch06:11
*** thaller__ is now known as thaller06:35
*** mmirecki_ has joined #openvswitch06:55
*** mmirecki_ has quit IRC07:17
*** factor has quit IRC07:29
*** mmirecki_ has joined #openvswitch07:48
*** eelco has joined #openvswitch07:53
*** slaweq has joined #openvswitch08:02
*** fab23 has quit IRC08:06
*** jbenet has quit IRC08:06
*** nickv1985 has quit IRC08:06
*** Kamilion has quit IRC08:06
*** mmichelson has quit IRC08:06
*** timthowtdi has quit IRC08:06
*** jaicaa has quit IRC08:06
*** timthowtdi has joined #openvswitch08:06
*** mmichelson has joined #openvswitch08:06
*** fab23 has joined #openvswitch08:06
*** nickv1985 has joined #openvswitch08:07
*** jbenet has joined #openvswitch08:07
*** jaicaa has joined #openvswitch08:07
*** Kamilion has joined #openvswitch08:08
*** gadago_ has quit IRC08:09
*** gadago has joined #openvswitch08:11
*** jaicaa has quit IRC08:41
*** jaicaa has joined #openvswitch08:44
*** darkemon has joined #openvswitch08:48
*** darkemon has quit IRC08:52
*** darkemon has joined #openvswitch08:52
*** mbarroso has joined #openvswitch09:15
*** rcernin has quit IRC09:51
*** timothy has quit IRC10:10
*** timothy has joined #openvswitch10:23
*** bostondriver has joined #openvswitch12:44
*** dceara has joined #openvswitch13:00
*** zhouhan has quit IRC13:57
*** zhouhan has joined #openvswitch13:58
*** dcbw has joined #openvswitch14:00
*** nchamber- has joined #openvswitch14:29
*** nchambers has quit IRC14:29
*** mmethot has quit IRC14:30
ihrachysI am wondering how to properly approach testing a different encap type. most tests in the suite are setting up geneve. let's say I want to run several of them with a different encap (tests like validate basic e-w or n-s connectivity). I can obviously just copy paste and select a different type but that's duplicative. AFAIU autoconf macros could be used to reuse code but keeping test body in a macro14:40
ihrachysseems wrong (it's not a util function). is there a way to generate "variants" of the same test case for different configurations?14:40
ihrachys(that's re: ovn ^)14:41
*** armax has joined #openvswitch14:43
imaximetsihrachys, in OVS usually defines a function with m4_define and calls it with different arguments. See OFPROTO_DPIF_MEGAFLOW_NORMAL_ACB_BOND for example.14:52
imaximetsihrachys, I'm not a fan of this, but I'm not sure if there is a better way.14:54
ihrachysimaximets: exactly what I was looking for. thanks!14:56
*** ktraynor has quit IRC15:03
*** ktraynor has joined #openvswitch15:04
*** acidfoo has joined #openvswitch15:07
*** blkmanta has joined #openvswitch15:12
*** yogananth has quit IRC15:20
*** GreyJediCode has joined #openvswitch15:43
*** eelco has quit IRC15:55
*** mmirecki_ has quit IRC16:19
*** mmirecki_ has joined #openvswitch16:53
*** troulouliou_div2 has joined #openvswitch16:54
*** troulouliou_div2 has quit IRC17:01
*** mmirecki_ has quit IRC17:07
*** aginwala has joined #openvswitch17:13
mmichelsonI'm going to get the bot started now, even though it's still a couple minutes early17:13
mmichelson#startmeeting ovn-community-development-discussion17:13
openstackMeeting started Thu Mar 26 17:13:35 2020 UTC and is due to finish in 60 minutes.  The chair is mmichelson. Information about MeetBot at http://wiki.debian.org/MeetBot.17:13
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:13
openstackThe meeting name has been set to 'ovn_community_development_discussion'17:13
*** troulouliou_div2 has joined #openvswitch17:14
mmichelsonHi everyone, it's about time we got started with this meeting.17:15
mmichelsonI've been working on SCTP-related things lately. You've probably seen my patch for SCTP load balancing, as well as the discussion about conntrack states for SCTP17:15
numansHello17:15
mmichelsonThe end result of that SCTP discussion is that OVN is trying to do an invalid snat operation in the case where there is a load balancer configured and an SNAT for the same external IP.17:16
mmichelsonnumans wrote a patch that I've acked. Once that's put in place, I'll rebase my SCTP load balancer patch and it should be good to review.17:16
*** blp has joined #openvswitch17:16
mmichelsonThe other major thing I've been doing lately is looking at pw-ci (the repo of scripts that 0-day robot uses)17:16
_lore_hi17:17
blpI'm in a program committee meeting today but I hope that whoever is running the OVN meeting uses the new meeting bot.17:17
mmichelsonI want to introduce more CI into the OVN process. I have an idea of how that would work, and I'm going to send an e-mail about it probably tomorrow17:17
mmichelsonblp, yep, I started the meeting using the bot :)17:17
numansFYI - logs wil be here - http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/17:17
mmichelsonAnd now I'm done.17:17
mmichelsonBTW, I have a baby in the room with me and he's actively throwing toys around the room, so I may not be as responsive as normal during this meeting17:18
flaviofhi all17:18
numansflaviof, hi17:18
mmichelsonSo who'd like to go next?17:18
numansI can go real quick17:19
numansAs mmichelson mentioned I submitted the patch to address the nat issue17:19
numansI did few reviews.17:19
numansAnd nothing much. That's it.17:19
numanszhouhan, Thanks for the comments for the I-P patches17:19
numansI'll get back with some comments.17:20
zhouhannumans: np17:20
numanszhouhan, We can discuss more in the ML, but I had the correctness in my mind17:20
numansI mean the flow correctness.17:20
zhouhannumans: ok, let's discuss there17:20
numansIn my testing though I didn't find any inconsistencies though17:21
numanszhouhan, If you have any comments which you want to share, please do17:21
numansSometimes its easier over the chat.17:21
numansThat's it from me.17:22
mmichelsonthanks numans17:22
flaviofI'll jump in real quick :)17:23
flaviofI'll be putting notes about this meeting in the site17:23
flaviof#link https://github.com/ovn-org/ovn-website/pull/917:23
mmichelsoncool!17:24
flaviofIf any of you have ideas on what you want to see there, don't be shy to make a pr17:24
flaviofthat is all from me :)17:24
mmichelsonok I think it's going to take some getting used to all the features that the meeting bot has to offer.17:25
mmichelsonBut for now having logs and being able to easily link them is a huge thing17:25
zhouhanI can go next17:27
zhouhanI did some review on ovn, will pickup the ovn-scale-test reviews.17:27
zhouhannumans: For your I-P patches, my major concern is the noop change-handler. If an input is used in full-compute, but it is not handled in the change-handler, it seems something is missing.17:28
zhouhanI haven't looked at the OVSDB update lost problem. It is still in my list17:29
zhouhanThat's it from me17:29
numanszhouhan, I understand. But running full (lflow_run) recompute for every runtime data change is definitely costing lot of time17:29
numansmainly when there are lots of lflows17:29
numansbut ofcourse correctness is important :)17:30
zhouhannumans: yes, so what's in my mind for incrementally processing "runtime data" change is to split "runtime data" into different nodes, and handle some of them incrementally.17:30
numanszhouhan, that's gonna be tricky.17:31
avishnoinumans: zhouhan what is the sceario of update lost ? sb db sends the update but ovn-controller is disconnected?17:32
zhouhancurrently the "runtime data" is just a bundle of many things that I didn't have time to think through one-by-one. If we want to handle it incrementally, I think we will have to break it down17:32
numansok.17:32
numansI see your point17:32
avishnoiand when it connects back, sb db thinks that updated is already sent ?17:32
zhouhanavishnoi: the update lost is something reported in last meeting by dceara17:32
numanszhouhan, Let me explore more on your suggestion17:33
numansthanks17:33
zhouhanavishnoi: he noticed for some reason the IDL didn't got some of the update, and it will never get it until restart17:34
dcearaavishnoi, this is the issue: https://bugzilla.redhat.com/show_bug.cgi?id=1808580#c1117:34
openstackbugzilla.redhat.com bug 1808580 in ovn2.12 "[OVN SCALE] many flows missing from new node after scaling up 179 nodes" [Unspecified,Assigned] - Assigned to dceara17:41
zhouhannumans: sure, thank you17:41
avishnoidceara: thanks.17:41
dcearaI have a quick update as well if I may jump in.17:41
numansdceara, jump in17:41
dcearazhouhan, numans, imaximets, thanks for the ovsdb-idl review of https://patchwork.ozlabs.org/patch/1261637/17:41
zhouhandceara: np17:41
flaviof#link  https://bugzilla.redhat.com/show_bug.cgi?id=1808580#c11  issue reported in last meeting by dceara17:41
dcearaIf everyone is ok with it, it would be great to have this merged so we can use ovn-monitor-all safely17:49
*** acidfoo has quit IRC17:49
mmichelsondceara, With the reviews you have I think it's probably fine to merge.17:49
dceararegarding the missing SB DB update, I didn't find the root cause yet so I'll be at least sending a patch force a reconnect with monitor_cond_since last_id 0. Even if we fix the root cause it would still be good if ovn-controller would recover.17:49
*** acidfoo has joined #openvswitch17:49
*** openstack has quit IRC17:49
*** openstack has joined #openvswitch17:53
*** zhouhan_ has joined #openvswitch17:55
*** mmirecki_ has quit IRC17:57
*** zhouhan has quit IRC17:58
ihrachysnumans: btw tried as you said - bring up fake-multinode, then set vxlan through external-ids for all nodes, then ping from port to ovnfake-ext and vice versa, all works, vxlan tunnels replaced geneve ones17:59
numansihrachys, ok. cool. probably something wrong in my setup18:00
numansthanks for confirming18:00
*** timothy has quit IRC18:03
*** blp has quit IRC18:05
*** troulouliou_div2 has quit IRC18:11
numanstest18:15
flaviofnumans: I think we are missing an #endmitting ;)18:22
flaviof# e n d m e e t i n g :)18:22
flaviofmmichelson: ^^18:23
*** links has quit IRC18:23
flaviof#link http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-03-26-17.13.log.txt18:23
*** mmirecki_ has joined #openvswitch18:28
*** mmirecki_ has quit IRC18:34
*** GreyJediCode has joined #openvswitch18:37
*** mbarroso has quit IRC18:41
*** zhouhan_ has quit IRC18:46
*** zhouhan has joined #openvswitch18:46
*** zhouhan_ has joined #openvswitch18:47
*** zhouhan has quit IRC18:50
*** tbachman has quit IRC19:01
*** GreyJediCode has quit IRC19:03
*** tbachman has joined #openvswitch19:13
*** mmirecki_ has joined #openvswitch19:14
*** mmirecki_ has quit IRC19:20
*** GreyJediCode has joined #openvswitch19:26
*** Asgaroth has joined #openvswitch19:34
*** Asgaroth_ has quit IRC19:36
*** acidfoo has quit IRC19:38
*** acidfoo has joined #openvswitch19:40
*** acidfoo has quit IRC20:08
*** acidfoo has joined #openvswitch20:08
*** GreyJediCode has quit IRC20:24
flaviof#endmeeting20:36
openstackMeeting ended Thu Mar 26 20:36:03 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)20:36
openstackMinutes:        http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-03-26-17.13.html20:36
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-03-26-17.13.txt20:36
openstackLog:            http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-03-26-17.13.log.html20:36
*** dcbw has quit IRC20:47
*** grive has quit IRC20:56
*** grive has joined #openvswitch20:59
*** dceara has quit IRC21:35
*** thaller has quit IRC21:38
*** meph has joined #openvswitch21:41
*** thaller has joined #openvswitch21:42
*** GreyJediCode has joined #openvswitch22:25
*** rcernin has joined #openvswitch22:25
*** bostondriver has quit IRC22:43
*** slaweq has quit IRC22:59
*** rcernin has quit IRC23:06
*** rcernin has joined #openvswitch23:07
*** rcernin has quit IRC23:07
*** rcernin has joined #openvswitch23:08
*** slaweq has joined #openvswitch23:11
*** slaweq has quit IRC23:15
*** aconole has quit IRC23:28
*** ktraynor has quit IRC23:35
*** ktraynor has joined #openvswitch23:36

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!