*** d0ugal has quit IRC | 01:36 | |
*** trungnv has joined #openstack-glance | 01:40 | |
*** d0ugal has joined #openstack-glance | 01:59 | |
*** gcb has joined #openstack-glance | 02:15 | |
*** dalgaaf has quit IRC | 02:16 | |
*** dalgaaf has joined #openstack-glance | 02:16 | |
*** namnh has joined #openstack-glance | 02:21 | |
*** masber has quit IRC | 02:47 | |
*** nicolasbock has quit IRC | 03:26 | |
openstackgerrit | jiangpch proposed openstack/glance master: Add ConfigFileValueError in KNOWN_EXCEPTIONS https://review.openstack.org/514114 | 03:26 |
---|---|---|
*** masber has joined #openstack-glance | 03:33 | |
*** udesale has joined #openstack-glance | 03:49 | |
*** Dinesh_Bhor has joined #openstack-glance | 04:19 | |
*** bhagyashris has joined #openstack-glance | 04:20 | |
*** abhishekk has joined #openstack-glance | 04:28 | |
*** aavraham has joined #openstack-glance | 04:52 | |
*** spectr has joined #openstack-glance | 05:52 | |
*** udesale__ has joined #openstack-glance | 06:09 | |
*** udesale has quit IRC | 06:10 | |
*** udesale has joined #openstack-glance | 06:12 | |
*** udesale__ has quit IRC | 06:14 | |
*** pcaruana has joined #openstack-glance | 07:00 | |
*** arcolife has joined #openstack-glance | 07:20 | |
*** jistr is now known as jistr|mtgs | 07:26 | |
*** tesseract has joined #openstack-glance | 07:27 | |
*** arcolife has quit IRC | 07:30 | |
*** AlexeyAbashkin has joined #openstack-glance | 07:37 | |
*** tshefi_ has joined #openstack-glance | 08:03 | |
*** AlexeyAbashkin has quit IRC | 08:12 | |
*** AlexeyAbashkin has joined #openstack-glance | 08:12 | |
*** e0ne has joined #openstack-glance | 08:13 | |
*** spectr has quit IRC | 08:35 | |
*** spectr has joined #openstack-glance | 08:49 | |
*** Arianrhod has joined #openstack-glance | 08:52 | |
*** mvk has quit IRC | 09:27 | |
*** spectr has quit IRC | 09:31 | |
*** spectr has joined #openstack-glance | 09:31 | |
*** gcb has quit IRC | 09:56 | |
*** gcb has joined #openstack-glance | 10:00 | |
*** mvk has joined #openstack-glance | 10:02 | |
*** spectr has quit IRC | 10:04 | |
*** udesale has quit IRC | 10:06 | |
*** spectr has joined #openstack-glance | 10:21 | |
*** namnh has quit IRC | 10:22 | |
*** spectr has quit IRC | 10:45 | |
*** spectr has joined #openstack-glance | 10:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance master: Updated from global requirements https://review.openstack.org/511104 | 10:57 |
*** gcb has quit IRC | 10:58 | |
*** thiagolib has joined #openstack-glance | 11:03 | |
*** nicolasbock has joined #openstack-glance | 11:07 | |
*** nicolasbock has quit IRC | 11:39 | |
*** nicolasbock has joined #openstack-glance | 11:52 | |
*** rosmaita has joined #openstack-glance | 11:52 | |
*** abhishekk has quit IRC | 11:59 | |
*** nicolasbock has quit IRC | 12:05 | |
*** nicolasbock has joined #openstack-glance | 12:06 | |
*** dhellmann has quit IRC | 12:15 | |
*** dhellmann has joined #openstack-glance | 12:16 | |
*** tshefi_ has quit IRC | 12:22 | |
*** e0ne has quit IRC | 12:25 | |
*** nicolasbock has quit IRC | 12:39 | |
*** pcaruana has quit IRC | 12:41 | |
*** nicolasbock has joined #openstack-glance | 12:46 | |
*** jdillaman has joined #openstack-glance | 13:02 | |
*** McClymontS has joined #openstack-glance | 13:21 | |
bhagyashris | rosmaita: Hi, I am facing one problem. | 13:24 |
rosmaita | bhagyashris: hello | 13:24 |
rosmaita | what problem are you facing? | 13:24 |
bhagyashris | rosmaita: I am trying to create the image using image-create-via-import api and tried to debug the get_flow() method | 13:25 |
*** gcb has joined #openstack-glance | 13:25 | |
bhagyashris | rosmaita: but what i observed is the task are not excuted because os issue https://bugs.launchpad.net/glance/+bug/1712463 so I have applied the solution given in comment #6 but still not able to debug the get_flow() method https://github.com/openstack/glance/blob/master/glance/async/flows/api_image_import.py#L313 | 13:26 |
openstack | Launchpad bug 1712463 in Glance "failure when running under wsgi configuration" [High,In progress] - Assigned to Brian Rosmaita (brian-rosmaita) | 13:26 |
*** twouters has quit IRC | 13:27 | |
rosmaita | bhagyashris: i have not made progress on that bug | 13:27 |
rosmaita | the other option is to use a ocata devstack, but update glance to master | 13:28 |
*** twouters has joined #openstack-glance | 13:28 | |
*** twouters has quit IRC | 13:28 | |
*** twouters has joined #openstack-glance | 13:28 | |
rosmaita | the taskflow eventlet stuff seems to work fine in the screen-based devstack | 13:28 |
rosmaita | and it gets around the oslo.concurrency bug | 13:29 |
rosmaita | actually, i think the oslo.concurrency problem only applies to the "old" import task | 13:30 |
*** mosulica has joined #openstack-glance | 13:30 | |
bhagyashris | rosmaita: ok. Thank you for your inputs | 13:31 |
bhagyashris | rosmaita: i will check on ocata | 13:31 |
rosmaita | bhagyashris: the waitall() didn't work for you in master devstack? | 13:31 |
bhagyashris | rosmaita: No it's not working | 13:32 |
rosmaita | i don't think i've tried it in master devstack, only in stable/pike | 13:32 |
bhagyashris | rosmaita: I have tried on current master | 13:33 |
bhagyashris | rosmaita: and tried to debug but not able to debug :( | 13:34 |
rosmaita | bhagyashris: could you put a comment on the bug saying that the waitall() doesn't seem to work in current master devstack? thanks! | 13:34 |
bhagyashris | rosmaita: ok. | 13:36 |
McClymontS | so this is the waitall() method not working on master devstack when trying to use the above command/api (image-create-via-import) | 13:37 |
McClymontS | when you applied the changes from comment #6 did you bounce the services in devstack? | 13:37 |
bhagyashris | McClymontS: yeah i have simply restarted g-api service | 13:46 |
McClymontS | ah okay, just wanted to make the files compiled etc | 13:46 |
*** gcb has quit IRC | 13:58 | |
*** gcb has joined #openstack-glance | 13:58 | |
*** exarr has quit IRC | 14:18 | |
*** aavraham has quit IRC | 14:21 | |
*** gcb has quit IRC | 14:29 | |
*** Arianrhod has quit IRC | 14:46 | |
*** McClymontS has quit IRC | 14:59 | |
*** McClymontS has joined #openstack-glance | 15:05 | |
*** e0ne has joined #openstack-glance | 15:10 | |
*** mosulica has quit IRC | 15:11 | |
*** AlexeyAbashkin has quit IRC | 15:37 | |
*** gyee has joined #openstack-glance | 15:37 | |
*** udesale has joined #openstack-glance | 15:58 | |
*** McClymontS has quit IRC | 15:59 | |
*** mvk has quit IRC | 16:49 | |
*** udesale has quit IRC | 16:53 | |
*** AlexeyAbashkin has joined #openstack-glance | 17:13 | |
*** AlexeyAbashkin has quit IRC | 17:17 | |
*** tesseract has quit IRC | 17:18 | |
*** mvk has joined #openstack-glance | 17:32 | |
*** __zeus__ has joined #openstack-glance | 17:46 | |
*** e0ne has quit IRC | 18:06 | |
*** e0ne has joined #openstack-glance | 18:08 | |
*** e0ne has quit IRC | 18:10 | |
*** rmcallis has joined #openstack-glance | 18:38 | |
*** __zeus__ has quit IRC | 18:45 | |
*** __zeus__ has joined #openstack-glance | 18:45 | |
*** e0ne has joined #openstack-glance | 18:47 | |
*** McClymontS has joined #openstack-glance | 18:48 | |
*** McClymontS has quit IRC | 18:51 | |
*** e0ne has quit IRC | 18:52 | |
*** harlowja has joined #openstack-glance | 18:53 | |
*** e0ne has joined #openstack-glance | 18:55 | |
*** e0ne has quit IRC | 19:00 | |
*** e0ne has joined #openstack-glance | 19:20 | |
*** e0ne has quit IRC | 19:25 | |
*** e0ne has joined #openstack-glance | 19:33 | |
*** newmember has quit IRC | 19:38 | |
*** e0ne has quit IRC | 19:38 | |
*** thiagolib has quit IRC | 19:43 | |
*** e0ne has joined #openstack-glance | 19:47 | |
*** e0ne has quit IRC | 19:52 | |
*** AlexeyAbashkin has joined #openstack-glance | 19:58 | |
*** e0ne has joined #openstack-glance | 19:59 | |
*** AlexeyAbashkin has quit IRC | 20:02 | |
*** e0ne has quit IRC | 20:04 | |
*** e0ne has joined #openstack-glance | 20:11 | |
*** e0ne has quit IRC | 20:16 | |
*** e0ne has joined #openstack-glance | 20:23 | |
*** e0ne has quit IRC | 20:28 | |
*** e0ne has joined #openstack-glance | 20:31 | |
*** e0ne has quit IRC | 20:35 | |
*** e0ne has joined #openstack-glance | 20:45 | |
*** nicolasbock has quit IRC | 20:48 | |
*** e0ne has quit IRC | 20:50 | |
*** e0ne has joined #openstack-glance | 20:52 | |
*** e0ne has quit IRC | 20:57 | |
*** __zeus__ has quit IRC | 22:01 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!