*** ricolin has joined #openstack-lbaas | 01:15 | |
*** hongbin has joined #openstack-lbaas | 03:10 | |
*** yamamoto has quit IRC | 04:11 | |
*** yamamoto has joined #openstack-lbaas | 04:12 | |
*** ramishra has joined #openstack-lbaas | 04:15 | |
*** yamamoto has quit IRC | 04:19 | |
*** yamamoto has joined #openstack-lbaas | 04:33 | |
*** hongbin has quit IRC | 04:33 | |
*** yamamoto has quit IRC | 05:21 | |
*** yamamoto has joined #openstack-lbaas | 05:23 | |
*** yamamoto has quit IRC | 05:26 | |
*** yamamoto has joined #openstack-lbaas | 05:27 | |
*** yamamoto has quit IRC | 05:27 | |
*** abaindur_ has quit IRC | 05:30 | |
*** abaindur has joined #openstack-lbaas | 05:31 | |
*** ivve has joined #openstack-lbaas | 05:38 | |
*** mkuf has joined #openstack-lbaas | 05:48 | |
*** yamamoto has joined #openstack-lbaas | 05:51 | |
*** pcaruana has joined #openstack-lbaas | 06:06 | |
*** lemko has joined #openstack-lbaas | 06:15 | |
*** yamamoto has quit IRC | 06:22 | |
*** yamamoto has joined #openstack-lbaas | 06:25 | |
*** yamamoto has quit IRC | 06:25 | |
*** yamamoto has joined #openstack-lbaas | 06:26 | |
*** yamamoto has quit IRC | 06:29 | |
*** yamamoto has joined #openstack-lbaas | 06:29 | |
*** yamamoto has quit IRC | 06:29 | |
ataraday | @cgoncalves @johnsom Please revisit the change https://review.opendev.org/#/c/652953/ | 06:57 |
---|---|---|
*** kmadac has joined #openstack-lbaas | 06:57 | |
*** yamamoto has joined #openstack-lbaas | 07:03 | |
*** yamamoto has quit IRC | 07:11 | |
*** AlexStaf has quit IRC | 07:11 | |
*** abaindur has quit IRC | 07:29 | |
*** yamamoto has joined #openstack-lbaas | 07:31 | |
*** yamamoto has quit IRC | 07:31 | |
*** yamamoto has joined #openstack-lbaas | 07:33 | |
*** vishalmanchanda has joined #openstack-lbaas | 07:38 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Update operator maintenance doc https://review.opendev.org/653371 | 07:49 |
*** luksky has joined #openstack-lbaas | 07:59 | |
*** rpittau|afk is now known as rpittau | 08:08 | |
*** abaindur has joined #openstack-lbaas | 08:11 | |
*** abaindur has quit IRC | 08:12 | |
*** ccamposr has joined #openstack-lbaas | 08:18 | |
*** AlexStaf has joined #openstack-lbaas | 08:35 | |
*** Dinesh_Bhor has quit IRC | 08:55 | |
openstackgerrit | Merged openstack/neutron-lbaas-dashboard master: Changes for url transition to OpenDev https://review.opendev.org/654425 | 08:58 |
*** happyhemant has joined #openstack-lbaas | 09:33 | |
*** yamamoto has quit IRC | 09:40 | |
*** lemko has quit IRC | 09:44 | |
*** yamamoto has joined #openstack-lbaas | 09:48 | |
*** yamamoto has quit IRC | 09:53 | |
*** salmankhan has joined #openstack-lbaas | 09:58 | |
*** threestrands has quit IRC | 10:15 | |
*** mkuf has quit IRC | 11:02 | |
*** yamamoto has joined #openstack-lbaas | 11:12 | |
*** yamamoto has quit IRC | 11:19 | |
*** mkuf has joined #openstack-lbaas | 11:21 | |
*** lemko has joined #openstack-lbaas | 11:49 | |
*** mkuf_ has joined #openstack-lbaas | 11:55 | |
*** yamamoto has joined #openstack-lbaas | 11:57 | |
*** mkuf has quit IRC | 12:00 | |
*** boden has joined #openstack-lbaas | 12:01 | |
*** mkuf has joined #openstack-lbaas | 12:31 | |
*** mkuf_ has quit IRC | 12:35 | |
*** vishalmanchanda has quit IRC | 13:10 | |
*** goldyfruit has joined #openstack-lbaas | 13:15 | |
openstackgerrit | caoyuan proposed openstack/octavia-lib master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/655043 | 13:31 |
*** Vorrtex has joined #openstack-lbaas | 13:50 | |
*** yamamoto has quit IRC | 13:56 | |
*** psachin has joined #openstack-lbaas | 13:58 | |
*** fnaval has quit IRC | 14:10 | |
*** fnaval has joined #openstack-lbaas | 14:28 | |
*** ramishra has quit IRC | 14:49 | |
*** luksky has quit IRC | 14:54 | |
*** AlexStaf has quit IRC | 15:00 | |
*** mkuf has quit IRC | 15:06 | |
*** yamamoto has joined #openstack-lbaas | 15:07 | |
*** yamamoto has quit IRC | 15:14 | |
*** salmankhan has quit IRC | 15:52 | |
*** ccamposr has quit IRC | 15:57 | |
*** rcernin has quit IRC | 16:36 | |
*** altlogbot_3 has quit IRC | 16:50 | |
*** altlogbot_3 has joined #openstack-lbaas | 16:55 | |
openstackgerrit | caoyuan proposed openstack/octavia-tempest-plugin master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/655040 | 17:00 |
*** CBR09 has joined #openstack-lbaas | 17:04 | |
CBR09 | hi all | 17:04 |
johnsom | Hi there | 17:04 |
CBR09 | we got a performance issue when listing loadbalancer | 17:04 |
CBR09 | we have 1 load balancer: 2 listener - 2 policy - 2 pool - 10 member | 17:05 |
CBR09 | when we listing all LB | 17:05 |
CBR09 | we got timeout | 17:05 |
CBR09 | performance is worse | 17:05 |
johnsom | What version of Octavia are you using? | 17:06 |
CBR09 | I've use octavia 2.0.4 | 17:07 |
CBR09 | when I saw in octavia code, I can see model_list = query.all() | 17:07 |
CBR09 | and query string is very long | 17:07 |
CBR09 | is that cause timeout? | 17:07 |
johnsom | That was fixed in the 2.1.0 release: https://docs.openstack.org/releasenotes/octavia/queens.html | 17:08 |
*** thainn2 has joined #openstack-lbaas | 17:08 | |
johnsom | It was this patch: https://github.com/openstack/octavia/commit/f15b43ddf432d9c320db73325abe042b65df3970 | 17:08 |
CBR09 | but I've use octavia 2.0.4 :( | 17:09 |
johnsom | You can't upgrade to 2.1.0? | 17:09 |
*** ivve has quit IRC | 17:10 | |
CBR09 | ah you told 2.1.0? | 17:10 |
johnsom | Yes, it's a queens update release. It's 2.1 instead of 2.0.5 as there is a configuration setting you should set as part of a fix. It has a default, so won't fail if you don't set it, but we recommend you set it. | 17:11 |
CBR09 | what's configuration setting I need set ? | 17:13 |
johnsom | server_certs_key_passphrase, it is listed there in the release notes | 17:14 |
johnsom | It defaults to ‘insecure-key-do-not-use-this-key’ | 17:14 |
CBR09 | yea, and can I upgrade from 2.0.4 to 2.1.0 easy? | 17:16 |
johnsom | Yes | 17:16 |
*** luksky has joined #openstack-lbaas | 17:16 | |
CBR09 | yea, thank you | 17:20 |
CBR09 | I will try 2.1.0 version | 17:20 |
*** rpittau is now known as rpittau|afk | 17:20 | |
*** psachin has quit IRC | 17:28 | |
*** CBR09 has quit IRC | 18:02 | |
*** ivve has joined #openstack-lbaas | 18:10 | |
*** lemko has quit IRC | 18:17 | |
*** ricolin has quit IRC | 18:17 | |
Vorrtex | rm_work I really debating going through the image create script and adding changes to support long options, but ultimately deemed it unnecessary for the patch. Short options only is definitely a detriment when the script gets more and more elaborate ha ha. | 18:23 |
Vorrtex | Also, it was merged before I had the change to update and remove my personalized comment of "replace this with the variable" which I had done and forgot to remove the comment... RIP | 18:23 |
Vorrtex | chance to update*** | 18:24 |
*** thainn2 has quit IRC | 18:45 | |
*** happyhemant has quit IRC | 18:48 | |
-openstackstatus- NOTICE: the zuul scheduler is being restarted now in order to address a memory utilization problem; changes under test will be reenqueued automatically | 19:09 | |
rm_work | Vorrtex: heh, make a trivial follow-up patch to show us you care :D | 19:52 |
rm_work | Long option support would be rad but bash is just bad at that, gotta basically do a big choice loop | 19:53 |
rm_work | Actually it would be neat to just make the dib wrapper a python script :D | 19:53 |
Vorrtex | I could do that maybe... not sure how you guys would like it ;) | 19:55 |
*** pcaruana has quit IRC | 20:32 | |
openstackgerrit | Trevor Vardeman proposed openstack/octavia master: Removing an erroneous comment https://review.opendev.org/655245 | 20:32 |
Vorrtex | rm_work ^^ | 20:34 |
rm_work | :) | 20:34 |
Vorrtex | rm_work also, I totally ignored the "feedback" from git review when uploading my original review for the change... I never shortened the line for the comment ha ha. | 20:35 |
Vorrtex | I had fully intended to, and chalked it up to "being done" a day later, and just... never did it. | 20:35 |
rm_work | yeah apparently it doesn't care | 20:35 |
rm_work | it used to, I swear... | 20:35 |
rm_work | it's weird because it's actually shorter than 80 for the title, so not actually *quite* pep8 | 20:35 |
* Vorrtex kinda hates the line limitations in general anyway... so was definitely less motivated. | 20:35 | |
Vorrtex | limit it to 120, for the modern development age, but... yeah. | 20:36 |
rm_work | I really like 80 | 20:36 |
Vorrtex | Lol... not again... WHY ARE YOU STUCK IN THE PAST ON THIS ONE THING?! | 20:36 |
rm_work | it lets me set up my IDE with two horizontal panes and the browser pane, and it all just exactly fits on a macbook pro screen in high-res mode | 20:37 |
Vorrtex | Don't tell me you been using triple column layouts or something in your IDE. | 20:37 |
Vorrtex | I knew it... I freakin knew it. | 20:37 |
rm_work | having two panes is like... obvious minimal setup | 20:37 |
Vorrtex | horizontal panes are left to right... has nothing to do with the column count? | 20:37 |
rm_work | ugh the ones where they're like columns | 20:38 |
rm_work | are those called vertical? | 20:38 |
Vorrtex | Yes | 20:38 |
rm_work | i can never get it right | 20:38 |
Vorrtex | Just remember "horizontal" == "horizon" | 20:38 |
rm_work | they are split up horizontally, so to me they're horizontal, but that appears to not line up with everyone else's use of the terms | 20:38 |
Vorrtex | right, because horizontal paning is "creating a new horizon" between your windows. | 20:39 |
rm_work | to me it's "splitting the horizon" | 20:39 |
Vorrtex | That's how I always remember it, at least. | 20:39 |
rm_work | which is apparently obviously backwards | 20:39 |
Vorrtex | But then you dont' split the horizon at all because the horizon is the same lol | 20:39 |
Vorrtex | You're such a goober, rm_work | 20:39 |
Vorrtex | Anyway, BS aside, merge that bad boy whenever, and that comment will be gone for good. | 20:40 |
rm_work | yeah the icons for pycharm show it literally with the text "split horizontally" and then the opposite picture from what I expect :D | 20:40 |
Vorrtex | ha ha ha | 20:40 |
Vorrtex | Alright, gonna go watch Captain Marvel finally. Take it easy, my dude... I wish you luck on remembering the difference between horizontal and vertical ;) | 20:43 |
*** Vorrtex has quit IRC | 20:44 | |
*** boden_ has joined #openstack-lbaas | 21:09 | |
*** boden has quit IRC | 21:12 | |
*** boden_ has quit IRC | 21:20 | |
*** abaindur has joined #openstack-lbaas | 22:32 | |
*** abaindur has quit IRC | 22:32 | |
*** abaindur has joined #openstack-lbaas | 22:33 | |
*** abaindur has quit IRC | 22:33 | |
*** fnaval has quit IRC | 22:33 | |
*** abaindur has joined #openstack-lbaas | 22:34 | |
*** luksky has quit IRC | 22:43 | |
*** fnaval has joined #openstack-lbaas | 22:50 | |
*** yamamoto has joined #openstack-lbaas | 23:14 | |
*** yamamoto has quit IRC | 23:18 | |
*** yamamoto has joined #openstack-lbaas | 23:20 | |
*** rcernin has joined #openstack-lbaas | 23:20 | |
*** yamamoto has quit IRC | 23:41 | |
*** yamamoto has joined #openstack-lbaas | 23:42 | |
*** yamamoto has quit IRC | 23:43 | |
*** goldyfruit has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!