14:00:03 #startmeeting glance 14:00:03 Meeting started Thu Mar 19 14:00:03 2020 UTC and is due to finish in 60 minutes. The chair is abhishekk. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:04 #topic roll call 14:00:04 #link https://etherpad.openstack.org/p/glance-team-meeting-agenda 14:00:05 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:07 The meeting name has been set to 'glance' 14:00:10 o/ 14:00:17 #link https://etherpad.openstack.org/p/glance-team-meeting-agenda 14:00:20 o/ 14:00:30 looks like only two of us 14:00:35 jokke is not around 14:01:42 jokke is joining, lets wait for a minute 14:02:15 o/ 14:02:20 o/ 14:02:24 lets start 14:02:25 #topic Updates 14:02:46 First update is, Meeting will be held at #openstack-meeting from next Thursday 14:03:04 I have updated the glance-meeting etherpad 14:03:09 wow, you got the "real" meeting channel 14:03:13 cinder is stuck in -alt 14:03:23 abhishekk: you might want to propose patch also to swap yourself into the chair on the meeting list 14:03:28 I guess need to update wiki as well? 14:03:38 jokke_, oops 14:04:02 I will have a look at that patch, if you have a reference of such patch kindly share it with me 14:04:11 rosmaita, ohh 14:04:22 do we have meeting info on th wiki? I thought the meetings wiki was superseeded with the page that the patch is changing 14:04:33 I will also send mail regarding this update on mailing list 14:04:39 there 14:04:48 's probably still some info in the wiki 14:04:58 I guess so 14:05:34 sounds good 14:05:51 #link https://wiki.openstack.org/wiki/Meetings/Glance 14:06:06 and perhaps just pop to this channel next week also just to remind if someone shows up here 14:06:06 cool, moving ahead 14:06:22 jokke_, ack 14:06:50 2nd update is, Covid-19 14:07:09 I hope this has not affected much in your area 14:07:50 So, requesting all of you to take good care of yourself 14:07:53 Europe is pretty much on lockdown 14:08:09 yes, we may also face lockdown from today evening 14:08:41 Hope we will soon recover from this 14:08:43 we're not quite locked down in virginia, but everyone is expected to self-isolate and practice "social distancing" 14:09:13 Once again, keep social distance, take care of yourself 14:09:22 you too 14:09:43 I am not sure how this will affect our PTG/summit yet, but I will keep eye on that communication 14:09:55 moving ahead 14:10:02 i think we need to start planning for a virtual ptg 14:10:14 rosmaita, I agree 14:10:31 #topic release/periodic jobs update 14:10:43 Final release for non-client libraries - 2 weeks away 14:10:56 Important patches, glance-store 14:11:06 S3 driver for glance-store 14:11:22 specs, #link https://review.opendev.org/687390 14:11:25 yes, sorry ... 100% will look into that today 14:11:31 jokke_, we need your eye on this 14:11:36 no worries 14:11:58 store implementation #link https://review.opendev.org/695844 14:12:11 it is in good shape and already got two +2 14:12:23 but I have hold it as specs is not merged yet 14:12:52 for python-glanceclient, delete image from single store is important change 14:13:01 #link https://review.opendev.org/699644 14:13:23 rosmaita, kindly have a look at it today, it is pretty simple and straight forward change 14:13:34 ok 14:13:43 rosmaita, thank you 14:13:55 i think i looked it over quickly while it was still abandoned, so didn't leave a comment 14:14:11 cool 14:14:23 Milestone 3 is 3 weeks away 14:14:35 Except above changes I guess we are pretty much covered 14:14:54 I have the decompression plugin incoming 14:15:06 cool 14:15:11 I am not sure about image encryption work, but I will try to communicate with them 14:15:21 pretty simple change, I'll have couple of things to ask about it on the open discussion 14:15:42 jokke_, ack, that will be great 14:16:37 So since subunit 1.4.0 is released and updated in upper-constraints we haven't encountered subunit.parser error 14:16:51 \\o \o/ o// o/7 14:17:00 hooray! 14:17:03 I got confirmation from stephen who was working on that as well 14:17:16 nice work by stephenfin 14:17:38 I think one thing that might have been contributing it (the massive flow of messages logged) and something we should try to look at is the amount of assertion errors we get after forks 14:17:44 I have a DNM patch to reproduce the failure and added rechecks more than 10+ times and it is not reproduced yet as well 14:18:02 there's something in py multiprocessing that changed again and it's definitely not happy 14:18:35 jokke_, ohh, interesting to have a look 14:18:43 rosmaita, yes 14:19:24 So our periodic jobs are green at the moment, just a single timeout failure at the moment 14:19:42 that's amazing news, it has been haunting us for so long 14:20:03 yes, it was nightmare during release time as well 14:20:19 yes, it always showed up at the worst times 14:20:38 I am going to skip next two topics as we already covered those during release updates 14:20:55 Just a request to review them on time :D 14:21:48 nao-shark, do you have anything to share? 14:22:11 no. thanks ! 14:22:16 cool 14:22:21 #topic Open Discussion 14:22:26 jokke_, stage is yours 14:22:43 i've a review request for one of my patch https://review.opendev.org/#/c/709300/ 14:23:26 whoami-rajat, ack 14:23:39 abhishekk, thanks! 14:23:56 ok, couple of things, Massive thanks to Abhishek and Khuong for the reload work, it's merged and gated in master, I posted fix for Train yesterday 14:24:22 jokke_, cool, will have a look at that backport 14:24:40 it's not backport, due to ssl py27 support in train 14:24:53 ack 14:25:09 ok, the next thing is that decompress plugin 14:25:12 It's direct fix proposed against train, i get it 14:26:55 I have zip, gz and lha/lzh covered. Anyone has experience of bz2 in python? The documentation is pretty horrible and I haven't benchmarked it properly yet but it somehow looks like you ain't getting iterator from the lib but the whole blob uncompressed in memory if you use their easy way 14:27:39 So 2 part questions, do we need any other compression algos covered? And anyone able to clarify for me how the bz2 works? 14:27:41 jokke_, never heard of that 14:27:54 I have patch ready to go without bz2 14:28:24 I guess you should go ahead with the patch 14:28:36 is bz2 part of the spec? 14:28:42 I will have a look at bz2 tomorrow 14:29:55 rosmaita: it's pretty common compression format 14:30:14 I don't know how commonly it's used for image distribution but in general 14:30:14 still I haven't heard it :D 14:30:31 i guess if it's widely used there must be a way to get an iterator 14:31:08 rosmaita: that's kind of what I might be missing, I need to test it and just see how it behaves with big compressed file 14:31:44 it's streaming compression so you can do it yourself but I'd rather not reinvent the wheel 14:33:30 that's all from me, I post the patch without bz2 today and keep experimenting with it, adding new compression algos into the plugin is extremely trivial 14:33:30 right 14:33:47 sounds like a good approach 14:33:50 so it's easy to add as follow up 14:33:53 I will also look for it 14:34:20 abhishekk: so the module I have been looking at is the standard lib bz2 module 14:34:39 jokke_, ack 14:35:16 that's all from me, thanks! 14:35:30 cool 14:35:45 rosmaita, do you have anything ? 14:35:53 nope 14:36:08 i will use the free time to review your glanceclient patch 14:36:11 cool, lets wrap up early 14:36:12 :) 14:36:17 :) 14:36:18 thank you for your time 14:36:22 Thanks all! 14:36:24 Take care 14:36:29 bye, stay healthy! 14:36:40 Next week #openstack-meeting 14:36:51 until then 14:36:55 good bye 14:36:59 #endmeeting