| *** nicolasbock has quit IRC | 00:30 | |
| *** nicolasbock has joined #openstack-glance | 00:30 | |
| *** nicolasbock has quit IRC | 00:43 | |
| *** openstackstatus has joined #openstack-glance | 00:44 | |
| *** ChanServ sets mode: +v openstackstatus | 00:44 | |
| *** gyee has quit IRC | 01:51 | |
| *** udesale has joined #openstack-glance | 04:17 | |
| *** nao-shark has joined #openstack-glance | 04:46 | |
| openstackgerrit | Merged openstack/glance-specs master: Deprecate allow_additional_image_properties https://review.opendev.org/699217 | 04:54 |
|---|---|---|
| *** evrardjp has quit IRC | 05:35 | |
| *** evrardjp has joined #openstack-glance | 05:36 | |
| *** Luzi has joined #openstack-glance | 06:02 | |
| *** nao-shark has quit IRC | 06:19 | |
| *** LiangFang has quit IRC | 07:02 | |
| *** smcginnis has quit IRC | 07:03 | |
| *** smcginnis has joined #openstack-glance | 07:04 | |
| *** Liang__ has joined #openstack-glance | 07:04 | |
| *** tesseract has joined #openstack-glance | 08:08 | |
| *** priteau has joined #openstack-glance | 09:25 | |
| *** nicolasbock has joined #openstack-glance | 10:56 | |
| *** nicolasbock has quit IRC | 11:15 | |
| *** nicolasbock has joined #openstack-glance | 11:39 | |
| *** nicolasbock has quit IRC | 11:42 | |
| *** nicolasbock has joined #openstack-glance | 11:43 | |
| *** nicolasbock has quit IRC | 11:51 | |
| *** nicolasbock has joined #openstack-glance | 11:54 | |
| *** nicolasbock has quit IRC | 11:56 | |
| *** nicolasbock has joined #openstack-glance | 11:57 | |
| *** Luzi has quit IRC | 12:10 | |
| *** udesale_ has joined #openstack-glance | 12:14 | |
| *** udesale has quit IRC | 12:17 | |
| *** rcernin has quit IRC | 12:25 | |
| *** tkajinam has quit IRC | 12:27 | |
| *** jvisser has joined #openstack-glance | 12:29 | |
| abhishekk | jokke_, rosmaita smcginnis weekly meeting in 5 | 13:55 |
| rosmaita | ok | 13:55 |
| *** jvisser has quit IRC | 14:02 | |
| *** jvisser has joined #openstack-glance | 14:24 | |
| *** jvisser has quit IRC | 14:25 | |
| *** jvisser has joined #openstack-glance | 14:26 | |
| *** jvisser has quit IRC | 14:29 | |
| *** jvisser has joined #openstack-glance | 14:29 | |
| *** gyee has joined #openstack-glance | 14:43 | |
| openstackgerrit | Merged openstack/glance_store master: Fix for BufferedReader sets is_zero_size true for a chunk https://review.opendev.org/708291 | 15:19 |
| openstackgerrit | Merged openstack/glance master: Community Goal: Project PTL & Contrib Docs Update https://review.opendev.org/712236 | 16:28 |
| *** Blinkiz has quit IRC | 16:30 | |
| *** Blinkiz has joined #openstack-glance | 16:31 | |
| *** jvisser has quit IRC | 16:37 | |
| *** jvisser has joined #openstack-glance | 16:37 | |
| *** tesseract has quit IRC | 16:40 | |
| *** udesale_ has quit IRC | 16:49 | |
| smcginnis | Meant to share this during open discussion at the end of the meeting, but I got pulled into something else. | 16:52 |
| smcginnis | We might finally have a fix for the py3 unit test intermittent failures: https://github.com/testing-cabal/subunit/pull/40 | 16:52 |
| *** priteau has quit IRC | 17:01 | |
| openstackgerrit | Naohiro Sameshima proposed openstack/glance_store master: Add S3 store support to glance_store https://review.opendev.org/695844 | 17:31 |
| *** evrardjp has quit IRC | 17:35 | |
| *** evrardjp has joined #openstack-glance | 17:36 | |
| *** kozhukalov has joined #openstack-glance | 17:46 | |
| *** gmann is now known as gmann_lunch | 19:00 | |
| *** kozhukalov has quit IRC | 19:13 | |
| abhishekk | rosmaita, around? | 19:35 |
| rosmaita | yep | 19:35 |
| abhishekk | looks like I found why sighup was killing parent and keeping child process stale | 19:37 |
| rosmaita | good job! what did you determine? | 19:37 |
| abhishekk | this patch, https://review.opendev.org/#/c/697969/5/glance/common/wsgi.py has removed support for ssl | 19:37 |
| abhishekk | and reload was still using two of the removed ssl config option, resulting in exception and halting the process of reload | 19:38 |
| rosmaita | that's a good find | 19:38 |
| abhishekk | https://github.com/openstack/glance/blob/master/glance/common/utils.py#L562 | 19:39 |
| abhishekk | so cert_file and key_file options were removed and it is still used in reload | 19:39 |
| abhishekk | when I comment those out its reloading, I just need to check by changing the config now | 19:40 |
| rosmaita | good job, that is a lot easier than rewriting the reload code | 19:42 |
| abhishekk | yes | 19:44 |
| abhishekk | rosmaita, but it do not reload store options though :D | 19:47 |
| rosmaita | well, i guess you changed it from a critical bug to just a bug :) | 19:48 |
| abhishekk | :D | 19:49 |
| *** trident has quit IRC | 19:51 | |
| *** trident has joined #openstack-glance | 19:59 | |
| *** gmann_lunch is now known as gmann | 20:01 | |
| abhishekk | rosmaita, scratch that, it is reloading stores options as well | 20:03 |
| abhishekk | so it's again back to flaky test IMO now | 20:04 |
| rosmaita | sounds like you've got it fixed! | 20:10 |
| abhishekk | rosmaita, yes | 20:11 |
| abhishekk | reported new bug instead | 20:11 |
| abhishekk | https://bugs.launchpad.net/glance/+bug/1867205 | 20:11 |
| openstack | Launchpad bug 1867205 in Glance "Reload functionality is broken in Ussuri" [High,New] | 20:11 |
| rosmaita | nice analysis on that bug | 20:14 |
| abhishekk | thank you | 20:17 |
| *** CeeMac has quit IRC | 21:50 | |
| *** CeeMac has joined #openstack-glance | 21:56 | |
| *** rcernin has joined #openstack-glance | 22:04 | |
| *** rcernin has quit IRC | 22:04 | |
| *** rcernin has joined #openstack-glance | 22:05 | |
| *** etp has quit IRC | 22:15 | |
| *** etp has joined #openstack-glance | 22:16 | |
| *** nicolasbock has quit IRC | 22:43 | |
| openstackgerrit | Naohiro Sameshima proposed openstack/glance_store master: Add S3 store support to glance_store https://review.opendev.org/695844 | 22:50 |
| *** tkajinam has joined #openstack-glance | 22:56 | |
| *** threestrands has joined #openstack-glance | 23:50 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!