*** tosky has quit IRC | 00:21 | |
*** spatel has joined #openstack-oslo | 00:44 | |
*** spatel has quit IRC | 00:49 | |
*** lifeless has quit IRC | 00:55 | |
*** lifeless has joined #openstack-oslo | 00:57 | |
*** gus has quit IRC | 01:15 | |
*** gus has joined #openstack-oslo | 01:16 | |
*** spatel has joined #openstack-oslo | 01:45 | |
*** spatel has quit IRC | 01:47 | |
*** hamalq has quit IRC | 02:10 | |
*** irclogbot_1 has quit IRC | 02:21 | |
*** irclogbot_2 has joined #openstack-oslo | 02:23 | |
*** rcernin has quit IRC | 02:34 | |
*** rcernin has joined #openstack-oslo | 02:36 | |
*** lifeless has quit IRC | 04:36 | |
*** lifeless has joined #openstack-oslo | 04:38 | |
*** rcernin has quit IRC | 06:18 | |
*** rcernin has joined #openstack-oslo | 06:22 | |
*** redrobot1 has joined #openstack-oslo | 07:00 | |
*** redrobot has quit IRC | 07:04 | |
*** redrobot1 is now known as redrobot | 07:04 | |
*** rcernin has quit IRC | 07:42 | |
*** ralonsoh has joined #openstack-oslo | 08:01 | |
*** rcernin has joined #openstack-oslo | 08:15 | |
*** rpittau|afk is now known as rpittau | 08:27 | |
rpittau | moguimar: in the test we're using memcached://localhost:11211 | 08:30 |
---|---|---|
rpittau | moguimar: the tooz error: tooz.coordination.ToozConnectionError: [Errno 111] ECONNREFUSED (with errno ECONNREFUSED [111]) | 08:30 |
rpittau | moguimar: 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.txt | 08:31 |
*** sboyron has joined #openstack-oslo | 08:40 | |
*** tosky has joined #openstack-oslo | 08:45 | |
*** tkajinam has quit IRC | 08:58 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo.messaging stable/victoria: Fix type of direct_mandatory_flag opt https://review.opendev.org/c/openstack/oslo.messaging/+/771240 | 09:06 |
openstackgerrit | Hervé Beraud proposed openstack/oslo.messaging stable/victoria: Fix type of direct_mandatory_flag opt https://review.opendev.org/c/openstack/oslo.messaging/+/771240 | 09:07 |
*** zaneb has quit IRC | 09:32 | |
moguimar | ok, I was able to replicate it here | 10:20 |
moguimar | with `memcached -l 127.0.0.1` | 10:20 |
moguimar | client.PooledClient(("127.0.0.1", 11211)).set("foo", "bar") works | 10:21 |
moguimar | but "::1" and "localhost" fails | 10:21 |
moguimar | if I run `memcached -l ::1`, then "localhost" and "::1" works, but "127.0.0.1" fails | 10:22 |
moguimar | and `memcached -l localhost` works for everybody | 10:22 |
moguimar | rpittau, ^ | 10:23 |
*** rcernin has quit IRC | 10:24 | |
*** rcernin has joined #openstack-oslo | 10:50 | |
rpittau | moguimar: interesting, that's failing with localhost though it seems | 11:01 |
*** rcernin has quit IRC | 11:08 | |
moguimar | rpittau, 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 |
rpittau | moguimar: yes, there's a variable for that in devstack config | 11:16 |
rpittau | but that's for all the services, it's not just inspector | 11:16 |
*** ttx has quit IRC | 11:22 | |
moguimar | https://github.com/pinterest/pymemcache/issues/303 | 11:22 |
moguimar | rpittau, I created a bug report on pymemcache | 11:22 |
rpittau | moguimar: ok thanks! | 11:23 |
rpittau | moguimar: I will change the server from localhost to 127.0.0.1 in your patch to test | 11:23 |
*** ttx has joined #openstack-oslo | 11:23 | |
moguimar | still failing | 13:37 |
*** redrobot5 has joined #openstack-oslo | 13:44 | |
moguimar | but I can't find where MEMCACHE_SERVERS would override the localhost value | 13:45 |
*** redrobot has quit IRC | 13:45 | |
*** tosky has quit IRC | 13:45 | |
*** redrobot5 is now known as redrobot | 13:45 | |
*** tosky_ has joined #openstack-oslo | 13:46 | |
iurygregory | hello 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 you | 13:46 |
rpittau | moguimar: no the value is still wrong in inspector because we do somethging special, I'll change that too | 13:47 |
iurygregory | inspector is special <3 | 13:47 |
moguimar | I just pushed another test | 13:48 |
rpittau | moguimar: that would not work,the value is overridden in the devstack plugin | 13:48 |
rpittau | ah nvm you changed that! :D | 13:49 |
rpittau | the default value is probably fine though, it gets changed by teh devstack plugin | 13:49 |
*** zaneb has joined #openstack-oslo | 13:59 | |
*** redrobot has quit IRC | 14:44 | |
*** rcernin has joined #openstack-oslo | 14:46 | |
*** spatel has joined #openstack-oslo | 14:55 | |
*** redrobot has joined #openstack-oslo | 14:57 | |
*** rcernin has quit IRC | 15:00 | |
*** gouthamr has joined #openstack-oslo | 15:04 | |
*** redrobot has quit IRC | 15:27 | |
*** redrobot has joined #openstack-oslo | 15:34 | |
*** sboyron has quit IRC | 15:49 | |
moguimar | rpittau, we got a green result =D | 15:53 |
moguimar | I reworked the patch, lets see if it comes up green again | 15:53 |
moguimar | then I'll drop the depends-on | 15:53 |
rpittau | moguimar: yeah, although that's a workaround, it's not exactly a fix, it still doesn't work for localhost, probablyn eeds to be documented | 15:53 |
moguimar | can you drop some thoughts here? | 15:54 |
moguimar | https://github.com/pinterest/pymemcache/issues/303 | 15:54 |
moguimar | rpittau, iurygregory ^ | 15:54 |
moguimar | how do you run memcached? through puppet-memcached? | 15:55 |
moguimar | puppet-memcached is stuck to ipv4 too | 15:56 |
moguimar | you can't even tell it to listen at "localhost" | 15:56 |
rpittau | I'm not sure if that's a limitation on memcached to be honest | 15:56 |
rpittau | the configuration is done on devstack side | 15:56 |
rpittau | the default for the value is localhost | 15:57 |
rpittau | I guess the expected result would be for memcached to listen to both ipv6 and ipv4 addresses | 15:57 |
iurygregory | ^ agree | 16:00 |
rpittau | moguimar: I added a comment, thanks for helping investigating! | 16:02 |
*** tosky_ is now known as tosky | 16:06 | |
*** mgagne has joined #openstack-oslo | 16:11 | |
openstackgerrit | Ghanshyam proposed openstack/oslo.policy master: Add debug log in pick_default_policy_file https://review.opendev.org/c/openstack/oslo.policy/+/772905 | 16:20 |
*** sboyron has joined #openstack-oslo | 16:34 | |
*** tosky has quit IRC | 17:07 | |
*** sboyron_ has joined #openstack-oslo | 17:07 | |
*** tosky has joined #openstack-oslo | 17:07 | |
*** sboyron has quit IRC | 17:07 | |
openstackgerrit | Ghanshyam proposed openstack/oslo.policy master: Add debug log in pick_default_policy_file https://review.opendev.org/c/openstack/oslo.policy/+/772905 | 17:19 |
openstackgerrit | Ghanshyam proposed openstack/oslo.policy master: Add debug log in pick_default_policy_file https://review.opendev.org/c/openstack/oslo.policy/+/772905 | 17:23 |
*** rpittau is now known as rpittau|afk | 17:57 | |
*** rcernin has joined #openstack-oslo | 20:03 | |
*** rcernin has quit IRC | 20:30 | |
*** rcernin has joined #openstack-oslo | 20:41 | |
*** ralonsoh has quit IRC | 20:48 | |
*** zzzeek has quit IRC | 20:57 | |
*** zzzeek has joined #openstack-oslo | 20:57 | |
*** rcernin has quit IRC | 21:34 | |
*** rcernin has joined #openstack-oslo | 21:51 | |
*** spatel has quit IRC | 22:33 | |
openstackgerrit | Adam Harwell proposed openstack/taskflow master: Fix deprecated Alembic function args https://review.opendev.org/c/openstack/taskflow/+/772953 | 22:59 |
*** sboyron_ has quit IRC | 23:05 | |
*** knikolla has quit IRC | 23:36 | |
*** knikolla has joined #openstack-oslo | 23:37 | |
*** csatari has quit IRC | 23:37 | |
*** csatari has joined #openstack-oslo | 23:37 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!