*** imacdonn has quit IRC | 00:00 | |
*** imacdonn has joined #openstack-glance | 00:01 | |
*** Sravan has quit IRC | 00:06 | |
*** Sravan has joined #openstack-glance | 00:17 | |
*** Sravan has quit IRC | 00:22 | |
*** Sravan has joined #openstack-glance | 00:27 | |
*** _alastor_ has quit IRC | 00:46 | |
*** _alastor_ has joined #openstack-glance | 01:04 | |
*** bhagyashris has joined #openstack-glance | 01:14 | |
*** gyee has quit IRC | 01:33 | |
*** Sravan has quit IRC | 01:49 | |
*** Sravan has joined #openstack-glance | 02:35 | |
*** dims has quit IRC | 02:38 | |
*** Sravan has quit IRC | 02:40 | |
*** dims has joined #openstack-glance | 02:55 | |
*** Sravan has joined #openstack-glance | 03:16 | |
*** Sravan has quit IRC | 03:25 | |
*** _alastor_ has quit IRC | 03:27 | |
*** bhagyashris has quit IRC | 03:34 | |
*** abhishekk has joined #openstack-glance | 03:51 | |
*** _alastor_ has joined #openstack-glance | 03:54 | |
*** udesale has joined #openstack-glance | 03:55 | |
*** udesale has quit IRC | 03:56 | |
*** udesale has joined #openstack-glance | 04:28 | |
*** Sravan has joined #openstack-glance | 04:30 | |
*** Sravan has quit IRC | 05:00 | |
*** Sravan has joined #openstack-glance | 05:06 | |
*** _alastor_ has quit IRC | 05:08 | |
*** Sravan has quit IRC | 05:09 | |
*** Sravan has joined #openstack-glance | 05:12 | |
*** Sravan has quit IRC | 05:15 | |
*** Sravan has joined #openstack-glance | 05:20 | |
*** _alastor_ has joined #openstack-glance | 05:25 | |
*** cfriesen has quit IRC | 05:37 | |
*** Sravan has quit IRC | 05:42 | |
*** Sravan has joined #openstack-glance | 05:43 | |
*** Sravan has quit IRC | 05:46 | |
*** Sravan has joined #openstack-glance | 05:48 | |
*** Sravan has quit IRC | 05:51 | |
*** Sravan has joined #openstack-glance | 05:56 | |
*** _alastor_ has quit IRC | 06:06 | |
*** Sravan has quit IRC | 06:16 | |
*** openstackgerrit has joined #openstack-glance | 06:16 | |
openstackgerrit | Nguyen Hai proposed openstack/glance-specs master: Trivial: update url to new url https://review.openstack.org/568120 | 06:16 |
---|---|---|
*** Sravan has joined #openstack-glance | 06:23 | |
*** zzzeek has quit IRC | 06:33 | |
*** Sravan has quit IRC | 06:35 | |
*** Sravan has joined #openstack-glance | 06:35 | |
*** Sravan has quit IRC | 06:36 | |
*** zzzeek has joined #openstack-glance | 06:37 | |
*** mosulica has joined #openstack-glance | 06:55 | |
*** Luzi has joined #openstack-glance | 07:06 | |
*** markvoelker has joined #openstack-glance | 07:26 | |
*** takamatsu has joined #openstack-glance | 07:46 | |
*** markvoelker has quit IRC | 07:59 | |
openstackgerrit | Lucian Petrut proposed openstack/glance master: WIP: glance Windows support https://review.openstack.org/630705 | 08:06 |
openstackgerrit | Lucian Petrut proposed openstack/glance master: WIP: Windows multiprocess wsgi https://review.openstack.org/630706 | 08:06 |
openstackgerrit | Lucian Petrut proposed openstack/glance master: WIP: Allow glance tests to run on Windows https://review.openstack.org/634007 | 08:06 |
*** bhagyashris has joined #openstack-glance | 08:08 | |
*** tkajinam has quit IRC | 08:14 | |
*** udesale has quit IRC | 08:14 | |
*** udesale has joined #openstack-glance | 08:15 | |
zigo | When spawning an instance, I get "nova.exception.ImageUnacceptable: Image 9773e669-34bb-4305-9fcf-5e10249342a1 is unacceptable: Image has no associated data", where can this come from? | 08:42 |
*** awalende has joined #openstack-glance | 08:45 | |
abhishekk | zigo, might be image is corrupt | 08:47 |
zigo | abhishekk: I tried with 2 different images... | 08:47 |
abhishekk | zigo, which version are you using of openstack? | 08:48 |
abhishekk | is it current master? | 08:48 |
zigo | abhishekk: It's rocky. | 08:49 |
zigo | abhishekk: Deployed on Stretch, and it used to work on my virtualized poc, but now on bare metal, I'm getting this... | 08:50 |
abhishekk | zigo, ok can ypu see any logs in n-cpu log file? | 08:50 |
abhishekk | s/ypu/you | 08:50 |
zigo | n-cpu log file? | 08:51 |
zigo | compute? | 08:51 |
abhishekk | yes | 08:51 |
abhishekk | this exception is raised from nova compute | 08:51 |
zigo | http://paste.openstack.org/show/744290/ | 08:52 |
zigo | Yeah... | 08:52 |
zigo | That's nova-compute.log | 08:52 |
abhishekk | I guess 2 reasons, 1 your images are not uploaded correctly, 2. Problem with nova while downloading it | 08:52 |
zigo | (when I am spawning the instance) | 08:52 |
zigo | I can try to reupload another image, but I don't think it will make any difference. | 08:53 |
abhishekk | you can verify that by downloading image and checking it's size to compare with original | 08:54 |
abhishekk | while you do that check glance logs weather you can see any errors there | 08:54 |
abhishekk | * while reuploading | 08:54 |
zigo | Gosh, it looks like working this time ... | 08:54 |
zigo | Weirdo... | 08:54 |
zigo | VM is now in active state ... | 08:55 |
abhishekk | (might be something to do with cache as well, Image has not cached properly) | 08:55 |
abhishekk | great | 08:56 |
zigo | Gosh ... | 08:56 |
*** markvoelker has joined #openstack-glance | 08:56 | |
zigo | On another compute, same error again. | 08:56 |
abhishekk | :( not sure what problem is | 08:58 |
abhishekk | I will suggest try to create new image and try again | 08:58 |
zigo | abhishekk: Well, the image is correct, because it worked in my compute-1. | 09:00 |
zigo | What the hell is going on? | 09:00 |
zigo | Why an error on compute-2 now? | 09:00 |
* zigo tries md5 the files. | 09:00 | |
abhishekk | I have a dev setup of 2 cpu nodes but not able to reproduce this | 09:03 |
zigo | Gosh, the image isn't in /var/lib/glance/images anymore ... | 09:04 |
abhishekk | which backend are you using? | 09:04 |
abhishekk | file? | 09:04 |
zigo | abhishekk: Forget it, the issue isn't glance related. | 09:09 |
zigo | My fault. | 09:09 |
zigo | Bad haproxy setup. | 09:09 |
abhishekk | good to know | 09:09 |
*** markvoelker has quit IRC | 09:29 | |
*** bhagyashris has quit IRC | 09:32 | |
*** awalende has quit IRC | 09:39 | |
*** markvoelker has joined #openstack-glance | 10:26 | |
*** jistr is now known as jistr|chat | 10:31 | |
*** abhishekk has quit IRC | 10:32 | |
*** priteau has joined #openstack-glance | 10:53 | |
*** markvoelker has quit IRC | 10:59 | |
jokke_ | pheew | 11:03 |
*** jistr|chat is now known as jistr | 11:05 | |
*** udesale has quit IRC | 11:21 | |
*** awalende has joined #openstack-glance | 11:40 | |
*** awalende has quit IRC | 11:44 | |
*** markvoelker has joined #openstack-glance | 11:57 | |
openstackgerrit | Lucian Petrut proposed openstack/glance master: WIP: Allow glance tests to run on Windows https://review.openstack.org/634007 | 12:16 |
*** lpetrut has joined #openstack-glance | 12:17 | |
*** udesale has joined #openstack-glance | 12:28 | |
*** markvoelker has quit IRC | 12:29 | |
*** abhishekk has joined #openstack-glance | 12:53 | |
*** mosulica has quit IRC | 13:17 | |
*** mosulica has joined #openstack-glance | 13:25 | |
*** jistr is now known as jistr|call | 13:25 | |
*** markvoelker has joined #openstack-glance | 13:26 | |
*** jistr|call is now known as jistr | 13:31 | |
*** pcaruana has quit IRC | 13:52 | |
*** takamatsu has quit IRC | 13:54 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: DNM: subunit.parser fix https://review.openstack.org/634235 | 13:58 |
*** markvoelker has quit IRC | 13:58 | |
*** Liang__ has joined #openstack-glance | 14:00 | |
*** Liang__ is now known as LiangFang | 14:00 | |
*** pcaruana has joined #openstack-glance | 14:02 | |
*** zul has joined #openstack-glance | 14:32 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: DNM: subunit.parser fix https://review.openstack.org/634235 | 14:32 |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: DNM: subunit.parser fix https://review.openstack.org/634235 | 14:39 |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: DNM: subunit.parser fix https://review.openstack.org/634235 | 14:52 |
LiangFang | I was busy working on starlingx project last few weeks, just get time from today | 14:54 |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: DNM: subunit.parser test without supress logs https://review.openstack.org/634246 | 14:55 |
abhishekk | rosmaita, jokke_ ^^^ | 14:56 |
abhishekk | above patch without logging fixture change | 14:56 |
rosmaita | ok | 14:56 |
abhishekk | DNM: subunit.parser fix https://review.openstack.org/634235 with logging fixture change | 14:56 |
abhishekk | both jobs will run only functional-py35 jobs | 14:56 |
*** markvoelker has joined #openstack-glance | 14:56 | |
jokke_ | nice! | 14:57 |
openstackgerrit | Lucian Petrut proposed openstack/glance-specs master: Provide Windows support https://review.openstack.org/634247 | 14:57 |
*** cfriesen has joined #openstack-glance | 14:57 | |
abhishekk | I will log off now, drop me a mail if you found something interesting :D | 14:57 |
abhishekk | have a nice weekend :D | 14:58 |
rosmaita | you too | 14:58 |
jokke_ | thanks abhishekk have a great one | 14:58 |
*** abhishekk has quit IRC | 14:58 | |
*** mvkr has quit IRC | 15:00 | |
openstackgerrit | Lucian Petrut proposed openstack/glance master: glance Windows support https://review.openstack.org/630705 | 15:00 |
openstackgerrit | Lucian Petrut proposed openstack/glance master: Windows multiprocess wsgi https://review.openstack.org/630706 | 15:00 |
openstackgerrit | Lucian Petrut proposed openstack/glance master: Allow glance tests to run on Windows https://review.openstack.org/634007 | 15:00 |
LiangFang | seems need to set some hook in log | 15:02 |
lpetrut | Hi, bringing some updates about the windows support topic: I got all unit, functional and tempest tests to pass on Windows. I've also submitted a blueprint and a spec. | 15:03 |
lpetrut | there were relatively small changes (none affecting the Linux workflow). Less than 150 LOC (a few hundred more if we count the tests). | 15:04 |
openstackgerrit | Lucian Petrut proposed openstack/glance-specs master: Provide Windows support https://review.openstack.org/634247 | 15:06 |
*** Luzi has quit IRC | 15:07 | |
*** mvkr has joined #openstack-glance | 15:13 | |
*** priteau has quit IRC | 15:19 | |
openstackgerrit | Lucian Petrut proposed openstack/glance master: glance Windows support https://review.openstack.org/630705 | 15:22 |
openstackgerrit | Lucian Petrut proposed openstack/glance master: Windows multiprocess wsgi https://review.openstack.org/630706 | 15:22 |
openstackgerrit | Lucian Petrut proposed openstack/glance master: Allow glance tests to run on Windows https://review.openstack.org/634007 | 15:22 |
*** lpetrut has quit IRC | 15:27 | |
*** markvoelker has quit IRC | 15:29 | |
*** udesale has quit IRC | 15:40 | |
*** priteau has joined #openstack-glance | 15:43 | |
*** LiangFang has quit IRC | 15:47 | |
*** jmlowe has quit IRC | 15:49 | |
*** mosulica has quit IRC | 16:02 | |
*** _alastor_ has joined #openstack-glance | 16:02 | |
*** jmlowe has joined #openstack-glance | 16:04 | |
*** belmoreira has quit IRC | 16:05 | |
*** markvoelker has joined #openstack-glance | 16:27 | |
*** imacdonn has quit IRC | 16:31 | |
*** Sravan has joined #openstack-glance | 16:35 | |
*** Sravan has quit IRC | 16:45 | |
*** priteau has quit IRC | 16:50 | |
*** markvoelker has quit IRC | 17:00 | |
*** Sravan has joined #openstack-glance | 17:05 | |
*** Sravan has quit IRC | 17:06 | |
*** Sravan has joined #openstack-glance | 17:10 | |
*** takamatsu has joined #openstack-glance | 17:14 | |
*** Sravan has quit IRC | 17:16 | |
*** Sravan has joined #openstack-glance | 17:17 | |
*** gyee has joined #openstack-glance | 17:19 | |
*** Sravan has quit IRC | 17:21 | |
*** prometheanfire has joined #openstack-glance | 17:47 | |
prometheanfire | having issues? don't think a pbr update should cause http://logs.openstack.org/92/633992/1/check/cross-glance-py27/40e62a4/testr_results.html.gz | 17:47 |
*** Sravan has joined #openstack-glance | 17:57 | |
*** Sravan has quit IRC | 17:58 | |
*** Sravan has joined #openstack-glance | 17:59 | |
*** Sravan has quit IRC | 18:03 | |
*** Sravan has joined #openstack-glance | 18:12 | |
*** mvkr has quit IRC | 18:35 | |
*** Sravan has quit IRC | 18:40 | |
*** Sravan has joined #openstack-glance | 18:46 | |
*** Sravan has quit IRC | 18:54 | |
*** lpetrut has joined #openstack-glance | 18:57 | |
*** Sravan has joined #openstack-glance | 18:58 | |
openstackgerrit | Merged openstack/glance master: Open Stein for data migrations https://review.openstack.org/632185 | 19:12 |
openstackgerrit | Brian Rosmaita proposed openstack/glance master: Add irrelevant-files for integrated test jobs https://review.openstack.org/624983 | 19:20 |
*** Sravan has quit IRC | 19:23 | |
rosmaita | prometheanfire: https://review.openstack.org/632185 just merged, fixes that test | 19:23 |
prometheanfire | cool, thanks | 19:25 |
*** Sravan has joined #openstack-glance | 19:26 | |
*** markvoelker has joined #openstack-glance | 19:27 | |
*** pcaruana has quit IRC | 19:30 | |
*** markvoelker has quit IRC | 20:00 | |
*** jmlowe has quit IRC | 20:04 | |
*** awalende has joined #openstack-glance | 20:16 | |
*** awalende has quit IRC | 20:20 | |
*** jmlowe has joined #openstack-glance | 20:24 | |
*** Sravan has quit IRC | 20:49 | |
*** markvoelker has joined #openstack-glance | 20:57 | |
*** Sravan has joined #openstack-glance | 21:17 | |
*** Sravan has quit IRC | 21:22 | |
*** markvoelker has quit IRC | 21:30 | |
smcginnis | rosmaita: Getting stuff like this in might help with the subunit parser errors too - https://review.openstack.org/#/c/625092/2 | 21:30 |
smcginnis | rosmaita: Nova is battling this right now too, FWIW. | 21:30 |
rosmaita | smcginnis: i dont' see the moxstubout showing up, but there are some other ones that we could filter | 21:33 |
rosmaita | weird thing is, i'm not seeing the subunit parser error on the patch without abhishekk's fix ... getting a weird timeout instead (although i guess it could be caused by the subunit business somehow ... the timeout hasn't happened on the fixed patch (though the subunitparser has, just once so far) | 21:35 |
smcginnis | Hmm, never saw timeout's with Cinder. Maybe something different? | 21:36 |
rosmaita | you can see where the timeout is happening, but i'm not clear why: http://logs.openstack.org/46/634246/1/check/openstack-tox-functional-py35/0b399f3/job-output.txt.gz#_2019-01-31_19_43_27_124512 | 21:36 |
rosmaita | and this one: http://logs.openstack.org/46/634246/1/check/openstack-tox-functional-py35/e9d08c7/job-output.txt.gz#_2019-01-31_17_37_18_156150 | 21:37 |
rosmaita | doesn't seem to be tied to any particular test (though admittedly my sample size is 2) | 21:37 |
smcginnis | I thought it used to print out what tests were InProgress at the time of the timeout. | 21:39 |
rosmaita | yeah, there is something strange there | 21:39 |
rosmaita | the run that just finished is both the subunit parser and a timeout | 21:40 |
*** lpetrut has quit IRC | 21:54 | |
*** lpetrut has joined #openstack-glance | 21:58 | |
*** Sravan has joined #openstack-glance | 22:01 | |
*** lpetrut has quit IRC | 22:14 | |
*** markvoelker has joined #openstack-glance | 22:27 | |
*** markvoelker has quit IRC | 22:41 | |
*** markvoelker has joined #openstack-glance | 22:41 | |
*** MattMan has quit IRC | 22:51 | |
*** MattMan has joined #openstack-glance | 22:52 | |
*** tkajinam has joined #openstack-glance | 22:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!