Thursday, 2021-01-28

*** tosky has quit IRC00:21
*** spatel has joined #openstack-oslo00:44
*** spatel has quit IRC00:49
*** lifeless has quit IRC00:55
*** lifeless has joined #openstack-oslo00:57
*** gus has quit IRC01:15
*** gus has joined #openstack-oslo01:16
*** spatel has joined #openstack-oslo01:45
*** spatel has quit IRC01:47
*** hamalq has quit IRC02:10
*** irclogbot_1 has quit IRC02:21
*** irclogbot_2 has joined #openstack-oslo02:23
*** rcernin has quit IRC02:34
*** rcernin has joined #openstack-oslo02:36
*** lifeless has quit IRC04:36
*** lifeless has joined #openstack-oslo04:38
*** rcernin has quit IRC06:18
*** rcernin has joined #openstack-oslo06:22
*** redrobot1 has joined #openstack-oslo07:00
*** redrobot has quit IRC07:04
*** redrobot1 is now known as redrobot07:04
*** rcernin has quit IRC07:42
*** ralonsoh has joined #openstack-oslo08:01
*** rcernin has joined #openstack-oslo08:15
*** rpittau|afk is now known as rpittau08:27
rpittaumoguimar: in the test we're using memcached://localhost:1121108:30
rpittaumoguimar: the tooz error: tooz.coordination.ToozConnectionError: [Errno 111] ECONNREFUSED (with errno ECONNREFUSED [111])08:30
rpittaumoguimar: you can see the entire exception in https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_663/772714/1/check/ironic-inspector-tempest-managed-non-standalone/66363ac/controller/logs/screen-ironic-inspector-api.txt08:31
*** sboyron has joined #openstack-oslo08:40
*** tosky has joined #openstack-oslo08:45
*** tkajinam has quit IRC08:58
openstackgerritHervĂ© Beraud proposed openstack/oslo.messaging stable/victoria: Fix type of direct_mandatory_flag opt  https://review.opendev.org/c/openstack/oslo.messaging/+/77124009:06
openstackgerritHervĂ© Beraud proposed openstack/oslo.messaging stable/victoria: Fix type of direct_mandatory_flag opt  https://review.opendev.org/c/openstack/oslo.messaging/+/77124009:07
*** zaneb has quit IRC09:32
moguimarok, I was able to replicate it here10:20
moguimarwith `memcached -l 127.0.0.1`10:20
moguimarclient.PooledClient(("127.0.0.1", 11211)).set("foo", "bar") works10:21
moguimarbut "::1" and "localhost" fails10:21
moguimarif I run `memcached -l ::1`, then "localhost" and "::1" works, but "127.0.0.1" fails10:22
moguimarand `memcached -l localhost` works for everybody10:22
moguimarrpittau,  ^10:23
*** rcernin has quit IRC10:24
*** rcernin has joined #openstack-oslo10:50
rpittaumoguimar: interesting, that's failing with localhost though it seems11:01
*** rcernin has quit IRC11:08
moguimarrpittau, do you know where can we fix that on our side? like using 127.0.0.1 instead of localhost, or telling memcached to listen at localhost instead 127.0.0.1?11:13
rpittaumoguimar: yes, there's a variable for that in devstack config11:16
rpittaubut that's for all the services, it's not just inspector11:16
*** ttx has quit IRC11:22
moguimarhttps://github.com/pinterest/pymemcache/issues/30311:22
moguimarrpittau, I created a bug report on pymemcache11:22
rpittaumoguimar: ok thanks!11:23
rpittaumoguimar: I will change the server from localhost to 127.0.0.1 in your patch to test11:23
*** ttx has joined #openstack-oslo11:23
moguimarstill failing13:37
*** redrobot5 has joined #openstack-oslo13:44
moguimarbut I can't find where MEMCACHE_SERVERS would override the localhost value13:45
*** redrobot has quit IRC13:45
*** tosky has quit IRC13:45
*** redrobot5 is now known as redrobot13:45
*** tosky_ has joined #openstack-oslo13:46
iurygregoryhello oslo folks o/ I see you have the Backport Candidate label for some repos (https://opendev.org/openstack/project-config/commit/f0dbc7d5a886b40db4d85ef9d1cce56d02d5cc04  , how is the experience so far? do you think it helps to avoid missing backports to stable/branches ? =) Thank you13:46
rpittaumoguimar: no the value is still wrong in inspector because we do somethging special, I'll change that too13:47
iurygregoryinspector is special <313:47
moguimarI just pushed another test13:48
rpittaumoguimar: that would not work,the value is overridden in the devstack plugin13:48
rpittauah nvm you changed that! :D13:49
rpittauthe default value is probably fine though, it gets changed by teh devstack plugin13:49
*** zaneb has joined #openstack-oslo13:59
*** redrobot has quit IRC14:44
*** rcernin has joined #openstack-oslo14:46
*** spatel has joined #openstack-oslo14:55
*** redrobot has joined #openstack-oslo14:57
*** rcernin has quit IRC15:00
*** gouthamr has joined #openstack-oslo15:04
*** redrobot has quit IRC15:27
*** redrobot has joined #openstack-oslo15:34
*** sboyron has quit IRC15:49
moguimarrpittau, we got a green result =D15:53
moguimarI reworked the patch, lets see if it comes up green again15:53
moguimarthen I'll drop the depends-on15:53
rpittaumoguimar: yeah, although that's a workaround, it's not exactly a fix, it still doesn't work for localhost, probablyn eeds to be documented15:53
moguimarcan you drop some thoughts here?15:54
moguimarhttps://github.com/pinterest/pymemcache/issues/30315:54
moguimarrpittau, iurygregory ^15:54
moguimarhow do you run memcached? through puppet-memcached?15:55
moguimarpuppet-memcached is stuck to ipv4 too15:56
moguimaryou can't even tell it to listen at "localhost"15:56
rpittauI'm not sure if that's a limitation on memcached to be honest15:56
rpittauthe configuration is done on devstack side15:56
rpittauthe default for the value is localhost15:57
rpittauI guess the expected result would be for memcached to listen to both ipv6 and ipv4 addresses15:57
iurygregory^ agree16:00
rpittaumoguimar: I added a comment, thanks for helping investigating!16:02
*** tosky_ is now known as tosky16:06
*** mgagne has joined #openstack-oslo16:11
openstackgerritGhanshyam proposed openstack/oslo.policy master: Add debug log in pick_default_policy_file  https://review.opendev.org/c/openstack/oslo.policy/+/77290516:20
*** sboyron has joined #openstack-oslo16:34
*** tosky has quit IRC17:07
*** sboyron_ has joined #openstack-oslo17:07
*** tosky has joined #openstack-oslo17:07
*** sboyron has quit IRC17:07
openstackgerritGhanshyam proposed openstack/oslo.policy master: Add debug log in pick_default_policy_file  https://review.opendev.org/c/openstack/oslo.policy/+/77290517:19
openstackgerritGhanshyam proposed openstack/oslo.policy master: Add debug log in pick_default_policy_file  https://review.opendev.org/c/openstack/oslo.policy/+/77290517:23
*** rpittau is now known as rpittau|afk17:57
*** rcernin has joined #openstack-oslo20:03
*** rcernin has quit IRC20:30
*** rcernin has joined #openstack-oslo20:41
*** ralonsoh has quit IRC20:48
*** zzzeek has quit IRC20:57
*** zzzeek has joined #openstack-oslo20:57
*** rcernin has quit IRC21:34
*** rcernin has joined #openstack-oslo21:51
*** spatel has quit IRC22:33
openstackgerritAdam Harwell proposed openstack/taskflow master: Fix deprecated Alembic function args  https://review.opendev.org/c/openstack/taskflow/+/77295322:59
*** sboyron_ has quit IRC23:05
*** knikolla has quit IRC23:36
*** knikolla has joined #openstack-oslo23:37
*** csatari has quit IRC23:37
*** csatari has joined #openstack-oslo23:37

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!