Monday, 2018-12-03

*** brinzhang has joined #openstack-glance01:15
*** adam_zhang has joined #openstack-glance01:32
*** adam_zha_ has joined #openstack-glance01:32
*** adam_zhang has quit IRC01:36
*** adam_zha_ has quit IRC01:37
*** adam_zhang has joined #openstack-glance02:16
*** bhagyashris_ has joined #openstack-glance02:29
*** adam_zhang has quit IRC02:32
*** mhen has quit IRC02:38
*** mhen has joined #openstack-glance02:39
*** brinzhang has quit IRC02:40
*** brinzhang has joined #openstack-glance02:40
*** imacdonn has joined #openstack-glance02:52
*** adam_zhang has joined #openstack-glance03:00
*** adam_zhang has quit IRC03:08
*** adam_zhang has joined #openstack-glance04:14
*** Sravan has joined #openstack-glance04:46
*** ratailor has joined #openstack-glance04:51
*** ratailor has quit IRC04:52
*** brinzhang has quit IRC05:05
*** brinzhang has joined #openstack-glance05:06
*** adam_zhang has quit IRC05:08
*** pdeore has joined #openstack-glance05:14
*** ratailor has joined #openstack-glance05:30
*** abhishekk has joined #openstack-glance05:36
*** elbragstad has quit IRC06:03
*** zul has quit IRC06:04
*** adam_zhang has joined #openstack-glance06:12
*** adam_zhang has quit IRC06:17
*** Sravan has quit IRC06:33
*** adam_zhang has joined #openstack-glance06:56
*** rcernin has quit IRC06:57
*** adam_zhang has quit IRC07:00
*** Luzi has joined #openstack-glance07:04
*** dpawlik has joined #openstack-glance07:15
*** dpawlik has quit IRC07:20
*** dpawlik_ has joined #openstack-glance07:20
*** pcaruana has joined #openstack-glance07:25
*** Liang__ has joined #openstack-glance08:17
*** Liang__ is now known as LiangFang08:18
*** trident has quit IRC08:28
*** trident has joined #openstack-glance08:30
*** alexchadin has joined #openstack-glance08:58
*** LiangFang has quit IRC09:46
*** bhagyashris_ has quit IRC09:57
*** adam_zhang has joined #openstack-glance10:22
*** adam_zhang has quit IRC10:26
*** priteau has joined #openstack-glance10:56
*** Sravan has joined #openstack-glance11:10
*** Sravan has quit IRC11:15
*** mhen has quit IRC11:23
*** mhen has joined #openstack-glance11:24
*** pbourke has joined #openstack-glance11:26
*** abhishekk has quit IRC11:27
*** brinzhang has quit IRC11:37
*** ratailor has quit IRC11:41
pbourkejokke_: ping12:16
*** alexchadin has quit IRC12:44
*** lpetrut has joined #openstack-glance12:52
*** lpetrut has quit IRC12:55
*** lpetrut has joined #openstack-glance12:55
*** alexchadin has joined #openstack-glance12:59
*** MattMan_ has quit IRC12:59
*** MattMan_ has joined #openstack-glance13:00
*** alexchadin has quit IRC13:29
*** udesale has joined #openstack-glance13:30
*** zul has joined #openstack-glance13:35
*** adam_zhang has joined #openstack-glance13:35
*** adam_zhang has quit IRC13:39
*** jdillaman has joined #openstack-glance13:52
*** kushalAgrawal has joined #openstack-glance13:58
*** pdeore has quit IRC14:07
*** jmlowe has quit IRC14:25
*** jmlowe has joined #openstack-glance14:26
jokke_pbourke: pong14:39
pbourkejokke_: hey :) was hoping you might be able to clarify something for me. I'm having issues similar to whats shown in https://bugs.launchpad.net/glance/+bug/177578214:40
openstackLaunchpad bug 1775782 in Glance "glance-image-import.conf not parsed when running under wsgi" [Low,Opinion]14:40
pbourkejokke_: right now we run glance just using the standard eventlet model (assuming I have my terminology correct)14:40
pbourkeBrian R. was saying last week that the interop plugins dont work using the wsgi deploy types14:41
pbourkethough looking at the code the piece that loads this config is only in the wsgi app model14:41
pbourkeso Im a little confused, what is the recommended way to run glance, and is it a bug that the interop stuff is not being loaded in the eventlet model?14:42
jokke_pbourke: so the import stuff doesn't work under uwsgi14:59
jokke_with mod-wsgi it works but problem with that is that all uploads will land to /tmp/ first which might be problematic to some.15:00
pbourkeand when using neither? i.e. out of the box15:01
jokke_running glance with eventlet as independent service works just fine15:01
pbourkeok, I guess there's a bug somewhere15:01
jokke_what is not working for you?15:02
pbourkeif I follow the docs outlined at https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html15:03
pbourkethen do the create/reserve/import flow15:04
pbourkethe property injection code paths are skipped entirely15:05
jokke_and you have configured the property injection plugin in glance-image-import.conf?15:06
pbourkeyes15:06
jokke_hmm-m15:06
pbourkeI put some instances of pdb.set_trace() around the various code paths and it doesn't look like the conf is been parsed or the plugin loaded15:06
jokke_is this from master?15:07
pbourkeyes - though I do deploy using Kolla rather than devstack, so its possible we're misconfiguring something15:07
pbourkeI'll poke at it a bit more, I mainly just wanted to be sure running via eventlet was still valid15:08
jokke_it is possible, I do know that devstack out of the box does not work but you won't get that far. With devstack uwsgi you won't get the taskflow running at all15:09
pbourkeright15:09
jokke_pbourke: yes that should be the only properly walid way to run glance atm.15:09
pbourkethe thing that made me suspicious is that the only reference I can see to glance-image-import.conf is in https://github.com/openstack/glance/blob/master/glance/common/wsgi_app.py15:09
jokke_let me look into that doc and see if there was something obvious we have missed15:10
pbourkeyet wsgi_app.py isnt loaded via glance.cmd.api15:10
jokke_hmm-m15:10
pbourkehttps://github.com/openstack/glance/blob/master/glance/cmd/api.py#L5215:10
jokke_abhishek had but about the conf not loading15:10
jokke_but I thought it was fixed already long time ago15:11
pbourkeI have to wonder if he's using the workaround listed in https://bugs.launchpad.net/glance/+bug/1775782 to use the taskflows with devstack+wsgi15:17
openstackLaunchpad bug 1775782 in Glance "glance-image-import.conf not parsed when running under wsgi" [Low,Opinion]15:17
pbourkeand hasn't tested it with eventlet15:18
*** Luzi has quit IRC15:21
jokke_that would make a lot of sense15:22
pbourkeI'll log a bug just to record this sure, and hopefully abhishek can pitch in when he gets time15:23
pbourkethanks jokke_15:24
jokke_thanks I appreciate that and will try to find if I can find what's going on there15:26
*** dpawlik_ has quit IRC15:31
*** itlinux has quit IRC15:34
*** rosmaita has joined #openstack-glance15:48
*** Sravan has joined #openstack-glance16:01
*** jmlowe has quit IRC16:04
*** gyee has joined #openstack-glance16:04
*** Sravan has quit IRC16:06
*** dpawlik has joined #openstack-glance16:11
*** dpawlik has quit IRC16:16
*** dpawlik has joined #openstack-glance16:20
*** itlinux has joined #openstack-glance16:33
*** itlinux has quit IRC16:33
*** kushalAgrawal has quit IRC16:33
*** itlinux has joined #openstack-glance16:34
*** lpetrut has quit IRC16:36
*** belmoreira has quit IRC16:37
*** belmoreira has joined #openstack-glance16:37
*** dpawlik has quit IRC16:42
*** itlinux_ has joined #openstack-glance16:50
*** dpawlik has joined #openstack-glance16:52
*** itlinux has quit IRC16:54
*** itlinux_ has quit IRC16:55
*** itlinux has joined #openstack-glance16:56
*** udesale has quit IRC17:02
*** dpawlik has quit IRC17:19
*** dpawlik has joined #openstack-glance17:35
*** dpawlik has quit IRC17:39
*** Sravan has joined #openstack-glance17:48
*** udesale has joined #openstack-glance18:26
*** jmlowe has joined #openstack-glance18:36
*** jmlowe has quit IRC18:39
*** belmoreira has quit IRC18:40
*** jmlowe has joined #openstack-glance19:07
*** priteau has quit IRC19:20
*** jmlowe has quit IRC20:23
*** udesale has quit IRC20:30
*** jmlowe has joined #openstack-glance20:39
*** jmlowe has quit IRC20:41
*** udesale has joined #openstack-glance20:58
*** priteau has joined #openstack-glance21:19
*** udesale has quit IRC21:23
*** priteau has quit IRC21:41
*** w|zzy has quit IRC22:02
*** w|zzy has joined #openstack-glance22:04
*** rcernin has joined #openstack-glance22:18
*** pcaruana has quit IRC22:18
*** udesale has joined #openstack-glance22:23
*** udesale has quit IRC22:25
*** udesale has joined #openstack-glance22:26
*** priteau has joined #openstack-glance22:27
*** priteau has quit IRC22:29
*** itlinux has quit IRC22:38
*** udesale has quit IRC22:46
*** irclogbot_1 has quit IRC22:47
*** irclogbot_1 has joined #openstack-glance23:07
*** Liang__ has joined #openstack-glance23:40
*** pbourke has quit IRC23:53
*** pbourke has joined #openstack-glance23:55
*** Liang__ has quit IRC23:57

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