Monday, 2017-11-06

johnsomAVI doesn’t want to participate in upstream from my conversations with them at previous summits.00:00
rm_workT_T00:00
rm_workwell i wonder if i will more like ... crash it >_>00:00
rm_workbbl00:00
xgerman_let us know how Sydney is treating you…00:01
dmelladojohnsom: are you at the summit too?00:05
johnsomNope, just rm_work00:06
dmelladooh, I see00:07
dmelladowell, at least you avoided the long flight, heh00:07
johnsomYeah, couldn’t justify the 17-24 hour flight time for a short summit.  Plus Adam will have us covered.00:08
rm_workjohnsom / xgerman_ : review my client patch plz? :P00:10
rm_work<300:10
rm_workhttps://review.openstack.org/#/c/505851/00:12
rm_workjohnsom / xgerman_ / nmagnezi ^^00:12
johnsomOk, will look tomorrow.  It is still Sunday here, grin00:14
xgerman_+100:16
rm_worklol right00:22
rm_worki'm sitting here working with dayou_00:22
*** oanson has quit IRC00:34
*** dayou has joined #openstack-lbaas00:35
rm_workjohnsom: we need this patch for python on alpine :( http://paste.openstack.org/show/625566/00:37
rm_workerr00:37
rm_workcrap that's backwards00:37
rm_workhttp://paste.openstack.org/show/625567/00:38
johnsomrm_work Tell dayou Hello for us.00:41
*** oanson has joined #openstack-lbaas00:42
*** dayou has quit IRC00:45
johnsomrm_work https://pkgs.alpinelinux.org/packages?name=python&branch=&repo=&arch=&maintainer=00:53
*** dayou has joined #openstack-lbaas00:55
rm_workyes00:57
rm_workbut the platform module is broken00:57
rm_workdoesn't detect alpine00:57
rm_workso the osutils for the agent is just like ???/00:57
rm_worksee: https://bugs.python.org/issue2103100:57
johnsomHmm, ok.  Just wondering.  I know we looked at this before and it came out about the same size, so remembered python was there00:57
rm_workimport platform; platform.linux_distribution()00:58
rm_workreturns ('','','')00:58
johnsomRight, we didn't have osutils at the time...00:58
rm_worki'm trying to figure out how to write the platform class for it00:58
rm_workhow it does its networking, netns, etc00:58
rm_workneed to find someone who knows alpine00:59
johnsomYeah, not sure how the network "init" system works there01:00
rm_worki figured out how to make a netns ... kinda01:00
johnsomWell, it's kernel functionality, so it is capable....  It's just now to do it without running a bunch of iproute2 commands01:01
rm_workyeah well ...01:02
rm_workthere's a command "nsenter"01:02
rm_workbuiltin01:02
rm_workotherwise, yeah have to install iproute2 package01:02
rm_workand then the ip netns commands are there01:02
rm_workthe man page claims you can use /etc/netns: http://qnx.polarhome.com/service/man/?qf=ip-netns&af=0&tf=2&of=Alpinelinux&print=101:03
johnsomDisappearing again...  Catch you later01:07
rm_workkk01:07
*** dayou has quit IRC01:30
*** dayou has joined #openstack-lbaas02:20
*** dayou has quit IRC02:25
*** sapd has quit IRC02:59
*** sapd has joined #openstack-lbaas03:01
*** yamamoto has joined #openstack-lbaas03:03
*** sanfern has quit IRC03:10
*** dayou has joined #openstack-lbaas03:14
dayou@rm_work, here is my requirements.txt from pip list | sort -n? http://paste.openstack.org/show/625572/03:27
*** annp has joined #openstack-lbaas03:46
*** dayou_ has quit IRC04:07
*** sanfern has joined #openstack-lbaas04:36
*** sanfern has quit IRC04:49
*** derekjhyang has joined #openstack-lbaas04:50
rm_workjohnsom / dayou: https://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillMode=04:57
rm_worksetting KillMode=mixed solves the restart issue04:57
rm_workin /etc/systemd/system/devstack@o-hm.service04:58
rm_workthe default is `process`04:58
rm_workbut that doesn't kill off the sub-processes (since we use multiproc in the hm code)04:58
rm_workneed to figure out why devstack is setting it that way, and how to specify that it needs to be set differently04:58
johnsomI wondered about that, but we don’t control that systemd, devstack does04:58
*** dayou_ has joined #openstack-lbaas05:12
openstackgerritAdam Harwell proposed openstack/octavia master: Fix health_manager to exit without waiting  https://review.openstack.org/45642005:35
rm_workjohnsom: yeah i solved the issue on our side with signal handling05:58
rm_workthough that still doesn't work05:58
rm_workjohnsom: kobis says hi05:59
rm_workjohnsom: it needs the combination of josh's thing too, which i understand now (to avoid just terminating the processes mid-flow)05:59
johnsom Hey, tell Kobis hello back!05:59
johnsomOk, I rebased it, so check it out and review06:00
rm_workk yeah06:01
rm_workugh i need to browbeat josh into fixing it up :P06:01
*** yamamoto_ has joined #openstack-lbaas06:09
*** bbbzhao has joined #openstack-lbaas06:14
*** yamamoto has quit IRC06:14
*** m-greene- has quit IRC06:14
*** bbzhao has quit IRC06:14
*** m-greene has joined #openstack-lbaas06:17
*** m-greene- has joined #openstack-lbaas06:31
*** m-greene has quit IRC06:31
*** devfaz has quit IRC06:31
*** openstackgerrit has quit IRC06:31
*** thomasem has quit IRC06:31
*** Alex_Staf_ has joined #openstack-lbaas06:36
*** Alex_Staf_ has joined #openstack-lbaas06:36
*** eN_Guruprasad_Rn has joined #openstack-lbaas06:54
rm_workjohnsom: working on merging these patches07:04
rm_work(josh and jude's)07:04
rm_workalmost done i think07:04
rm_workjust gotta figure out this test07:04
*** spectr has joined #openstack-lbaas07:09
*** devfaz has joined #openstack-lbaas07:11
*** openstackgerrit has joined #openstack-lbaas07:11
*** thomasem has joined #openstack-lbaas07:11
*** derekjhyang has quit IRC07:15
openstackgerritAdam Harwell proposed openstack/octavia master: Fix health_manager to exit without waiting  https://review.openstack.org/45642007:23
rm_workOK I think that does it07:23
openstackgerritAdam Harwell proposed openstack/octavia master: Fix health_manager to exit without waiting  https://review.openstack.org/45642007:24
*** dayou_ has quit IRC07:27
*** gcheresh has joined #openstack-lbaas07:32
openstackgerritXieYingYun proposed openstack/neutron-lbaas master: Optimize the link address  https://review.openstack.org/51787507:37
openstackgerritAdam Harwell proposed openstack/octavia master: Fix health_manager to exit without waiting  https://review.openstack.org/45642007:47
*** pcaruana has joined #openstack-lbaas07:47
rm_workOK07:49
rm_workTHAT works locally in my devstack07:49
* rm_work runs07:49
*** dayou has quit IRC07:53
*** NTSS_sapd has joined #openstack-lbaas08:01
*** s has joined #openstack-lbaas08:01
*** NTSS_sapd has quit IRC08:01
*** s has quit IRC08:01
*** saphi_ has joined #openstack-lbaas08:01
*** kbyrne has quit IRC08:11
*** kbyrne has joined #openstack-lbaas08:12
nmagnezirm_work, will do08:13
*** tesseract has joined #openstack-lbaas08:17
*** slaweq has joined #openstack-lbaas08:29
*** slaweq has quit IRC08:33
*** AlexeyAbashkin has joined #openstack-lbaas08:33
*** sri_ has joined #openstack-lbaas08:33
*** eN_Guruprasad_Rn has quit IRC08:43
*** eN_Guruprasad_Rn has joined #openstack-lbaas08:43
*** slaweq has joined #openstack-lbaas08:45
*** slaweq has quit IRC08:46
*** slaweq has joined #openstack-lbaas08:50
*** AlexeyAbashkin has quit IRC08:51
*** belharar has joined #openstack-lbaas08:51
*** AlexeyAbashkin has joined #openstack-lbaas08:51
*** dayou has joined #openstack-lbaas08:59
*** lutzb has joined #openstack-lbaas09:01
*** yamamoto_ has quit IRC09:06
nmagnezithose  "URL optimization" patches just gotta stop..09:11
nmagnezi==> https://review.openstack.org/51787509:11
*** openstackgerrit has quit IRC09:18
*** salmankhan has joined #openstack-lbaas09:55
*** AlexeyAbashkin has quit IRC10:00
*** lutzb has quit IRC10:00
*** AlexeyAbashkin has joined #openstack-lbaas10:02
*** yamamoto has joined #openstack-lbaas10:06
*** AlexeyAbashkin has quit IRC10:06
*** lutzb has joined #openstack-lbaas10:13
*** yamamoto has quit IRC10:15
*** yamamoto has joined #openstack-lbaas10:21
slaweqnmagnezi: hi, could You maybe take a look at https://review.openstack.org/#/c/509708/ if You will have few minutes?10:25
slaweqthx in advance10:25
*** yamamoto has quit IRC10:29
*** yamamoto has joined #openstack-lbaas10:40
nmagnezislaweq, added to my review queue :)10:46
*** saphi_ has quit IRC10:46
slaweqnmagnezi: thx a lot10:47
*** yamamoto has quit IRC11:00
*** AlexeyAbashkin has joined #openstack-lbaas11:06
*** atoth has quit IRC11:17
*** annp has quit IRC11:18
*** yamamoto has joined #openstack-lbaas11:19
*** slaweq has quit IRC11:42
*** AlexeyAbashkin has quit IRC11:52
*** AlexeyAbashkin has joined #openstack-lbaas11:55
*** openstackgerrit has joined #openstack-lbaas11:57
openstackgerritNir Magnezi proposed openstack/neutron-lbaas master: [WIP]: Fix scenario waiters for pools and listeners  https://review.openstack.org/51793111:57
*** AlexeyAbashkin has quit IRC12:00
*** atoth has joined #openstack-lbaas12:02
*** salmankhan has quit IRC12:03
*** belharar has quit IRC12:03
*** AlexeyAbashkin has joined #openstack-lbaas12:13
*** salmankhan has joined #openstack-lbaas12:16
*** yamamoto has quit IRC12:17
*** reedip has quit IRC12:20
*** belharar has joined #openstack-lbaas12:22
*** AlexeyAbashkin has quit IRC12:34
*** slaweq has joined #openstack-lbaas12:34
*** belharar has quit IRC12:36
*** belharar has joined #openstack-lbaas12:52
*** slaweq has quit IRC12:56
*** pcaruana has quit IRC13:08
*** slaweq has joined #openstack-lbaas13:18
*** yamamoto has joined #openstack-lbaas13:18
openstackgerritNir Magnezi proposed openstack/neutron-lbaas master: Fix tempest scenario tests resource status waiters  https://review.openstack.org/51793113:18
*** pcaruana has joined #openstack-lbaas13:20
*** slaweq has quit IRC13:24
*** yamamoto has quit IRC13:27
openstackgerritNir Magnezi proposed openstack/neutron-lbaas master: Fix tempest scenario tests resource status waiters  https://review.openstack.org/51793113:28
*** eN_Guruprasad_Rn has quit IRC13:32
*** slaweq has joined #openstack-lbaas13:53
*** krypto has joined #openstack-lbaas13:55
*** krypto has quit IRC13:56
*** slaweq has quit IRC13:57
*** AlexeyAbashkin has joined #openstack-lbaas14:02
*** pcaruana has quit IRC14:05
*** AlexeyAbashkin has quit IRC14:16
*** slaweq has joined #openstack-lbaas14:17
*** slaweq has quit IRC14:17
*** pcaruana has joined #openstack-lbaas14:17
*** slaweq has joined #openstack-lbaas14:17
*** slaweq has quit IRC14:24
*** spectr has quit IRC14:29
*** spectr has joined #openstack-lbaas14:30
openstackgerritboden proposed openstack/neutron-lbaas master: DNM: testing 516456  https://review.openstack.org/51800014:36
*** lutzb has left #openstack-lbaas14:40
*** Alex_Staf_ has quit IRC14:47
*** AlexeyAbashkin has joined #openstack-lbaas14:51
*** slaweq has joined #openstack-lbaas14:59
*** slaweq_ has joined #openstack-lbaas15:08
xgerman_o/15:11
*** slaweq has quit IRC15:12
*** slaweq_ has quit IRC15:13
*** AlexeyAbashkin has quit IRC15:15
*** fnaval has joined #openstack-lbaas15:26
*** longstaff has joined #openstack-lbaas15:37
*** gcheresh has quit IRC15:40
*** pksingh has joined #openstack-lbaas15:44
*** Alex_Staf_ has joined #openstack-lbaas15:58
*** pksingh has quit IRC16:05
*** pksingh has joined #openstack-lbaas16:08
*** Vorrtex has joined #openstack-lbaas16:13
*** Alex_Staf_ has quit IRC16:15
johnsomo/16:27
*** Vorrtex has quit IRC16:47
*** pcaruana has quit IRC17:01
*** belharar has quit IRC17:01
*** longstaf_ has joined #openstack-lbaas17:02
*** longstaff has quit IRC17:06
*** tesseract has quit IRC17:10
*** salmankhan has quit IRC17:12
*** salmankhan has joined #openstack-lbaas17:12
johnsomNice:17:29
johnsomhttps://usercontent.irccloud-cdn.com/file/qnEeQDBX/image.png17:29
Zara:)17:38
*** juggsmcb has joined #openstack-lbaas17:46
*** juggsmcb has quit IRC17:47
*** juggsmcb has joined #openstack-lbaas17:47
*** slaweq has joined #openstack-lbaas17:53
*** slaweq has quit IRC17:57
*** slaweq has joined #openstack-lbaas17:58
*** slaweq has quit IRC18:01
xgerman_+118:02
*** slaweq has joined #openstack-lbaas18:11
*** salmankhan has quit IRC18:13
*** juggsmcb has quit IRC18:14
*** sshank has joined #openstack-lbaas18:15
*** longstaf_ has quit IRC18:17
*** harlowja has joined #openstack-lbaas18:19
*** slaweq has quit IRC18:37
*** slaweq has joined #openstack-lbaas18:38
*** slaweq has quit IRC18:43
*** pksingh has quit IRC18:49
nmagnezijohnsom, nice!19:15
*** gcheresh has joined #openstack-lbaas19:33
*** slaweq has joined #openstack-lbaas19:42
*** slaweq has quit IRC19:43
*** slaweq has joined #openstack-lbaas19:43
*** slaweq has quit IRC19:44
*** slaweq has joined #openstack-lbaas19:44
*** sshank has quit IRC19:47
*** pcaruana has joined #openstack-lbaas19:57
*** slaweq has quit IRC19:58
*** slaweq has joined #openstack-lbaas19:58
*** pcaruana has quit IRC20:03
*** slaweq has quit IRC20:03
*** jdavis has joined #openstack-lbaas20:12
*** jdavis has quit IRC20:13
*** atoth has quit IRC20:22
*** slaweq has joined #openstack-lbaas20:40
*** sshank has joined #openstack-lbaas20:41
*** jdavis has joined #openstack-lbaas20:49
*** dayou has quit IRC20:49
*** AlexeyAbashkin has joined #openstack-lbaas21:00
*** AlexeyAbashkin has quit IRC21:04
*** atoth has joined #openstack-lbaas21:10
*** jdavis has quit IRC21:18
*** slaweq has quit IRC21:20
*** gcheresh has quit IRC21:33
*** slaweq has joined #openstack-lbaas21:39
*** belharar has joined #openstack-lbaas21:40
*** Alex_Staf_ has joined #openstack-lbaas21:57
*** slaweq has quit IRC22:03
*** Alex_Staf_ has quit IRC22:19
*** sshank has quit IRC22:21
*** slaweq has joined #openstack-lbaas22:25
*** slaweq has quit IRC22:29
*** sshank has joined #openstack-lbaas22:29
*** slaweq has joined #openstack-lbaas22:49
*** slaweq has quit IRC22:53
*** sshank has quit IRC22:55
*** sshank has joined #openstack-lbaas22:56
*** slaweq has joined #openstack-lbaas23:05
*** slaweq has quit IRC23:09
*** salmankhan has joined #openstack-lbaas23:09
rm_work!! noice noice23:11
openstackrm_work: Error: "!" is not a valid command.23:11
rm_worklol23:11
rm_worknmagnezi: he did not respond well to your comments T_T on that URL patch23:12
*** salmankhan has quit IRC23:14
openstackgerritAdam Harwell proposed openstack/octavia master: Fix health_manager to exit without waiting  https://review.openstack.org/45642023:20
rm_workjohnsom: ^^^23:22
rm_workfixed the test issues23:22
rm_workand yeah, that's a combo of the two patches and I THINK it should work23:23
rm_worki mean, it DOES terminate properly now in devstack23:23
rm_workthe question is if it actually does everything right with regard to not interrupting failovers23:23
rm_worknot sure how to test that well, lol23:23
rm_worktrigger a failover and then immediately restart it, and watch logs?23:23
rm_workif the spares pool is 0 (which it is in devstack) that should be slow enough to really be sure23:24
rm_workjohnsom: you around?23:42
johnsomYeah, we should be able to test that23:42
rm_workk... doesn't actually affect me as it turns out, since i just ... deploy new containers, never actually restart the service :P23:43
openstackgerritMichael Johnson proposed openstack/octavia master: Make the allowed_address_pairs driver better  https://review.openstack.org/51745523:43
rm_workbut it needs to be solved, heh23:43
johnsomYeah, thanks for jumping on that.23:44
rm_workbbl23:44
*** sshank has quit IRC23:45
belhararis it possible to load octavia without the allowed_address_pairs? wouldn't it make sense to merge it with neutron/base.py?23:50
rm_workbelharar: at the moment it is the only network driver, but it *should not be* long term23:50
rm_workactually, internally we use a different one, floatingip.py, which is here: https://review.openstack.org/#/c/435612/23:51
johnsombelharar Yeah, right now there is only the allowed address pairs driver.  It was setup this way with an eye to a possible future where there is more than one load balancer VIP per amphora.  Though, that is not in the near term roadmap.23:52
belhararwith containers in mind, is it ever gonne come to fruit?23:52
*** sshank has joined #openstack-lbaas23:52
rm_workhopefully23:53
rm_workif we can get the nova-lxd stuff worked out, that'd be a good first step23:53
rm_workneed diltram to stop by again :P23:53
belhararrm_work, I just figured containers integration makes the use-case of many LBs per Amphora less convincing, wouldn't you agree?23:55
rm_workyes23:56
rm_workI am still not sure I understand that use-case even with VMs23:56
johnsomMaybe.  Plus it may require it's own network driver23:56
rm_workI think it only makes sense if you're using like ... ironic23:56
*** slaweq has joined #openstack-lbaas23:58
belhararso back to allowed_address_pairs, does it make sense to leave it the way it is? you know, if already improve the internals...23:58

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