Wednesday, 2019-03-20

*** markvoelker has joined #openstack-glance00:17
*** markvoelker has quit IRC00:21
*** Sravan has quit IRC00:46
*** markvoelker has joined #openstack-glance00:48
*** gyee has quit IRC00:57
*** Sravan has joined #openstack-glance01:04
*** Sravan has quit IRC01:07
*** Sravan has joined #openstack-glance01:09
*** Sravan has quit IRC01:12
*** awalende has joined #openstack-glance01:12
*** Sravan has joined #openstack-glance01:13
*** Sravan has quit IRC01:15
*** Sravan has joined #openstack-glance01:16
*** awalende has quit IRC01:17
*** Sravan has quit IRC01:19
*** Sravan has joined #openstack-glance01:27
*** Sravan has quit IRC01:29
*** Sravan has joined #openstack-glance01:32
*** markvoelker has quit IRC01:49
*** itlinux has joined #openstack-glance03:04
*** MattMan_ has quit IRC03:26
*** MattMan_ has joined #openstack-glance03:26
*** Sravan has quit IRC03:49
*** Sravan has joined #openstack-glance03:52
*** tkajinam has quit IRC03:54
*** Sravan has quit IRC03:57
*** tkajinam has joined #openstack-glance03:57
*** ratailor has joined #openstack-glance03:59
*** udesale has joined #openstack-glance04:00
*** Sravan has joined #openstack-glance04:20
*** Sravan has quit IRC04:24
*** itlinux has quit IRC04:45
*** markvoelker has joined #openstack-glance05:53
*** abhishekk has joined #openstack-glance06:19
*** mosulica has joined #openstack-glance06:25
*** Luzi has joined #openstack-glance06:45
*** pcaruana has joined #openstack-glance07:20
*** rchurch has joined #openstack-glance07:40
*** awalende has joined #openstack-glance08:11
*** tkajinam has quit IRC08:35
*** rcernin has quit IRC08:38
*** Luzi has quit IRC08:59
*** tstrul has joined #openstack-glance09:11
*** tstrul has quit IRC10:34
*** abhishekk has quit IRC10:47
*** rcernin has joined #openstack-glance11:27
*** udesale has quit IRC11:28
*** udesale has joined #openstack-glance11:29
*** lpetrut has joined #openstack-glance11:29
*** pcaruana has quit IRC11:38
*** ratailor has quit IRC11:44
*** markvoelker has quit IRC12:13
*** markvoelker has joined #openstack-glance12:14
*** pcaruana has joined #openstack-glance12:16
*** Sravan has joined #openstack-glance12:51
*** Sravan has quit IRC12:55
*** jmlowe has quit IRC12:58
*** rcernin has quit IRC13:16
Adri2000hello, yesterday I asked a question about what is supposed to happen when an image still in use by an instance is deleted from glance, and I was probably confused about what is glance vs nova responsability... is glance supposed to "keep" a deleted image somewhere if it's in use by a running instance? or does glance immediately drop the image and it's nova's responsability to keep a copy of that13:39
Adri2000image?13:39
rosmaitaAdri2000: when nova boots an instance, it downloads the image data to the hypervisor and then boots from the local virtual disk it creates.  So if you delete the image, it should have no effect on a running instance13:56
rosmaitaAdri2000: but you may not be able to do some nova operations, for instance i think an instance rebuild may require the original image13:57
rosmaitaAdri2000: and to answer your question about glance, glance deletes the image when you request it, glance does not keep track of whether an image is in user or not13:57
rosmaitaAdri2000: but there is a 'protected' image property you can set to prevent an image from being deleted on the glance side13:58
rosmaitathat way, if you have an image in your project that you don't want one of the users in the project to delete by mistake, you have it protected13:58
rosmaita(though of course anyone in your project can set protected:false and then delete the image if they really want to)13:59
*** Luzi has joined #openstack-glance14:03
jokke_also there is some cases when backend tracks the usage and refuses to delete an image that is in use14:09
jokke_rosmaita: do you want that in as is? The schema text looks very very confusing for me14:38
rosmaitajokke_: you mean the description patch?14:38
jokke_rosmaita: yah14:39
*** itlinux has joined #openstack-glance14:39
rosmaitai will revise the patch and include a release note if you think it's worth getting in14:39
rosmaitai think the spec-lite needs approval first14:39
rosmaitadidn't want to waste time fixing the schema text if you didn't think it was worth getting into stein14:40
jokke_So bit confused. Is that like metadef thing or actually reserved property?14:43
rosmaitasort of in-between ... we have these 'common image properties' that show up in the schema, most of them are not columns in the 'images' table, but are stored in 'image_properties' table like normal user-specified-properties14:44
rosmaitathe idea is that we can have some "standard" properties for interoperability without messing with the images table14:45
jokke_yeah just reading the spec lite14:45
rosmaitasupposed to make us very agile14:45
rosmaitaok14:45
jokke_makes much more sense than the patch alone14:45
rosmaitayeah, the patch alone is probably very terse14:45
jokke_lol ... I'm almost tempted to just -2 that spec lite purely because the alternative option :P14:46
openstackgerritMerged openstack/glance_store master: Update master for stable/stein  https://review.openstack.org/64399014:51
rosmaitajokke_: looking -- i don't remember the alternative option14:55
jokke_just commented on spec lite14:56
Adri2000rosmaita: thanks for your explanation15:00
rosmaitaAdri2000: hth15:00
jokke_rosmaita: actually, hold the press15:00
*** jmlowe has joined #openstack-glance15:01
*** lpetrut has quit IRC15:01
jokke_I do not think we should reserve the description to the common image properties based on our current statement of them. So here is my thinking. This is great user facing prposal, yet we define our useful image properties as "You can set image properties that can be consumed by other services to affect the behavior of those other services." All of our properties are actually something that can be m15:05
jokke_achine proecessed say by nova or cinder to make a resonable assumption how that image should be processed. Description does not fit into this.15:05
jokke_rosmaita: let me know what you think ^^15:05
rosmaitait sort of fits if you think of horizon15:06
jokke_So what can horizon do to alter it's way to process that image if it has freeform description?15:06
rosmaitait's meant to be used by a UI to display tooltips about what the image is good for15:07
rosmaitaif it's not there, you don't get a tooltip, that's how it affects the consuming service15:07
openstackgerritBrian Rosmaita proposed openstack/glance_store master: WIP: Refactor functional tests to use more realistic data  https://review.openstack.org/64489515:10
jokke_tbh I can't remember when I have last time used Horizon, is horizon actually doing this or is this hypothetical use case?15:12
jokke_So my point is ... I'm totally pro having description as actual coordinated thing in image. My question is is the properties as based on their definition the right place for that and do we have already something similar in the metadefs?15:13
rosmaitathey do it for some resources, that's why it's requested for images15:13
*** awalende has quit IRC15:14
rosmaitai think the common image properties may also be in the metadefs15:14
*** awalende has joined #openstack-glance15:14
rosmaitanot sure this is a good candidate for metadafs because the content is human-readable text15:14
rosmaitametadefs are mostly to allow you to specify enumerations to keep the values consistent15:15
openstackgerritMerged openstack/python-glanceclient master: Update master for stable/stein  https://review.openstack.org/64414415:17
*** Luzi has quit IRC15:17
*** awalende has quit IRC15:19
openstackgerritBrian Rosmaita proposed openstack/glance_store master: WIP: Refactor functional tests to use more realistic data  https://review.openstack.org/64489515:19
jokke_yeah just looking our metadefs and this is like a summary for the lazy who don't bother to fill in the metadefs :D15:21
openstackgerritjacky06 proposed openstack/python-glanceclient master: Update hacking version  https://review.openstack.org/64140015:21
rosmaitajokke_: exactly!15:22
jokke_I thought somehow this was overlapping with the whole metadefs thing but I think it makes sense15:22
jokke_The descriptions of the description on the patch itself needs to be rewritten 'though.15:23
rosmaitayeah, are you ok with the suggestion i made?15:24
*** altlogbot_1 has joined #openstack-glance15:29
*** altlogbot_1 has quit IRC15:30
*** mvkr has quit IRC15:30
jokke_yeah15:33
rosmaitajust saw that, am revising now15:34
*** gyee has joined #openstack-glance15:51
*** lpetrut has joined #openstack-glance15:54
openstackgerritBrian Rosmaita proposed openstack/glance master: Add description to common image properties  https://review.openstack.org/62043315:54
*** itlinux has quit IRC16:00
*** mvkr has joined #openstack-glance16:07
*** itlinux has joined #openstack-glance16:09
*** lpetrut has quit IRC16:12
*** itlinux has quit IRC16:14
*** mosulica has quit IRC16:15
*** itlinux has joined #openstack-glance16:17
*** jmlowe has quit IRC16:21
jokke_rosmaita: I need some food ... back in a bit16:23
rosmaitak16:23
*** itlinux has quit IRC16:27
imacdonnQ: am I supposed to submit a change to move my spec(-lite) from "approved" to "implemented", or does some project release process take care of that ?16:27
*** itlinux has joined #openstack-glance16:29
jokke_imacdonn: we can take care of that, np16:31
imacdonnk, thanks16:33
*** priteau has joined #openstack-glance16:33
*** itlinux has quit IRC16:37
*** altlogbot_3 has joined #openstack-glance16:39
*** altlogbot_3 has quit IRC16:41
*** itlinux has joined #openstack-glance16:43
*** jmlowe has joined #openstack-glance16:48
*** itlinux has quit IRC16:50
*** Sravan has joined #openstack-glance16:54
*** udesale has quit IRC17:17
*** altlogbot_3 has joined #openstack-glance17:24
*** altlogbot_3 has quit IRC17:24
*** altlogbot_3 has joined #openstack-glance17:26
*** altlogbot_3 has quit IRC17:28
*** altlogbot_1 has joined #openstack-glance17:29
*** mvkr has quit IRC17:31
*** priteau has quit IRC18:04
*** irclogbot_1 has quit IRC18:21
*** irclogbot_2 has joined #openstack-glance18:23
*** irclogbot_2 has quit IRC18:27
*** irclogbot_1 has joined #openstack-glance18:28
*** FrankZhang has quit IRC18:31
*** pas-ha has quit IRC18:31
*** geekinutah has quit IRC18:32
*** FrankZhang has joined #openstack-glance18:33
*** pas-ha has joined #openstack-glance18:34
*** geekinutah has joined #openstack-glance18:34
*** altlogbot_1 has quit IRC19:00
*** altlogbot_1 has joined #openstack-glance19:01
*** altlogbot_1 has quit IRC19:06
*** altlogbot_0 has joined #openstack-glance19:07
*** lpetrut has joined #openstack-glance19:08
*** lpetrut has quit IRC19:12
*** jmlowe has quit IRC19:15
*** awalende has joined #openstack-glance19:15
*** irclogbot_1 has quit IRC19:16
*** irclogbot_0 has joined #openstack-glance19:17
*** awalende has quit IRC19:19
*** irclogbot_0 has quit IRC19:30
*** jmlowe has joined #openstack-glance19:30
*** irclogbot_0 has joined #openstack-glance19:31
*** altlogbot_0 has quit IRC19:34
*** altlogbot_2 has joined #openstack-glance19:35
*** imacdonn has quit IRC19:40
*** imacdonn has joined #openstack-glance19:40
*** awalende has joined #openstack-glance20:20
*** awalende_ has joined #openstack-glance20:23
*** awalende has quit IRC20:26
*** irclogbot_0 has quit IRC20:45
*** irclogbot_3 has joined #openstack-glance20:46
*** altlogbot_2 has quit IRC20:53
*** altlogbot_2 has joined #openstack-glance20:54
openstackgerritBrian Rosmaita proposed openstack/glance-specs master: Spec Lite: Add description field to image  https://review.openstack.org/62340521:29
*** itlinux has joined #openstack-glance21:39
*** awalende has joined #openstack-glance21:40
*** awalende_ has quit IRC21:43
*** pcaruana has quit IRC22:11
*** mvkr has joined #openstack-glance22:16
*** awalende has quit IRC22:18
*** awalende has joined #openstack-glance22:18
*** awalende has quit IRC22:23
*** rcernin has joined #openstack-glance22:57
*** rcernin has quit IRC22:58
*** rcernin has joined #openstack-glance22:58
*** itlinux has quit IRC22:59
*** itlinux has joined #openstack-glance23:00
*** itlinux has quit IRC23:08
*** itlinux has joined #openstack-glance23:09
itlinuxhello guys..23:09
itlinuxI have a strange issue I wonder if anyone can let me know what this means https://snag.gy/SdvwFK.jpg23:09
*** awalende has joined #openstack-glance23:21
*** awalende has quit IRC23:41
rosmaitaitlinux: sounds like you are trying to import an image into glance but the glance-direct import method is not enabled -- see https://developer.openstack.org/api-ref/image/v2/index.html#interoperable-image-import23:56
itlinuxthanks..23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!