16:00:02 #startmeeting Octavia 16:00:02 Meeting started Wed Jun 19 16:00:02 2019 UTC and is due to finish in 60 minutes. The chair is rm_work. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:04 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:06 The meeting name has been set to 'octavia' 16:00:30 o/ 16:00:33 o/ 16:00:40 o/ 16:00:41 o/ 16:01:12 #topic Announcements 16:02:13 So, the TC has decided to stop tracking the health of project teams 16:02:23 #link http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007085.html 16:02:37 So... I guess no more worrying about that 16:02:40 Yeah, probably for the best. It was a strange process anyway. 16:02:49 this is what it looked like before for Octavia 16:02:52 #link https://wiki.openstack.org/w/index.php?title=OpenStack_health_tracker&direction=prev&oldid=170660#Octavia 16:03:23 Yeah, the paraphrasing was, interesting 16:03:57 I think they only did that once anyway. 16:05:12 Any other announcements? 16:05:51 Shanghai call for papers is open and end in less than a month. 16:06:17 deadline: July 2, 2019 at 11:59pm PT 16:06:39 Ah yes. I'm not sure what we want to submit this time. 16:06:42 #link http://cfp.openstack.org/?_ga=2.124047753.2032053596.1560783728-1706076231.1557509450 16:06:50 I'm aiming to go -- who else is? 16:07:15 dulek and I submitted a proposal today on kuryr and octavia 16:07:16 I am planning to not attend in person, but could be available virtual. 16:07:46 ok, so cgoncalves you will be there?] 16:07:47 Happy to help folks with slides too 16:08:01 rm_work, I have no idea 16:08:04 Then we could maybe do one of the normal presentations... if we think it's useful 16:08:08 ah, hmmm 16:08:26 well, ok 16:08:33 having a session helps but does not guarantee a lottery ticket 16:08:41 It would be great if we can do the project update at least. 16:08:42 heh 16:08:52 yeah but that isn't part of the CFP 16:09:06 I am planning to do that 16:09:06 Correct, you as PTL should get an e-mail about the project update sessions 16:09:46 so maybe we're good enough with just that and onboarding, which they said will be part of the PTG side this time 16:10:12 alright, is that it for announcements? 16:11:20 ok 16:11:22 #topic Brief progress reports / bugs needing review 16:12:22 I started a couple of new transition to dicts changes, and review needed for #link https://review.opendev.org/#/c/662791/ and #link https://review.opendev.org/#/c/659538/ 16:12:22 Log offloading is done and merged. I still want to see if I can get creative with a tempest test for that. 16:12:44 I've been working on multiple things recently, the biggest of which is MultiVIP support, which could use reviews: https://review.opendev.org/#/c/660239/ 16:12:50 #link https://review.opendev.org/#/c/660239/ 16:12:53 Currently I'm working on some octavia-lib enhancements and a functional test for the driver-agent. 16:13:34 I have some changes related to UDP LB that need reviews: https://review.opendev.org/#/q/status:open+project:openstack/octavia+branch:master+topic:udp_states 16:13:53 Also working on some changes to the member subnet plugging calculations/handling, to resolve issues plugging additional subnets on the same network 16:13:55 #link https://review.opendev.org/#/c/665402/ 16:14:15 I have also put up some patches removing references to neutron-lbaas from the neutron and neutron-lib repos. 16:15:16 I resumed work on the VIP ACL RFE side but progresses slowly. the octavia-lib patch is ready for review 16:15:17 And finally, I did a PoC switching ubutnu over to the -kvm kernel for the image buids. It saves ~200MB in space for the image by removing a bunch of kernel modules we don't need. I have some cleanup to do in DIB for that, but look for that soon. 16:15:19 #link https://review.opendev.org/#/q/topic:vip-acl 16:16:22 So comparing the old kernel to the new, size: 605397504 vs 393244160 according to glance 16:16:27 the active-standby tempest scenario patch merged. I have to go now enable the jobs also in octavia 16:16:42 -rw-r--r-- 1 stack stack 376M Jun 17 18:59 amphora-x64-haproxy.qcow2.kvm 16:16:43 -rw-r--r-- 1 stack stack 578M Jun 11 17:18 amphora-x64-haproxy.qcow2.orig 16:17:31 noice, now just need to make centos not huge :D 16:17:53 * johnsom hold my coffee 16:18:20 Ok, cool, lots of work going on 16:18:53 ah, I also propose an octavia-tempest-plugin tag release: https://review.opendev.org/#/c/666037/ 16:19:40 Ah, before Open Discussion, I think gthiemonge did have a topic? Guess it wasn't added to the agenda page 16:19:56 gthiemonge: i forgot what exactly it was, hopefully you remember :D 16:20:06 oh yes, we were talking about UDB LB that mixes IPv4 and IPv6 16:20:07 UDP 16:20:43 currently, we can create a such LB with members, but keepalived keeps crashing because it doesn't support mixing IPv4/IPV6 16:20:56 Ah, yeah, so LVS doesn't/didn't support mixing the VIP and member protocol versions. 16:21:00 so we want to find a good way to handle this 16:21:31 I thought there was a check in the API that blocked it.... Maybe that was missed. 16:21:41 Yeah... so... do we try to validate the members that are added? 16:21:47 Is that the right approach? 16:22:39 and how does that work with multivip? if you have both ipv4 and ipv6... do you allow both kinds of members, but only add the ones that match the address-family for each individual vip? 16:22:57 that could be confusing 16:23:35 like if you add three members, 2x IPv4 and 1x IPv6, the IPv4 VIP would balance between two of them, and the IPv6 VIP would go directly to one 16:24:09 seems like it's very non-intuitive 16:24:19 There might be a way to make it work. Someone should spend some quality time with the keepalived bug list on github and see if there is a fix or workaround. 16:24:45 well, I don't know if it is literally possible to route UDP cross-family 16:25:36 Sure, it's just the IP wrapper that needs NAT really 16:25:40 can LVS do the necessary packet work? 16:26:24 I don't know. Like I said, you may be able to work around it with some iptables NAT rules. 16:26:34 hmm 16:27:01 k, need some help probably from someone who understands the low level networking aspects of this better than I do :) 16:27:06 I know at the time of the UDP work it was identified as a problem, so we did a release note about it. But I don't think it was investigated at all 16:28:10 I'm seeing some comments that this was fixed in the kernel. So, maybe needs a re-test or test for that matter. 16:28:19 #link https://github.com/acassen/keepalived/issues/876 16:28:21 k 16:31:29 yep, seems like it should work 16:31:39 I will test it 16:31:49 so, ok. just need to fix that. I wonder if moving to a new enough keepalived will be difficult 16:31:58 or kernel... is cent7 still on 2.6.x? 16:32:01 Thank you gthiemonge. We should be able to solve it one way or another. 16:32:52 or did they get to 3.x yet 16:33:13 Pretty sure it's 3.x 16:33:36 Let's check the log offload.... grin 16:33:42 fully loaded with feature backports, I must add 16:34:06 need at least 3.18 16:34:11 Linux version 3.10.0-957.21.2.el7.x86_64 16:34:18 also i was joking but i guess maybe it still is that old, rofl 16:34:26 * rm_work dies 16:34:28 Yeah, but it's hard to say if that feature was backported 16:34:44 #link http://logs.openstack.org/29/665029/3/check/octavia-v2-dsvm-py2-scenario-centos-7/735918f/controller/logs/octavia-amphora_log.txt.gz#_Jun_19_00_28_26 16:35:08 rofl ok, so yes, actually ancient 16:35:14 if not, we could try to check with the kernel team if it's possible 16:35:29 can we immediately drop cent7 support once cent8 is ready? >_> 16:35:52 yes IMO 16:35:56 i guess we can check for HAVE_DECL_IPVS_DEST_ATTR_ADDR_FAMILY 16:36:22 in keepalived/check/libipvs.c 16:36:39 our commercial Stein-based product will be fully on RHEL 8 16:36:48 err or is it in the kernel's configure.ac 16:36:55 well anyway yeah, we can check 16:37:03 ubuntu should be on 4.x so no issues right 16:37:16 and keepalived version 1.4.5+ probably 16:37:39 Linux version 4.4.0-151-generic 16:37:49 hmm no 16:37:57 bionic even still has 1.3.9 16:38:13 disco as 2.0 .... 16:38:22 even cosmic is still 1.3.9 16:38:29 that's problematic 16:38:59 i wonder if it can be backported 16:39:19 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 16:39:49 Again, hard to say on what they pulled back, etc. 16:39:49 yeah gross 16:39:56 i mean 16:40:11 We are just too cutting edge... lol 16:40:18 i don't think they would have backported a ton of features from 1.4.x right? wouldn't they just... RUN 1.4.x in that case? 16:40:36 anywho, we can work this out 16:41:05 #topic Open Discussion 16:41:22 I gave up trying to guess that stuff a long time ago 16:43:01 Just a quick qeustion. For the driver-agent functional tests, I need to create real files on the filesystem. I'm currently generating unique files in /tmp for that. Is that the right approach? 16:43:25 are their contents meaningful? 16:43:29 I need to open the Unix domain sockets and create a DB file for sqlite. 16:43:43 The test has a cleanup hook to remove them 16:44:32 Basically they are the live driver agent sockets the tests will use. We will be firing up a driver-agent, without the full devstack for the functional tests. 16:45:24 I think that is fine 16:45:55 They are all uuid'd so they won't conflict with others running the same tests, etc. 16:46:06 i would do it in /tmp, too 16:46:31 Cool, I thought so, just thought I would ask. I should have something posted for review today on that. 16:49:56 do you folks think there is anything in the 2.0 release of haproxy that we should especially be looking forward to? most of what i'm interested in is outside the scope of octavia (prometheus scraping, for example) 16:50:28 I'm excited about the HTTP/2 work personally. 16:50:35 fyi looks like newer keepalived is needed for other reasons in bionic: https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1819074 16:50:36 Launchpad bug 1819074 in systemd (Ubuntu) "Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd" [Undecided,Confirmed] 16:50:47 so... it could happen 16:51:07 good point johnsom more streaming and fewer conn brokering is always a good thing 16:51:32 Yeah, they have backported newer versions of haproxy for us in the past. Just need to request it on launchpad and reference the version in a newer release. 16:51:41 yes, 2.0 looks quite good actually 16:51:48 also the dataplane api will be interesting 16:52:18 I made this "question" but not sure if it should just be a bug: https://answers.launchpad.net/ubuntu/+source/keepalived/+question/681490 16:52:27 colin- The challenge we have is that the distros won't have 2.0 for a while, so it's a decision if we want to do things that require custom built images... 16:52:50 rm_work In the past I have just opened a backport request bug. 16:52:51 2.1 will bring UDP loadbalancing to haproxy :D 16:52:53 ah, i see yeah 16:52:55 I think they have a process 16:54:24 but yeah, a couple new protocols will be nice, http2 especially 16:54:27 We had a topic about that at the last PTG. Even 1.9 brings some really useful stuff like fully functional threading. 16:54:59 i wonder if we could just maintain an octavia packages repo <_< 16:55:04 for haproxy and keepalived 16:55:06 lol 16:55:24 And the kernel... Oh, wait. 16:56:07 I think we just need to come up with a strategy of how we handle such things and document it. 16:56:12 i mean it'd be possible with periodics 16:56:31 we could build them in-gate and upload them to the openstack artifact store 16:56:35 or our own PPA 16:56:38 For example, if someone asks for HTTP/2 via the API but the amp we get doesn't have a compatible version of HAproxy. 16:57:34 We can detect that, but do we just ERROR out the object? Ignore the setting and fall back to HTTP 1.1, etc. 16:57:51 probably safe-fallback strategies 16:58:12 or the admin configures which protocols are available 16:58:20 based on the amp version they run 16:58:36 ERROR out at API with a suggestion to an alternative (fall back to HTTP 1.1) 16:58:39 How would they know? 16:58:52 cgoncalves: API can't know 16:58:56 unless admin configures it 16:58:59 ah, right 16:59:05 Right, things to think about. We can continue the discussion next week. 16:59:14 yep, good meeting everyone 16:59:30 +1 16:59:31 #endmeeting