| *** gyee has quit IRC | 00:01 | |
| *** Liang__ has joined #openstack-glance | 01:15 | |
| *** wxy has quit IRC | 02:21 | |
| *** rcernin has quit IRC | 02:49 | |
| *** rcernin has joined #openstack-glance | 02:54 | |
| *** rcernin has quit IRC | 03:08 | |
| *** rcernin has joined #openstack-glance | 03:45 | |
| *** rcernin has quit IRC | 03:45 | |
| *** rcernin has joined #openstack-glance | 03:50 | |
| *** Liang__ has quit IRC | 04:19 | |
| *** Liang__ has joined #openstack-glance | 04:23 | |
| *** evrardjp has quit IRC | 04:33 | |
| *** evrardjp has joined #openstack-glance | 04:33 | |
| *** ratailor has joined #openstack-glance | 05:10 | |
| *** threestrands has joined #openstack-glance | 05:27 | |
| *** threestrands has quit IRC | 05:33 | |
| *** udesale has joined #openstack-glance | 05:33 | |
| *** m75abrams has joined #openstack-glance | 06:00 | |
| *** rcernin has quit IRC | 07:47 | |
| *** Liang__ has quit IRC | 08:01 | |
| *** Liang__ has joined #openstack-glance | 08:02 | |
| *** priteau has joined #openstack-glance | 08:50 | |
| *** tkajinam has quit IRC | 08:57 | |
| *** wxy has joined #openstack-glance | 09:31 | |
| *** Liang__ has quit IRC | 09:33 | |
| openstackgerrit | Sean McGinnis proposed openstack/glance master: Drop use of third party mock https://review.opendev.org/736146 | 09:42 |
|---|---|---|
| *** ratailor has quit IRC | 12:11 | |
| *** jmlowe has quit IRC | 12:29 | |
| *** jmlowe has joined #openstack-glance | 12:32 | |
| *** udesale_ has joined #openstack-glance | 13:26 | |
| *** udesale has quit IRC | 13:28 | |
| *** priteau has quit IRC | 13:40 | |
| *** CeeMac has joined #openstack-glance | 13:44 | |
| dansmith | abhishekk: woot | 13:44 |
| CeeMac | hi# | 13:45 |
| CeeMac | i've got an odd issue | 13:45 |
| CeeMac | trying to upload a new image to the admin project and its failing with a 'broken pipe' error, looking at the glance-api debug logs its saying "VolumeLimitExceeded: Maximum number of volumes allowed (50) exceeded for quota 'volumes'" | 13:46 |
| CeeMac | there are no volumes in the admin project, and i've set the quota for volumes in the admin project to -1 and still get the same error | 13:47 |
| CeeMac | I've tried the same to other projects from the admin context and keep getting the same error | 13:47 |
| CeeMac | same if I use Horizon or openstack client | 13:48 |
| *** Liang__ has joined #openstack-glance | 13:52 | |
| CeeMac | ok. More oddness, I just altered the 'default' quota from 50 to -1 | 13:52 |
| CeeMac | and now the image uploads | 13:52 |
| CeeMac | any thoughts on why the system default quota is being used for glance image upload? | 13:53 |
| CeeMac | anything to do with having volume backed images? | 13:53 |
| *** Liang__ is now known as LiangFang | 13:53 | |
| *** lpetrut has joined #openstack-glance | 13:56 | |
| *** priteau has joined #openstack-glance | 13:56 | |
| *** LiangFang has quit IRC | 13:57 | |
| *** rchurch has quit IRC | 14:14 | |
| *** rchurch has joined #openstack-glance | 14:16 | |
| abhishekk | dansmith, yep, thanks for initiating the discussion :D | 14:37 |
| dansmith | abhishekk: I put a WIP on top of your "use glance for import" patch to try to unify that a bit.. waiting to see if it works :) | 14:37 |
| dansmith | that whole upload_image() function in devstack is an exercise in silliness | 14:38 |
| abhishekk | dansmith, ack, agree | 14:38 |
| *** m75abrams has quit IRC | 14:56 | |
| *** ratailor has joined #openstack-glance | 15:05 | |
| rosmaita | CeeMac: if you use volume-backed images, then in addition to the glance limit (which i think is unlimited by default), you have to worry about the limit in cinder, since you need a volume for each image | 15:41 |
| CeeMac | rosmaita: I would have assumed the quota limit would be attached to the project the image is being created in though. That doesn't appear to be the case? | 15:48 |
| CeeMac | I checked the quota on the service project as well which is the tenant linked to volume backed images etc | 15:49 |
| rosmaita | well, that is weird | 15:50 |
| CeeMac | The only thing that fixed it was increasing the System Default Volume quota | 15:50 |
| CeeMac | Yeah, that's what I thought too :/ | 15:50 |
| rosmaita | but i think the default for the cinder glance_store is that all volumes are owned by the 'glance' user or something like that | 15:51 |
| rosmaita | so even though the admin project owns the image, the image isn't being stored in the admin project in the backend | 15:51 |
| rosmaita | i think there's an option like there is for the swift glance_store about whether glance owns the image data or whether the individual tenant does | 15:52 |
| CeeMac | I seem to recall that too actually | 15:52 |
| *** udesale_ has quit IRC | 15:53 | |
| CeeMac | But I'm pretty sure the glance user is default to the service tenant which has -1 quota for volumes | 15:53 |
| CeeMac | I'll have to dig in to my config again later | 15:54 |
| rosmaita | good luck! | 15:54 |
| CeeMac | Looks like we just ran into the same issue with neutron rbac. | 15:56 |
| CeeMac | I'm beginning to think 'System Defaults' doesn't mean what I think it means, to paraphrase Fezzik | 15:57 |
| *** gyee has joined #openstack-glance | 15:58 | |
| CeeMac | rosmaita: thanks for the replies anyway, I'll do some more digging | 15:58 |
| *** ratailor has quit IRC | 16:04 | |
| *** lpetrut has quit IRC | 17:02 | |
| abhishekk | dansmith, yours patch also fails with same error, https://zuul.opendev.org/t/openstack/build/4c425432ed22467390e96fda43d1566a | 17:35 |
| dansmith | abhishekk: yep, it didn't even get to my new code of course | 18:20 |
| dansmith | abhishekk: I wrote that up to unify the upload commands, not to try to fix your problem | 18:20 |
| dansmith | er, I guess it did get to my new code, but yeah.. that patch was not intended to fix your race | 18:21 |
| *** CeeMac has quit IRC | 20:04 | |
| *** CeeMac has joined #openstack-glance | 20:15 | |
| *** gyee has quit IRC | 20:17 | |
| *** irclogbot_2 has quit IRC | 20:18 | |
| *** irclogbot_0 has joined #openstack-glance | 20:20 | |
| *** gyee has joined #openstack-glance | 20:31 | |
| *** PrinzElvis has quit IRC | 20:49 | |
| *** priteau has quit IRC | 20:49 | |
| *** PrinzElvis has joined #openstack-glance | 20:52 | |
| *** PrinzElvis has quit IRC | 20:57 | |
| *** PrinzElvis has joined #openstack-glance | 21:35 | |
| *** rcernin has joined #openstack-glance | 22:42 | |
| *** gyee has quit IRC | 22:52 | |
| *** tkajinam has joined #openstack-glance | 22:54 | |
| *** hoonetorg has quit IRC | 23:10 | |
| *** hoonetorg has joined #openstack-glance | 23:23 | |
| *** CeeMac has quit IRC | 23:34 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!