*** brinzhang has joined #openstack-glance | 01:15 | |
*** adam_zhang has joined #openstack-glance | 01:32 | |
*** adam_zha_ has joined #openstack-glance | 01:32 | |
*** adam_zhang has quit IRC | 01:36 | |
*** adam_zha_ has quit IRC | 01:37 | |
*** adam_zhang has joined #openstack-glance | 02:16 | |
*** bhagyashris_ has joined #openstack-glance | 02:29 | |
*** adam_zhang has quit IRC | 02:32 | |
*** mhen has quit IRC | 02:38 | |
*** mhen has joined #openstack-glance | 02:39 | |
*** brinzhang has quit IRC | 02:40 | |
*** brinzhang has joined #openstack-glance | 02:40 | |
*** imacdonn has joined #openstack-glance | 02:52 | |
*** adam_zhang has joined #openstack-glance | 03:00 | |
*** adam_zhang has quit IRC | 03:08 | |
*** adam_zhang has joined #openstack-glance | 04:14 | |
*** Sravan has joined #openstack-glance | 04:46 | |
*** ratailor has joined #openstack-glance | 04:51 | |
*** ratailor has quit IRC | 04:52 | |
*** brinzhang has quit IRC | 05:05 | |
*** brinzhang has joined #openstack-glance | 05:06 | |
*** adam_zhang has quit IRC | 05:08 | |
*** pdeore has joined #openstack-glance | 05:14 | |
*** ratailor has joined #openstack-glance | 05:30 | |
*** abhishekk has joined #openstack-glance | 05:36 | |
*** elbragstad has quit IRC | 06:03 | |
*** zul has quit IRC | 06:04 | |
*** adam_zhang has joined #openstack-glance | 06:12 | |
*** adam_zhang has quit IRC | 06:17 | |
*** Sravan has quit IRC | 06:33 | |
*** adam_zhang has joined #openstack-glance | 06:56 | |
*** rcernin has quit IRC | 06:57 | |
*** adam_zhang has quit IRC | 07:00 | |
*** Luzi has joined #openstack-glance | 07:04 | |
*** dpawlik has joined #openstack-glance | 07:15 | |
*** dpawlik has quit IRC | 07:20 | |
*** dpawlik_ has joined #openstack-glance | 07:20 | |
*** pcaruana has joined #openstack-glance | 07:25 | |
*** Liang__ has joined #openstack-glance | 08:17 | |
*** Liang__ is now known as LiangFang | 08:18 | |
*** trident has quit IRC | 08:28 | |
*** trident has joined #openstack-glance | 08:30 | |
*** alexchadin has joined #openstack-glance | 08:58 | |
*** LiangFang has quit IRC | 09:46 | |
*** bhagyashris_ has quit IRC | 09:57 | |
*** adam_zhang has joined #openstack-glance | 10:22 | |
*** adam_zhang has quit IRC | 10:26 | |
*** priteau has joined #openstack-glance | 10:56 | |
*** Sravan has joined #openstack-glance | 11:10 | |
*** Sravan has quit IRC | 11:15 | |
*** mhen has quit IRC | 11:23 | |
*** mhen has joined #openstack-glance | 11:24 | |
*** pbourke has joined #openstack-glance | 11:26 | |
*** abhishekk has quit IRC | 11:27 | |
*** brinzhang has quit IRC | 11:37 | |
*** ratailor has quit IRC | 11:41 | |
pbourke | jokke_: ping | 12:16 |
---|---|---|
*** alexchadin has quit IRC | 12:44 | |
*** lpetrut has joined #openstack-glance | 12:52 | |
*** lpetrut has quit IRC | 12:55 | |
*** lpetrut has joined #openstack-glance | 12:55 | |
*** alexchadin has joined #openstack-glance | 12:59 | |
*** MattMan_ has quit IRC | 12:59 | |
*** MattMan_ has joined #openstack-glance | 13:00 | |
*** alexchadin has quit IRC | 13:29 | |
*** udesale has joined #openstack-glance | 13:30 | |
*** zul has joined #openstack-glance | 13:35 | |
*** adam_zhang has joined #openstack-glance | 13:35 | |
*** adam_zhang has quit IRC | 13:39 | |
*** jdillaman has joined #openstack-glance | 13:52 | |
*** kushalAgrawal has joined #openstack-glance | 13:58 | |
*** pdeore has quit IRC | 14:07 | |
*** jmlowe has quit IRC | 14:25 | |
*** jmlowe has joined #openstack-glance | 14:26 | |
jokke_ | pbourke: pong | 14:39 |
pbourke | jokke_: 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/1775782 | 14:40 |
openstack | Launchpad bug 1775782 in Glance "glance-image-import.conf not parsed when running under wsgi" [Low,Opinion] | 14:40 |
pbourke | jokke_: right now we run glance just using the standard eventlet model (assuming I have my terminology correct) | 14:40 |
pbourke | Brian R. was saying last week that the interop plugins dont work using the wsgi deploy types | 14:41 |
pbourke | though looking at the code the piece that loads this config is only in the wsgi app model | 14:41 |
pbourke | so 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 uwsgi | 14: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 |
pbourke | and when using neither? i.e. out of the box | 15:01 |
jokke_ | running glance with eventlet as independent service works just fine | 15:01 |
pbourke | ok, I guess there's a bug somewhere | 15:01 |
jokke_ | what is not working for you? | 15:02 |
pbourke | if I follow the docs outlined at https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html | 15:03 |
pbourke | then do the create/reserve/import flow | 15:04 |
pbourke | the property injection code paths are skipped entirely | 15:05 |
jokke_ | and you have configured the property injection plugin in glance-image-import.conf? | 15:06 |
pbourke | yes | 15:06 |
jokke_ | hmm-m | 15:06 |
pbourke | I 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 loaded | 15:06 |
jokke_ | is this from master? | 15:07 |
pbourke | yes - though I do deploy using Kolla rather than devstack, so its possible we're misconfiguring something | 15:07 |
pbourke | I'll poke at it a bit more, I mainly just wanted to be sure running via eventlet was still valid | 15: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 all | 15:09 |
pbourke | right | 15:09 |
jokke_ | pbourke: yes that should be the only properly walid way to run glance atm. | 15:09 |
pbourke | the 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.py | 15:09 |
jokke_ | let me look into that doc and see if there was something obvious we have missed | 15:10 |
pbourke | yet wsgi_app.py isnt loaded via glance.cmd.api | 15:10 |
jokke_ | hmm-m | 15:10 |
pbourke | https://github.com/openstack/glance/blob/master/glance/cmd/api.py#L52 | 15:10 |
jokke_ | abhishek had but about the conf not loading | 15:10 |
jokke_ | but I thought it was fixed already long time ago | 15:11 |
pbourke | I have to wonder if he's using the workaround listed in https://bugs.launchpad.net/glance/+bug/1775782 to use the taskflows with devstack+wsgi | 15:17 |
openstack | Launchpad bug 1775782 in Glance "glance-image-import.conf not parsed when running under wsgi" [Low,Opinion] | 15:17 |
pbourke | and hasn't tested it with eventlet | 15:18 |
*** Luzi has quit IRC | 15:21 | |
jokke_ | that would make a lot of sense | 15:22 |
pbourke | I'll log a bug just to record this sure, and hopefully abhishek can pitch in when he gets time | 15:23 |
pbourke | thanks jokke_ | 15:24 |
jokke_ | thanks I appreciate that and will try to find if I can find what's going on there | 15:26 |
*** dpawlik_ has quit IRC | 15:31 | |
*** itlinux has quit IRC | 15:34 | |
*** rosmaita has joined #openstack-glance | 15:48 | |
*** Sravan has joined #openstack-glance | 16:01 | |
*** jmlowe has quit IRC | 16:04 | |
*** gyee has joined #openstack-glance | 16:04 | |
*** Sravan has quit IRC | 16:06 | |
*** dpawlik has joined #openstack-glance | 16:11 | |
*** dpawlik has quit IRC | 16:16 | |
*** dpawlik has joined #openstack-glance | 16:20 | |
*** itlinux has joined #openstack-glance | 16:33 | |
*** itlinux has quit IRC | 16:33 | |
*** kushalAgrawal has quit IRC | 16:33 | |
*** itlinux has joined #openstack-glance | 16:34 | |
*** lpetrut has quit IRC | 16:36 | |
*** belmoreira has quit IRC | 16:37 | |
*** belmoreira has joined #openstack-glance | 16:37 | |
*** dpawlik has quit IRC | 16:42 | |
*** itlinux_ has joined #openstack-glance | 16:50 | |
*** dpawlik has joined #openstack-glance | 16:52 | |
*** itlinux has quit IRC | 16:54 | |
*** itlinux_ has quit IRC | 16:55 | |
*** itlinux has joined #openstack-glance | 16:56 | |
*** udesale has quit IRC | 17:02 | |
*** dpawlik has quit IRC | 17:19 | |
*** dpawlik has joined #openstack-glance | 17:35 | |
*** dpawlik has quit IRC | 17:39 | |
*** Sravan has joined #openstack-glance | 17:48 | |
*** udesale has joined #openstack-glance | 18:26 | |
*** jmlowe has joined #openstack-glance | 18:36 | |
*** jmlowe has quit IRC | 18:39 | |
*** belmoreira has quit IRC | 18:40 | |
*** jmlowe has joined #openstack-glance | 19:07 | |
*** priteau has quit IRC | 19:20 | |
*** jmlowe has quit IRC | 20:23 | |
*** udesale has quit IRC | 20:30 | |
*** jmlowe has joined #openstack-glance | 20:39 | |
*** jmlowe has quit IRC | 20:41 | |
*** udesale has joined #openstack-glance | 20:58 | |
*** priteau has joined #openstack-glance | 21:19 | |
*** udesale has quit IRC | 21:23 | |
*** priteau has quit IRC | 21:41 | |
*** w|zzy has quit IRC | 22:02 | |
*** w|zzy has joined #openstack-glance | 22:04 | |
*** rcernin has joined #openstack-glance | 22:18 | |
*** pcaruana has quit IRC | 22:18 | |
*** udesale has joined #openstack-glance | 22:23 | |
*** udesale has quit IRC | 22:25 | |
*** udesale has joined #openstack-glance | 22:26 | |
*** priteau has joined #openstack-glance | 22:27 | |
*** priteau has quit IRC | 22:29 | |
*** itlinux has quit IRC | 22:38 | |
*** udesale has quit IRC | 22:46 | |
*** irclogbot_1 has quit IRC | 22:47 | |
*** irclogbot_1 has joined #openstack-glance | 23:07 | |
*** Liang__ has joined #openstack-glance | 23:40 | |
*** pbourke has quit IRC | 23:53 | |
*** pbourke has joined #openstack-glance | 23:55 | |
*** Liang__ has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!