Friday, 2020-06-19

*** gyee has quit IRC01:58
*** rcernin has quit IRC02:12
*** jokke_ has quit IRC02:54
*** rcernin has joined #openstack-glance03:17
*** Liang__ has joined #openstack-glance03:30
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-glance04:33
*** udesale has joined #openstack-glance05:34
*** ratailor has joined #openstack-glance06:08
*** ratailor has quit IRC06:22
*** ratailor has joined #openstack-glance06:30
*** belmoreira has joined #openstack-glance06:52
*** rosmaita has quit IRC07:19
*** rosmaita has joined #openstack-glance07:33
*** bhagyashris|away is now known as bhagyashris07:39
*** rcernin has quit IRC07:59
*** mugsie has quit IRC08:48
*** mugsie has joined #openstack-glance08:48
*** rcernin has joined #openstack-glance08:53
*** rcernin has quit IRC09:01
*** tkajinam has quit IRC09:21
*** rcernin has joined #openstack-glance09:23
*** priteau has joined #openstack-glance09:36
*** rcernin has quit IRC09:58
*** Liang__ has quit IRC10:24
*** rcernin has joined #openstack-glance10:53
*** rcernin has quit IRC11:08
*** ratailor has quit IRC11:09
*** jokke has joined #openstack-glance11:42
*** rcernin has joined #openstack-glance11:53
*** tkajinam has joined #openstack-glance12:04
*** rcernin has quit IRC12:06
*** udesale_ has joined #openstack-glance12:44
*** udesale has quit IRC12:46
dansmithabhishekk: looks like the problem is the image never goes from "uploading" to "active": https://zuul.opendev.org/t/openstack/build/1864846239234e10b2a5b506f42b175f/log/job-output.txt#3264713:47
dansmithHmm, maybe because you can't use the import mode of upload without running in WSGI mode?13:48
dansmithso it never runs the import task or whatever?13:48
jokkedansmith: abhishekk is out sick today. Let me have a look13:48
dansmithjokke: okay, not sure it's worth you looking as he has the context13:49
jokkedansmith: indeed, I can see the import call but no taskflow starting.13:55
dansmithack, I just made the wsgi_mode change in that test patch,13:55
dansmithso we'll see if that clears it up13:55
jokkeyeah, you should see it going from "uploading" to "importing" and then "active"13:56
dansmithprobably just need a check to make sure that if you're asking to use the glance import-and-do-stuff command, that wsgi_mode is not uwsgi13:56
dansmithcool, thanks for the confirmation13:56
jokkenp13:59
jokkeIt's quick check when you take that image ID from the job log and just search it in the g-api.txt and see what's happening around it. There's not that many hits on it normally.14:00
jokkeafter POST /v2/images/095f6600-b472-409c-b709-179bb0b96dab/import you should see tasklfow reporting starting and different stages of the flow14:01
dansmithokay, I "glanced" through it and didn't see much activity so I figured as much14:01
jokkeyup14:03
jokkebtw thanks for pushing the devstack change. Appreciated14:03
dansmithyup, no problem.. hoping that we'll be able to push on this one to be able to use/test the import and task methods too14:05
dansmithpresumably now there is a glance patch to follow up to remove the rest of the g-reg residue right?14:06
dansmiths/patch/patch needed/14:06
jokkeyeah, I'm working on the next cleanup. It's bit more complicated as we've found few places where we're tapping into the registry code o need to break those dependencies first14:08
jokkeand it would be fantastic to get to the point of actually running tests against the import api <314:09
jokkeSpecially as most of our recent feature work goes through that to avoid holding the client hostage for anything that runs bit longer14:10
jokkeEnabled us to do lots of things I was few years ago still dead set against being something that should be done by Glance ;)14:11
dansmithack, well, should be doable I think14:13
*** tkajinam has quit IRC14:13
dansmithsweet, image made it to active state in this run14:14
jokkecool14:19
*** rchurch has quit IRC14:29
*** rchurch has joined #openstack-glance14:32
dansmithugh, looks like grenade is broken for mod_wsgi usage14:47
dansmithspecifically keystone in grenade14:47
*** jdillaman has joined #openstack-glance15:05
*** rchurch has quit IRC15:32
*** jv has quit IRC15:32
*** rchurch has joined #openstack-glance15:32
*** jv has joined #openstack-glance15:32
*** jmlowe has quit IRC15:45
smcginnisabhishekk: There are a couple m-1 release patches for glance_store and python-glanceclient out there.15:55
smcginnisabhishekk: Our process is to approve patches with no response today, but thought I would ping quick and see if you wanted to take a look at any of those first.15:55
*** udesale_ has quit IRC16:26
jokkesmcginnis: let me have a look, abhishekk is out sick today16:35
jokkesmcginnis: looks like we have no renos for the client. Is there still time for that or should we pull the trigger without renos? I think there is couple of patches that wouldn't hurt to tag16:39
jokkesmcginnis: actually scrab that ^^ one of them doesn't have reno, it's a bug fix16:43
smcginnisjokke: If we need to quick get something in, we can probably do that. But are you saying it's good as is?16:45
jokkesmcginnis: yeah, I think it's fine to go16:46
jokkesmcginnis: the fix is how the --allow-failure is translated to the api call that is missing reno16:46
jokkedff5c881bdbc7f0cf03d88e974ae4234cb646aa116:47
smcginnisAwesome, thanks for looking jokke!16:49
jokkesmcginnis: my -1 for the store release. There is couple of quite major bugfixes in that chain that also have all releasenotes missing. I'd prefer pushing releasing those until we've got renos16:56
smcginnisjokke: OK, we can wait on that one.16:57
smcginnisWe should probably start including the release notes along with the patches.16:57
jokkesmcginnis: agreed :(16:57
jokkeI used keep pushing for that, but have been sloppy lately16:58
smcginnisEh, all we can do is try. ;)16:58
jokkesmcginnis: there is no glance v1 patch, or did I miss it?16:58
smcginnisThe only ones that get proposed are the cycle-with-intermediary library deliverables.16:59
smcginnisWe don't need to release the service at milestones now unless we have a specific need to get it out there for someone downstream testing packaging or something.16:59
jokkesmcginnis: cool cool, just making sure, as we discussed about this yesterday and decided not to release m1 from glance, so just double checking16:59
smcginnisCool, then we're all set. Just need to get some renos in for glance_store.17:01
jokkesmcginnis: yeah, I'll take that on with abhishekk at Mon taken he feels better by that and well get you updated hash to the review17:02
smcginnisGood, as long as we have that -1 on there, we can just hold it waiting for the update.17:02
jokkeand make sure thanks17:02
jokke--17:03
jokkethanks17:03
jokkeNow I'm gonna go and start prepping my dinner. Getting late. Happy Summer solstice everyone!17:04
smcginnisHave a good one jokke!17:04
*** gmann is now known as gmann_afk17:13
*** jmlowe has joined #openstack-glance18:53
*** belmoreira has quit IRC18:57
*** gmann_afk is now known as gmann20:15
*** priteau has quit IRC20:36
*** gyee has joined #openstack-glance20:46
*** gyee has quit IRC22:42
*** jdillaman has quit IRC23:02

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