| *** zzzeek has joined #openstack-oslo | 00:01 | |
| *** zzzeek has quit IRC | 00:38 | |
| *** zzzeek has joined #openstack-oslo | 00:42 | |
| openstackgerrit | Ghanshyam Mann proposed openstack/oslo.messaging master: [goal] Migrate testing to ubuntu focal https://review.opendev.org/744310 | 00:45 |
|---|---|---|
| openstackgerrit | Ghanshyam Mann proposed openstack/oslo.messaging master: [goal] Migrate testing to ubuntu focal https://review.opendev.org/744310 | 00:46 |
| *** eandersson has quit IRC | 01:44 | |
| *** eandersson has joined #openstack-oslo | 01:45 | |
| *** zzzeek has quit IRC | 02:14 | |
| *** zzzeek has joined #openstack-oslo | 02:15 | |
| *** zzzeek has quit IRC | 02:45 | |
| *** zzzeek has joined #openstack-oslo | 02:48 | |
| *** rcernin has quit IRC | 02:50 | |
| *** rcernin has joined #openstack-oslo | 02:59 | |
| *** brinzhang_ has joined #openstack-oslo | 03:51 | |
| *** brinzhang0 has quit IRC | 03:54 | |
| *** dave-mccowan has quit IRC | 04:12 | |
| *** sboyron has joined #openstack-oslo | 05:48 | |
| *** zzzeek has quit IRC | 05:57 | |
| *** zzzeek has joined #openstack-oslo | 06:01 | |
| *** brinzhang0 has joined #openstack-oslo | 06:17 | |
| *** brinzhang_ has quit IRC | 06:19 | |
| *** ralonsoh has joined #openstack-oslo | 06:34 | |
| openstackgerrit | Andreas Jaeger proposed openstack/oslo.messaging stable/queens: Remove devstack-plugin-zmq usage https://review.opendev.org/750880 | 06:50 |
| *** AJaeger has joined #openstack-oslo | 06:51 | |
| AJaeger | oslo team, with the retirement of devstack-plugin-zmq, some cleanup is needed, please review https://review.opendev.org/750880 | 06:51 |
| *** jaosorior has joined #openstack-oslo | 06:58 | |
| *** brinzhang_ has joined #openstack-oslo | 07:14 | |
| *** brinzhang0 has quit IRC | 07:18 | |
| *** tosky has joined #openstack-oslo | 07:32 | |
| *** zzzeek has quit IRC | 07:48 | |
| *** zzzeek has joined #openstack-oslo | 07:50 | |
| *** brinzhang0 has joined #openstack-oslo | 08:09 | |
| *** brinzhang_ has quit IRC | 08:12 | |
| *** rcernin has quit IRC | 08:35 | |
| *** sboyron has quit IRC | 08:36 | |
| *** sboyron has joined #openstack-oslo | 08:38 | |
| *** ralonsoh has quit IRC | 08:54 | |
| *** ralonsoh has joined #openstack-oslo | 08:54 | |
| *** dtantsur|afk is now known as dtantsur | 09:14 | |
| *** brinzhang0 has quit IRC | 09:54 | |
| *** brinzhang has joined #openstack-oslo | 09:58 | |
| *** StevenK has quit IRC | 10:21 | |
| *** jaosorior has quit IRC | 10:24 | |
| *** rcernin has joined #openstack-oslo | 10:39 | |
| *** StevenK_ has joined #openstack-oslo | 11:19 | |
| *** StevenK_ is now known as StevenK | 11:23 | |
| *** dave-mccowan has joined #openstack-oslo | 11:46 | |
| *** raildo has joined #openstack-oslo | 11:52 | |
| *** moguimar has joined #openstack-oslo | 13:02 | |
| *** sorrison has quit IRC | 13:14 | |
| *** sorrison has joined #openstack-oslo | 13:14 | |
| *** brinzhang_ has joined #openstack-oslo | 13:25 | |
| *** brinzhang has quit IRC | 13:29 | |
| *** kgiusti has joined #openstack-oslo | 13:42 | |
| *** Luzi has joined #openstack-oslo | 13:54 | |
| gmann | stephenfin: devstack-plugin-amqp1 is branched, so we are ok to do py3 only things - https://review.opendev.org/#/c/744296/4 | 14:02 |
| stephenfin | ack, done | 14:02 |
| gmann | thanks | 14:04 |
| *** gtema has joined #openstack-oslo | 14:17 | |
| gtema | dhellemann, I have problem with https://review.opendev.org/#/c/739306/ (stevedore caching) | 14:24 |
| gtema | in some scenarios it causes flood in the .cache dir | 14:24 |
| gtema | dhellman ^^ (typo) | 14:24 |
| dhellmann | "flood"? | 14:25 |
| gtema | yeah, 35G of data | 14:26 |
| gtema | and growing permanently | 14:26 |
| gtema | the use case is following: container invoking ansible, which invokes SDK through modules | 14:26 |
| gtema | this happens in a loop and seems results in the fact, that sys.executable or sys.prefix is constantly changing | 14:27 |
| dhellmann | why are those values always changing? | 14:28 |
| dhellmann | because of the container? | 14:28 |
| gtema | most likely due to the nature of ansible, which executes module in an "isolated" context | 14:28 |
| dhellmann | hmm. | 14:28 |
| dhellmann | if you want to propose a patch to have an environment variable to disable creating the cache, I would be happy to review that | 14:29 |
| gtema | okay, will work on that. I would say it is pretty weird case and important to be fixed | 14:30 |
| dhellmann | sure, it's obviously an issue. I suppose as a workaround setting HOME in the container to a directory in the container might help | 14:32 |
| smcginnis | bnemec: I haven't followed if we are still talking about doing a FFE for another oslo release. Can you comment on https://review.opendev.org/#/c/750391/ | 14:33 |
| gtema | sys.executable is a random /tmp/python-05189sh_-ansible/python | 14:35 |
| dhellmann | gtema : is there some way for stevedore to detect that it's running inside ansible? | 14:49 |
| gtema | perhaps if sys.executable is somewhere in /tmp | 14:49 |
| gtema | I would think it caching should be disabled on env or if executable is in /tmp | 14:50 |
| gtema | s/it/that/ | 14:51 |
| dhellmann | yeah, that would be reasonable | 14:54 |
| dhellmann | maybe look at /tmp or for TMPDIR? | 14:56 |
| dhellmann | and then either an environment variable or a configuration file to disable caching | 14:56 |
| gtema | introducing config file just for that is perhaps overkill | 14:57 |
| *** AJaeger has left #openstack-oslo | 14:58 | |
| dhellmann | yeah. it's not always easy to set environment variables on services. | 14:59 |
| gtema | right | 14:59 |
| dhellmann | that's why I thought a config file might be useful. something in the same directory where the cache files would be written | 14:59 |
| gtema | ah, ok | 15:00 |
| gtema | in this case a whole new chapter of documentation must be added ;-) | 15:00 |
| dhellmann | haha | 15:02 |
| gtema | you are right, passing ENV through ansible is not as easy as I thought initially | 15:06 |
| gtema | dhellmann: what about simply presence of file '.disable' in the target folder? | 15:15 |
| dhellmann | sure | 15:15 |
| gtema | great, this would be the easiest. I will not even do ENV, since it is really too problematic to pass it | 15:16 |
| dhellmann | yeah, we can add that later if someone wants it | 15:16 |
| openstackgerrit | Stephen Finucane proposed openstack/oslo.config master: sphinxext: Add 'merge_domaindata' https://review.opendev.org/751031 | 15:37 |
| openstackgerrit | Stephen Finucane proposed openstack/oslo.config master: tox: Enable parallel docs builds https://review.opendev.org/751032 | 15:37 |
| *** Luzi has quit IRC | 15:44 | |
| *** rcernin has quit IRC | 15:50 | |
| *** brinzhang0 has joined #openstack-oslo | 16:03 | |
| *** brinzhang_ has quit IRC | 16:06 | |
| *** moguimar has quit IRC | 16:08 | |
| *** dtantsur is now known as dtantsur|afk | 16:22 | |
| openstackgerrit | Artem Goncharov proposed openstack/stevedore master: Fix cache dir flooding when running from /tmp https://review.opendev.org/751044 | 16:25 |
| *** hamalq has joined #openstack-oslo | 16:32 | |
| *** gtema has quit IRC | 17:01 | |
| *** tonyb has quit IRC | 17:15 | |
| *** tonyb has joined #openstack-oslo | 17:57 | |
| *** gmann is now known as gmann_afk | 18:11 | |
| *** gtema has joined #openstack-oslo | 18:30 | |
| smcginnis | gmann_afk: Do we have a list of the oslo focal changes that need to merge? If we are going to do that, we need to get those done ASAP. | 18:38 |
| smcginnis | Since we are now a week past lib freeze and at client-lib freeze. | 18:38 |
| *** gtema has quit IRC | 18:41 | |
| *** kgiusti has left #openstack-oslo | 18:46 | |
| *** hamalq_ has joined #openstack-oslo | 19:23 | |
| *** hamalq has quit IRC | 19:24 | |
| *** ralonsoh has quit IRC | 19:27 | |
| *** gtema has joined #openstack-oslo | 19:44 | |
| *** gtema has quit IRC | 20:01 | |
| *** openstackgerrit has quit IRC | 20:36 | |
| *** openstackgerrit has joined #openstack-oslo | 20:47 | |
| openstackgerrit | Ade Lee proposed openstack/oslo.utils master: Add function to encapsule md5 for FIPS systems https://review.opendev.org/750031 | 20:47 |
| *** sboyron has quit IRC | 20:58 | |
| *** openstackgerrit has quit IRC | 21:01 | |
| *** raildo has quit IRC | 21:30 | |
| *** gtema has joined #openstack-oslo | 22:02 | |
| *** gtema has quit IRC | 22:06 | |
| *** zzzeek has quit IRC | 22:26 | |
| *** zzzeek has joined #openstack-oslo | 22:27 | |
| *** tosky has quit IRC | 22:42 | |
| *** gmann_afk is now known as gmann | 22:49 | |
| gmann | smcginnis: yeah these - https://review.opendev.org/#/q/topic:migrate-to-focal-oslo+(status:open+OR+status:merged | 22:49 |
| *** rcernin has joined #openstack-oslo | 22:58 | |
| *** rcernin has quit IRC | 22:59 | |
| *** rcernin has joined #openstack-oslo | 22:59 | |
| *** zzzeek has quit IRC | 23:24 | |
| *** zzzeek has joined #openstack-oslo | 23:29 | |
| *** zzzeek has quit IRC | 23:58 | |
| smcginnis | gmann: I was looking specifically for outstanding oslo things. I didn't see anything there. | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!