*** jasondotstar has quit IRC | 00:11 | |
*** jasondotstar has joined #openstack-glance | 00:17 | |
*** david-lyle has quit IRC | 00:24 | |
*** tsekiyam_ has joined #openstack-glance | 00:32 | |
*** changbl has joined #openstack-glance | 00:34 | |
*** mtanino has quit IRC | 00:34 | |
*** tsekiyama has quit IRC | 00:35 | |
*** tsekiyam_ has quit IRC | 00:36 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 00:48 | |
sigmavirus24 | jamielennox: did you ever get a bead on why the ceph jobs are failing? | 00:52 |
---|---|---|
jamielennox | sigmavirus24: i did, sec | 00:52 |
jamielennox | https://review.openstack.org/#/c/206759/ | 00:52 |
jamielennox | it's a known issue they are working around in the cinder/ceph backend, the test is skipped in the cinder ceph jobs but they didn't do the other ceph jobs | 00:53 |
*** mingdang1 has joined #openstack-glance | 00:53 | |
jamielennox | more than i've ever said ceph in my life i think | 00:54 |
jamielennox | not sure why jenkins hasn't commented on it yet but once i can get that approved it should be ok | 00:54 |
sigmavirus24 | there are a couple jobs in project-config that take a while | 00:55 |
sigmavirus24 | Thanks for figuring that out jamielennox | 00:55 |
*** mingdang1 has quit IRC | 00:55 | |
jamielennox | sigmavirus24: np, thanks for the +2, i'm keen to get that merged and released so i can get on to the rest of the v3 failures | 00:56 |
sigmavirus24 | so os-ansible-deployment is using keystone v3 by default | 00:56 |
sigmavirus24 | And we had a small config problem which prevented us from running into exactly that issue | 00:56 |
sigmavirus24 | It was the perfect time to test your review :D | 00:56 |
jamielennox | sigmavirus24: cool - did it raise any other places that can't be deployed using v3? | 00:57 |
sigmavirus24 | Well, we use swift by default | 00:57 |
sigmavirus24 | So it only caught this. | 00:57 |
sigmavirus24 | Glance's cinder support is ... well not really functional | 00:58 |
sigmavirus24 | So our gate won't catch anything there | 00:58 |
sigmavirus24 | We had ... fun ... configuring neutronclient in nova to use v3 appropriately | 00:58 |
sigmavirus24 | s/We/I/ | 00:58 |
sigmavirus24 | The short of it is that more docs would be really really good | 00:59 |
jamielennox | yea, i really need to spend some more time on the docs but there always seems to be something else | 00:59 |
jamielennox | whilst weird i think nova->neutron should be ok with v3 | 01:00 |
sigmavirus24 | Yeah. I've found it helpful to force myself to spend a week on things | 01:00 |
jamielennox | or it was once upon a time | 01:00 |
sigmavirus24 | jamielennox: yeah it just takes a little fidgetting with options | 01:00 |
sigmavirus24 | I found a patch you wrote that added support for it | 01:00 |
sigmavirus24 | We needed to use auth_plugin in keystoneclient.auth for neutronclient | 01:00 |
sigmavirus24 | And the problem is that the auth plugins aren't properly documented in ksc | 01:01 |
sigmavirus24 | Because it gives you the class name but ksc loads those by entry-point name | 01:01 |
jamielennox | i think the plugin configuration kind of makes sense when you wrap your head around it, but it's a pain to document because there's so much dynamic stuff going on | 01:01 |
sigmavirus24 | So you have to look at setup.cfg for the right name | 01:01 |
jamielennox | it's hard to say here's everything you can auth with, and here are all the options you can set | 01:01 |
sigmavirus24 | Right, I wrapped my head around it after reading the source | 01:01 |
sigmavirus24 | Right | 01:01 |
sigmavirus24 | That was another fun thing I found | 01:01 |
sigmavirus24 | the GenericPassword says username is deprecated for user-name | 01:02 |
sigmavirus24 | But v3Password wants username | 01:02 |
sigmavirus24 | So by using generic in our config, and user-name, v3 didn't work | 01:02 |
sigmavirus24 | Like I said | 01:02 |
sigmavirus24 | Fun :D | 01:02 |
jamielennox | oh? so the deprecated config values aren't getting picked up? | 01:02 |
sigmavirus24 | No they are. The new one wasn't | 01:02 |
jamielennox | that's weird, so that's a bug in keystoneclient? | 01:03 |
sigmavirus24 | yeah but I was going to fix it except other things popped up | 01:04 |
*** harshs has joined #openstack-glance | 01:04 | |
sigmavirus24 | Also I think GenericPassword is just wrong | 01:04 |
sigmavirus24 | I didn't see the same option parsing in v2 or v3 Password | 01:04 |
sigmavirus24 | neither seemed to accept user-name | 01:04 |
jamielennox | that's entirely possible, i had some people complain about the difference between project-name etc and username without the dash | 01:05 |
sigmavirus24 | yeah | 01:05 |
sigmavirus24 | I get that | 01:05 |
jamielennox | oh, also if it's in a config file then - is invalid so it would be user_name | 01:05 |
jamielennox | i figured it was easy to just support both | 01:05 |
sigmavirus24 | ah, that makes sense | 01:06 |
sigmavirus24 | I think I tried both | 01:06 |
sigmavirus24 | But | 01:06 |
sigmavirus24 | I don't remember at this point. That was ~2 weeks ago | 01:06 |
jamielennox | that's ok, if you remember enough details put it as a bug on ksc, with keystoneauth we are going to move this all around again | 01:06 |
jamielennox | :) | 01:07 |
sigmavirus24 | Yeah I know | 01:07 |
sigmavirus24 | I've had patches into both in the last week | 01:07 |
sigmavirus24 | :D | 01:07 |
jamielennox | yea, i saw the timeout ones - i just have no idea what good values are there so i left it to the others | 01:07 |
sigmavirus24 | Yeah | 01:07 |
sigmavirus24 | Infra and I figured out good values for that | 01:07 |
sigmavirus24 | Was very much a collaborative decision of what seemed reasonable | 01:08 |
jamielennox | well it hasn't seem to hvae broken anything so so long as they weren't picked randomly i'm fine | 01:09 |
sigmavirus24 | Yeah picked for a max of 2 minutes | 01:10 |
*** jasondotstar has quit IRC | 01:12 | |
*** harshs has quit IRC | 01:15 | |
openstackgerrit | Teruaki Ishizaki proposed openstack/glance_store: Sheepdog: improve operations for storing glance-image https://review.openstack.org/205942 | 01:17 |
*** jasondotstar has joined #openstack-glance | 01:17 | |
*** harshs has joined #openstack-glance | 01:18 | |
*** r-daneel has quit IRC | 01:19 | |
*** jasondotstar has quit IRC | 01:22 | |
*** harshs has left #openstack-glance | 01:26 | |
*** annashen has joined #openstack-glance | 01:26 | |
*** harshs_ has joined #openstack-glance | 01:27 | |
*** annashen has quit IRC | 01:31 | |
*** mingdang1 has joined #openstack-glance | 01:51 | |
*** annashen has joined #openstack-glance | 01:55 | |
*** annashen has quit IRC | 02:00 | |
openstackgerrit | Ian Cordasco proposed openstack/glance: Include metadefs files in all packages https://review.openstack.org/206790 | 02:04 |
*** wayne__ has quit IRC | 02:04 | |
openstackgerrit | Harsh Shah proposed openstack/glance: Fix SA warning of empty sequence during tests https://review.openstack.org/206791 | 02:05 |
*** annashen has joined #openstack-glance | 02:10 | |
*** annashen has quit IRC | 02:12 | |
*** david-lyle has joined #openstack-glance | 02:19 | |
*** haomaiwang has quit IRC | 02:21 | |
*** haomaiwa_ has joined #openstack-glance | 02:22 | |
*** david-lyle has quit IRC | 02:23 | |
*** tpeoples has joined #openstack-glance | 02:25 | |
*** annashen has joined #openstack-glance | 02:27 | |
*** annashen has quit IRC | 02:32 | |
*** haomaiwa_ has quit IRC | 02:36 | |
*** haomaiwang has joined #openstack-glance | 02:36 | |
*** boris-42 has quit IRC | 02:40 | |
*** annashen has joined #openstack-glance | 03:10 | |
*** mragupat has joined #openstack-glance | 03:12 | |
*** mragupat_ has joined #openstack-glance | 03:13 | |
*** haomaiwang has quit IRC | 03:14 | |
*** mragupat has quit IRC | 03:16 | |
*** annashen_ has joined #openstack-glance | 03:32 | |
*** prometheanfire has joined #openstack-glance | 03:33 | |
prometheanfire | anyone know why https://github.com/openstack/glance/releases/tag/2015.1.1 hasn't been released to launchpad? | 03:33 |
*** david-lyle has joined #openstack-glance | 03:34 | |
*** annashen has quit IRC | 03:35 | |
*** ayoung has quit IRC | 03:38 | |
sigmavirus24 | prometheanfire: that's a good question for Alan or jokke_ (when he wakes up) | 03:39 |
prometheanfire | sigmavirus24: hi | 03:40 |
sigmavirus24 | long time no see | 03:41 |
prometheanfire | funny that | 03:41 |
*** ducttape_ has joined #openstack-glance | 03:44 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance: Updated from global requirements https://review.openstack.org/206812 | 03:46 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance_store: Updated from global requirements https://review.openstack.org/200667 | 03:46 |
*** ishant has joined #openstack-glance | 03:48 | |
openstackgerrit | Brianna Poulos proposed openstack/glance-specs: Image Signing and Verification Support https://review.openstack.org/177948 | 03:54 |
*** annashen has joined #openstack-glance | 03:58 | |
*** ducttape_ has quit IRC | 04:00 | |
*** kebray has joined #openstack-glance | 04:01 | |
*** annashen has quit IRC | 04:03 | |
*** annashen_ has quit IRC | 04:07 | |
*** mragupat_ has quit IRC | 04:09 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 04:14 | |
*** lakshmiS has joined #openstack-glance | 04:28 | |
*** ducttape_ has joined #openstack-glance | 04:44 | |
*** ducttape_ has quit IRC | 04:48 | |
*** annashen has joined #openstack-glance | 04:49 | |
*** annashen_ has joined #openstack-glance | 04:59 | |
*** annashen_ has quit IRC | 05:03 | |
*** tpeoples has quit IRC | 05:07 | |
*** etoews has quit IRC | 05:08 | |
*** annashen has quit IRC | 05:10 | |
*** annashen has joined #openstack-glance | 05:16 | |
*** lakshmiS has quit IRC | 05:18 | |
*** ajayaa has quit IRC | 05:25 | |
*** lakshmiS has joined #openstack-glance | 05:53 | |
*** annashen_ has joined #openstack-glance | 06:00 | |
*** annashen has quit IRC | 06:00 | |
*** harshs_ has quit IRC | 06:04 | |
*** annashen_ has quit IRC | 06:04 | |
*** ajayaa has joined #openstack-glance | 06:13 | |
*** GB21 has joined #openstack-glance | 06:20 | |
*** groen692 has joined #openstack-glance | 06:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance: Imported Translations from Transifex https://review.openstack.org/204905 | 06:31 |
*** abhishekk has joined #openstack-glance | 06:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance_store: Imported Translations from Transifex https://review.openstack.org/204920 | 06:41 |
*** kebray has quit IRC | 06:51 | |
*** markus_z has joined #openstack-glance | 06:58 | |
*** annashen has joined #openstack-glance | 07:01 | |
*** annashen has quit IRC | 07:05 | |
*** GB21 has quit IRC | 07:06 | |
*** openstack-glance has joined #openstack-glance | 07:13 | |
*** openstack-glance is now known as kodoku | 07:23 | |
*** kodoku is now known as kodoku_ | 07:23 | |
*** lakshmiS has quit IRC | 07:32 | |
*** markus_z has quit IRC | 07:34 | |
openstackgerrit | Abhijeet Malawade proposed openstack/glance: Fix Request ID has a double 'req-' at the start https://review.openstack.org/206521 | 07:38 |
*** lakshmiS has joined #openstack-glance | 07:41 | |
*** markus_z has joined #openstack-glance | 07:51 | |
*** bfic has joined #openstack-glance | 07:51 | |
*** annashen has joined #openstack-glance | 08:01 | |
*** annashen_ has joined #openstack-glance | 08:02 | |
*** annashen has quit IRC | 08:05 | |
*** annashen_ has quit IRC | 08:06 | |
*** jistr has joined #openstack-glance | 08:08 | |
kodoku_ | sabari markus_z Hi. Somebody know this issue ? Bad file descriptor in nova log when glance send image to nova compute. http://paste.openstack.org/show/406166/ | 08:08 |
*** jasondotstar has joined #openstack-glance | 08:25 | |
openstackgerrit | wangxiyuan proposed openstack/glance: Fix error message's format in image_member https://review.openstack.org/206933 | 08:28 |
openstackgerrit | Rajesh Tailor proposed openstack/glance: Validate string limit for input parameter https://review.openstack.org/203948 | 08:29 |
*** number80 has quit IRC | 08:36 | |
*** number80 has joined #openstack-glance | 08:39 | |
*** e0ne has joined #openstack-glance | 08:40 | |
*** exploreshaifali has joined #openstack-glance | 08:42 | |
*** markus_z has quit IRC | 08:43 | |
*** e0ne has quit IRC | 08:43 | |
*** GB21 has joined #openstack-glance | 08:43 | |
*** markus_z has joined #openstack-glance | 08:43 | |
*** markus_z has quit IRC | 09:02 | |
*** annashen has joined #openstack-glance | 09:02 | |
*** annashen has quit IRC | 09:07 | |
*** kodoku_ has quit IRC | 09:18 | |
*** markus_z has joined #openstack-glance | 09:19 | |
-openstackstatus- NOTICE: Currently our CI system is broken, jobs are not getting processed at all. | 09:28 | |
*** ChanServ changes topic to "Currently our CI system is broken, jobs are not getting processed at all." | 09:28 | |
*** MattMan has quit IRC | 09:31 | |
*** MattMan has joined #openstack-glance | 09:32 | |
mfedosin | jokke_, hi there! can we backport this commit to stable/kilo https://review.openstack.org/#/c/168364/ ? | 09:41 |
mfedosin | it fixes a bug https://bugs.launchpad.net/cinder/+bug/1323660 on the glance side, which prevents creation of cinder volume from glance image, because in case of ceph they use v2 by default | 09:44 |
openstack | Launchpad bug 1323660 in python-glanceclient "Glance image properties not copied to cinder volume with glance V2 API" [High,Fix committed] - Assigned to Alexander Tivelkov (ativelkov) | 09:44 |
*** markus_z has quit IRC | 09:46 | |
*** alex_xu has quit IRC | 09:48 | |
*** alex_xu has joined #openstack-glance | 09:49 | |
*** e0ne has joined #openstack-glance | 09:57 | |
*** jasondotstar has quit IRC | 09:57 | |
*** groen692 has quit IRC | 10:00 | |
*** jwang has quit IRC | 10:00 | |
*** mjturek1 has quit IRC | 10:00 | |
*** mitz has quit IRC | 10:00 | |
*** mitz has joined #openstack-glance | 10:00 | |
*** groen692 has joined #openstack-glance | 10:00 | |
*** jwang has joined #openstack-glance | 10:01 | |
*** abhishekkk has joined #openstack-glance | 10:01 | |
*** mjturek1 has joined #openstack-glance | 10:01 | |
*** annashen has joined #openstack-glance | 10:02 | |
*** e0ne_ has joined #openstack-glance | 10:02 | |
*** annashen_ has joined #openstack-glance | 10:04 | |
*** e0ne has quit IRC | 10:05 | |
*** abhishekk has quit IRC | 10:05 | |
*** e0ne_ is now known as e0ne | 10:06 | |
*** annashen has quit IRC | 10:06 | |
*** kodoku_ has joined #openstack-glance | 10:07 | |
*** annashen_ has quit IRC | 10:08 | |
*** jasondotstar has joined #openstack-glance | 10:09 | |
marekd | mfedosin: hello. Got a minute? | 10:13 |
marekd | mfedosin: Regarding new features to-be-implemented in glance which API should we target? I can see there seem to be v1,v2,v3 ? | 10:14 |
marekd | mfedosin: what's the roadmap for api versions ? | 10:14 |
mfedosin | marekd, hi! | 10:19 |
mfedosin | short answer - it's v2 | 10:19 |
bunting | If metadefs ever breaks, would it affect a running cloud much? | 10:20 |
openstackgerrit | Darja Shakhray proposed openstack/glance: Refactoring exceptions https://review.openstack.org/206975 | 10:21 |
mfedosin | marekd, long answer: v1 has status 'supported' and new changes are not accepted there, v2 - 'current' and v3 - 'experimental', which means that it may be changed in every second and highly unstable | 10:22 |
openstackgerrit | Long Quan Sha proposed openstack/glance: reuse the deleted image-member before create a new image-member https://review.openstack.org/190895 | 10:25 |
openstackgerrit | Long Quan Sha proposed openstack/glance: reuse the deleted image-member before create a new image-member https://review.openstack.org/190895 | 10:31 |
marekd | mfedosin: ok, thanks for clarification. Anyway, what is a reason for new api ? | 10:34 |
marekd | mfedosin: v2 has some limitations? | 10:34 |
mfedosin | marekd, do you mean v3? | 10:34 |
marekd | mfedosin: yes, why v3 | 10:36 |
mfedosin | no, v2 has no limitations, but on each change you have to write a spec | 10:36 |
mfedosin | v3 is artifact stuff - you can read more about them in my article | 10:36 |
marekd | mfedosin: well, that's not too bad.... | 10:36 |
marekd | mfedosin: would you mind linking it? | 10:36 |
mfedosin | https://www.mirantis.com/blog/openstack-glances-artifacts/ | 10:37 |
*** number80 has quit IRC | 10:38 | |
mfedosin | artifact is a generalization of images, in short. It was done to store not only Nova images, but heat templates too, for example | 10:38 |
*** aix has quit IRC | 10:38 | |
marekd | mfedosin: ok! | 10:39 |
mfedosin | the main difference - artifact may contain several files | 10:39 |
marekd | mfedosin: one more thing about glance code structure | 10:39 |
*** exploreshaifali_ has joined #openstack-glance | 10:39 | |
marekd | mfedosin: where are url routes defined for different functionalities? | 10:40 |
marekd | mfedosin: say i nned to investigate what happens when a user calls /v2/images | 10:40 |
marekd | or something like that. | 10:40 |
mfedosin | it's in api | 10:40 |
marekd | or /v2/artifacts/aps | 10:40 |
mfedosin | wait a sec | 10:40 |
mfedosin | I'll give you an example | 10:41 |
marekd | i am coming from keystone world so the code base is slightly different there :-) | 10:41 |
marekd | mfedosin: sure, please! | 10:41 |
mfedosin | https://github.com/openstack/glance/tree/master/glance/api | 10:41 |
mfedosin | each v* has a file router.py | 10:41 |
mfedosin | v2: https://github.com/openstack/glance/blob/master/glance/api/v2/router.py | 10:42 |
*** exploreshaifali has quit IRC | 10:43 | |
marekd | ah, so it's per api version... | 10:43 |
marekd | ok | 10:43 |
mfedosin | there correspondence is defined between route and controller action | 10:43 |
marekd | yep, i can see it. | 10:44 |
mfedosin | cool :) | 10:44 |
marekd | the routes are a good starting point to see what's really going on when you call a url. | 10:44 |
marekd | thanks! | 10:45 |
marekd | super helpful! | 10:45 |
mfedosin | you're welcome! ping me if you need more help | 10:46 |
openstackgerrit | Waldemar Znoinski proposed openstack/glance: Add CPU Pinning in Flavor,Image,Volume metadata definition https://review.openstack.org/204129 | 10:46 |
*** number80 has joined #openstack-glance | 10:46 | |
*** kashyap has joined #openstack-glance | 10:47 | |
kashyap | Hi folks, does this look legitimate? -- https://bugs.launchpad.net/glance/+bug/1479296 | 10:47 |
openstack | Launchpad bug 1479296 in Glance "On Nova instance boot, 'glanceclient/openstack/common/apiclient/base.py' throws: "AttributeError: id"" [Undecided,New] | 10:47 |
openstackgerrit | Darja Shakhray proposed openstack/glance: Refactoring exceptions https://review.openstack.org/206975 | 10:49 |
jokke_ | mfedosin: I'm only willing to backport it if cinder is backporting the fix on their side as well | 10:49 |
openstackgerrit | Waldemar Znoinski proposed openstack/glance: Add CPU Pinning in Flavor,Image,Volume metadata definition https://review.openstack.org/204129 | 10:49 |
jokke_ | mfedosin: thanks for heads up | 10:50 |
*** markus_z has joined #openstack-glance | 10:53 | |
mfedosin | jokke_, yep, sure. and what about this one? https://review.openstack.org/#/c/181130/ | 10:55 |
*** jsheeren has joined #openstack-glance | 11:04 | |
*** annashen has joined #openstack-glance | 11:04 | |
jokke_ | mfedosin: that changes the API ... not gonna happen, sorry | 11:05 |
mfedosin | got it, I thought the same, but asked you to be sure | 11:06 |
jokke_ | np ;) | 11:06 |
openstackgerrit | Darja Shakhray proposed openstack/glance: Refactoring exceptions https://review.openstack.org/206975 | 11:06 |
*** annashen has quit IRC | 11:09 | |
*** number80 has quit IRC | 11:13 | |
openstackgerrit | Gorka Eguileor proposed openstack/glance_store: Allow random read in RBD driver (get method) https://review.openstack.org/157325 | 11:13 |
*** mingdang1 has quit IRC | 11:15 | |
*** mingdang1 has joined #openstack-glance | 11:19 | |
*** jasondot_ has joined #openstack-glance | 11:23 | |
*** e0ne has quit IRC | 11:25 | |
*** jasondotstar has quit IRC | 11:25 | |
mfedosin | jokke_, I made a commit in stable/kilo https://review.openstack.org/#/c/206995/ | 11:26 |
mfedosin | Cinder folks do the same later today and make it dependent from ours | 11:26 |
*** mingdang1 has quit IRC | 11:29 | |
*** belmoreira has joined #openstack-glance | 11:31 | |
*** cdelatte has joined #openstack-glance | 11:33 | |
*** delattec has joined #openstack-glance | 11:33 | |
*** e0ne has joined #openstack-glance | 11:35 | |
*** delatte has joined #openstack-glance | 11:40 | |
*** delattec has quit IRC | 11:41 | |
*** cdelatte has quit IRC | 11:42 | |
*** delattec has joined #openstack-glance | 11:48 | |
*** jsheeren has quit IRC | 11:49 | |
*** delatte has quit IRC | 11:51 | |
*** mingdang1 has joined #openstack-glance | 11:55 | |
*** e0ne has quit IRC | 11:59 | |
*** annashen has joined #openstack-glance | 12:02 | |
*** annashen_ has joined #openstack-glance | 12:05 | |
*** aix has joined #openstack-glance | 12:07 | |
*** annashen has quit IRC | 12:07 | |
*** exploreshaifali_ has quit IRC | 12:07 | |
*** annashen_ has quit IRC | 12:10 | |
*** ducttape_ has joined #openstack-glance | 12:10 | |
*** number80 has joined #openstack-glance | 12:12 | |
*** ByPasS has joined #openstack-glance | 12:16 | |
*** marcusvrn has joined #openstack-glance | 12:16 | |
*** kodoku_ has quit IRC | 12:19 | |
*** number80 has quit IRC | 12:19 | |
*** ducttape_ has quit IRC | 12:25 | |
*** e0ne has joined #openstack-glance | 12:25 | |
*** edmondsw has joined #openstack-glance | 12:27 | |
mfedosin | related commit on the cinder side https://review.openstack.org/#/c/207007/ | 12:28 |
niedbalski | jokke_, ping | 12:29 |
*** ajayaa has quit IRC | 12:30 | |
*** mjturek1 has quit IRC | 12:31 | |
niedbalski | jokke_, re: https://review.openstack.org/#/c/205432/ could you expand your reasoning ? | 12:31 |
*** mingdang1 has quit IRC | 12:35 | |
*** ishant has quit IRC | 12:36 | |
*** kodoku has joined #openstack-glance | 12:37 | |
mfedosin | niedbalski, I think jokke_'s reaction is associated with the fact that it changes stable api. with your patch it's possible to create 'kernel_id' property without a value. | 12:40 |
mfedosin | changing stable api is strictly prohibited in upstream openstack | 12:41 |
mfedosin | but as far as I know Stuart is working on fix in glance client, which will be backported to kilo and fix your bug too | 12:43 |
johnthetubaguy | nikhil_k: is now a good time to join, do you have the connection details handy by any chance? | 12:46 |
*** mjturek1 has joined #openstack-glance | 12:46 | |
*** number80 has joined #openstack-glance | 12:46 | |
niedbalski | mfedosin, thanks for the explanation. I wonder if this is OK in master, since this is just a backport to kilo. | 12:48 |
*** ChanServ changes topic to "Discussion of OpenStack Glance | logs at http://eavesdrop.openstack.org/irclogs/%23openstack-glance/" | 12:49 | |
-openstackstatus- NOTICE: zuul's disks were at capacity. Space has been freed up and jobs are being re-queued. | 12:49 | |
*** mjturek1 has left #openstack-glance | 12:50 | |
jokke_ | niedbalski: that is just blocked until we get to agreement if we have exception for it or not ... please see the discussion in the openstack-dev mailing list | 12:51 |
niedbalski | jokke_, :) thanks. | 12:52 |
jokke_ | niedbalski: the change to the master is merged and fine ... thanks for looking after it | 12:55 |
*** number80 has quit IRC | 12:56 | |
jokke_ | niedbalski: the Stable Branch just has quite tight rules what we can and cannot backport https://wiki.openstack.org/wiki/StableBranch | 12:57 |
*** dims has quit IRC | 12:57 | |
*** annegentle has joined #openstack-glance | 12:57 | |
*** dims has joined #openstack-glance | 12:57 | |
niedbalski | jokke_, Yes, I think this specific is really a corner case and on the list thread seems to be agreement on that. | 12:57 |
*** number80 has joined #openstack-glance | 12:59 | |
jokke_ | yeah, and I am as well. The -2 is just there to make sure that we have that discussion before we make any hesitated moves ;) | 13:00 |
niedbalski | jokke_, ack :), thanks | 13:01 |
*** lakshmiS has quit IRC | 13:04 | |
jokke_ | np, thank you | 13:04 |
*** bpoulos has joined #openstack-glance | 13:05 | |
*** annashen has joined #openstack-glance | 13:06 | |
jcook | johnthetubaguy: morning, we are messing with the video conference | 13:07 |
*** number80 has quit IRC | 13:08 | |
jcook | mfedosin: ^ | 13:08 |
johnthetubaguy | jcook: cools, theres a few folks on the call | 13:08 |
* johnthetubaguy waves | 13:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:08 | |
jcook | https://etherpad.openstack.org/p/liberty-glance-mid-cycle-meetup-brainstorm | 13:09 |
jcook | good morning | 13:09 |
jcook | https://etherpad.openstack.org/p/liberty-glance-mid-cycle-meetup | 13:10 |
*** annashen has quit IRC | 13:10 | |
*** number80 has joined #openstack-glance | 13:14 | |
*** bpoulos has quit IRC | 13:22 | |
*** tpeoples has joined #openstack-glance | 13:22 | |
*** bpoulos has joined #openstack-glance | 13:23 | |
*** number80 has quit IRC | 13:26 | |
-openstackstatus- NOTICE: zuul jobs after about 07:00 UTC may need a 'recheck' to enter the queue. Look if your change is in http://status.openstack.org/zuul/ and recheck if not. | 13:26 | |
*** mingdang1 has joined #openstack-glance | 13:27 | |
*** tpeoples has quit IRC | 13:29 | |
*** kodoku has quit IRC | 13:30 | |
*** number80 has joined #openstack-glance | 13:32 | |
openstackgerrit | Long Quan Sha proposed openstack/glance-specs: Reuse the deleted image-member before create a new one https://review.openstack.org/207042 | 13:32 |
*** ayoung has joined #openstack-glance | 13:36 | |
*** annegentle has quit IRC | 13:36 | |
*** abhishekkk has quit IRC | 13:39 | |
openstackgerrit | Long Quan Sha proposed openstack/glance-specs: Reuse the deleted image-member before create a new one https://review.openstack.org/207042 | 13:39 |
*** kodoku has joined #openstack-glance | 13:41 | |
openstackgerrit | Long Quan Sha proposed openstack/glance-specs: Reuse the deleted image-member before create a new one https://review.openstack.org/207042 | 13:44 |
*** pbourke has quit IRC | 13:45 | |
*** pbourke has joined #openstack-glance | 13:45 | |
*** ducttape_ has joined #openstack-glance | 13:46 | |
*** jasondotstar has joined #openstack-glance | 13:48 | |
openstackgerrit | Long Quan Sha proposed openstack/glance-specs: Reuse the deleted image-member before create a new one https://review.openstack.org/207042 | 13:50 |
*** bfic has quit IRC | 13:51 | |
*** jasondot_ has quit IRC | 13:52 | |
*** bfic has joined #openstack-glance | 13:55 | |
*** tpeoples has joined #openstack-glance | 13:56 | |
*** bfic has quit IRC | 13:58 | |
*** mragupat has joined #openstack-glance | 13:59 | |
*** mragupat has quit IRC | 13:59 | |
*** mragupat has joined #openstack-glance | 14:00 | |
openstackgerrit | Long Quan Sha proposed openstack/glance: reuse the deleted image-member before create a new image-member https://review.openstack.org/190895 | 14:02 |
*** annashen has joined #openstack-glance | 14:03 | |
*** ericpeterson has joined #openstack-glance | 14:04 | |
*** EmilienM has quit IRC | 14:05 | |
*** annashen_ has joined #openstack-glance | 14:07 | |
*** annashen has quit IRC | 14:08 | |
*** ducttape_ has quit IRC | 14:08 | |
*** EmilienM has joined #openstack-glance | 14:09 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/glance-specs: function for return url schemes https://review.openstack.org/207063 | 14:10 |
*** annashen_ has quit IRC | 14:11 | |
*** annegentle has joined #openstack-glance | 14:14 | |
*** mingdang1 has quit IRC | 14:15 | |
*** lakshmiS has joined #openstack-glance | 14:15 | |
*** kodoku has quit IRC | 14:18 | |
*** Miouge has joined #openstack-glance | 14:18 | |
*** jwitko has left #openstack-glance | 14:20 | |
*** mtanino has joined #openstack-glance | 14:25 | |
*** r-daneel has joined #openstack-glance | 14:26 | |
*** kodoku has joined #openstack-glance | 14:31 | |
*** ajayaa has joined #openstack-glance | 14:39 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/glance-specs: function for return url schemes https://review.openstack.org/207063 | 14:40 |
*** vijendar has joined #openstack-glance | 14:44 | |
*** vijendar has quit IRC | 14:44 | |
*** vijendar has joined #openstack-glance | 14:44 | |
number80 | jokke_: if you can check again https://review.openstack.org/#/c/204523/ ;) | 14:48 |
number80 | btw, thanks for your help, much appreciated! | 14:48 |
openstackgerrit | Mike Fedosin proposed openstack/glance-specs: Swift driver with multithreading support https://review.openstack.org/207075 | 14:50 |
mfedosin | jcook, ^ :) | 14:51 |
stevelle | nice, mfedosin | 14:51 |
mfedosin | stevelle, thanks! | 14:52 |
*** kebray has joined #openstack-glance | 14:56 | |
*** number80 has quit IRC | 14:58 | |
*** belmoreira has quit IRC | 14:59 | |
*** jasondotstar has quit IRC | 14:59 | |
*** tsekiyama has joined #openstack-glance | 14:59 | |
*** jistr has quit IRC | 15:00 | |
*** kodoku has quit IRC | 15:01 | |
*** ByPasS has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-glance | 15:01 | |
*** mragupat has quit IRC | 15:01 | |
*** e0ne has quit IRC | 15:02 | |
*** harshs has joined #openstack-glance | 15:02 | |
*** jistr has joined #openstack-glance | 15:02 | |
*** ByPasS has joined #openstack-glance | 15:02 | |
*** haomaiwang has quit IRC | 15:03 | |
*** haomaiwang has joined #openstack-glance | 15:03 | |
*** e0ne has joined #openstack-glance | 15:04 | |
*** lakshmiS has quit IRC | 15:05 | |
openstackgerrit | Matthew Edmonds proposed openstack/glance: remove python-swiftclient from requirements https://review.openstack.org/203242 | 15:05 |
*** annashen has joined #openstack-glance | 15:07 | |
edmondsw | sigmavirus24, ^^ I hope that addresses your concerns. If so, please remove -2 | 15:08 |
edmondsw | if not, please reply on the ML | 15:08 |
*** annashen has quit IRC | 15:13 | |
jokke_ | sigmavirus24: https://bugs.launchpad.net/python-glanceclient/+bug/1479020 ;) | 15:13 |
openstack | Launchpad bug 1479020 in python-glanceclient "Incorrect parameter in _create_glance_httpsconnectionpool causing unexpected failure" [High,In progress] - Assigned to Haïkel Guémar (hguemar) | 15:13 |
*** harshs has quit IRC | 15:13 | |
sigmavirus24 | jokke_: if mclaren would just rebase his patch to remove all the HTTPS junk that we have then that would be a solved issue already =P | 15:17 |
sigmavirus24 | And yes I saw it but I'm fairly certain that is an issue with the versions of requests/urllib3/glanceclient that the distro is shipping not with glanceclient | 15:18 |
sigmavirus24 | But I'm not getting into yet another argument with a redistributor over their bad QA practices | 15:18 |
*** prometheanfire has left #openstack-glance | 15:20 | |
*** tsekiyama has quit IRC | 15:23 | |
*** Miouge has quit IRC | 15:25 | |
*** tsekiyama has joined #openstack-glance | 15:25 | |
jcook | https://review.openstack.org/#/c/206120/ | 15:32 |
jcook | https://etherpad.openstack.org/p/liberty-priorities-rax | 15:40 |
*** kashyap has left #openstack-glance | 15:42 | |
*** groen692 has quit IRC | 15:44 | |
*** kebray has quit IRC | 15:44 | |
openstackgerrit | Long Quan Sha proposed openstack/glance-specs: Reuse the deleted image-member before create a new one https://review.openstack.org/207042 | 15:45 |
*** haomaiwang has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-glance | 16:02 | |
*** annashen has joined #openstack-glance | 16:04 | |
*** jistr has quit IRC | 16:08 | |
*** annashen_ has joined #openstack-glance | 16:08 | |
*** annashen has quit IRC | 16:09 | |
*** kebray has joined #openstack-glance | 16:13 | |
*** briancurtin has quit IRC | 16:13 | |
*** zhiyan has quit IRC | 16:13 | |
*** ameade has quit IRC | 16:13 | |
*** serverascode has quit IRC | 16:13 | |
*** annashen_ has quit IRC | 16:13 | |
*** david-lyle has quit IRC | 16:18 | |
jcook | Here is the duplicate downloads spec, I think it covers everything we discussed: https://review.openstack.org/#/c/206120/2/specs/liberty/duplicate-downloads.rst | 16:21 |
jcook | hemanthm, stevelle ^ | 16:22 |
*** TravT_ has joined #openstack-glance | 16:22 | |
stevelle | sigmavirus24: ^ also. thx jcook | 16:22 |
*** belmoreira has joined #openstack-glance | 16:23 | |
*** TravT has quit IRC | 16:25 | |
*** markus_z has quit IRC | 16:29 | |
*** exploreshaifali has joined #openstack-glance | 16:33 | |
openstackgerrit | Louis Taylor proposed openstack/glance_store: Add explicit dependencies for store dependencies https://review.openstack.org/207116 | 16:34 |
*** ajayaa has quit IRC | 16:37 | |
*** tpeoples has quit IRC | 16:38 | |
*** serverascode has joined #openstack-glance | 16:41 | |
*** david-lyle has joined #openstack-glance | 16:42 | |
*** ameade has joined #openstack-glance | 16:43 | |
*** zhiyan has joined #openstack-glance | 16:46 | |
*** tpeoples has joined #openstack-glance | 16:49 | |
*** ericpeterson has quit IRC | 16:56 | |
*** ducttape_ has joined #openstack-glance | 16:57 | |
*** briancurtin has joined #openstack-glance | 16:57 | |
*** groen692 has joined #openstack-glance | 16:59 | |
*** haomaiwang has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-glance | 17:02 | |
*** e0ne has quit IRC | 17:03 | |
*** annashen has joined #openstack-glance | 17:09 | |
*** annashen has quit IRC | 17:13 | |
*** harshs has joined #openstack-glance | 17:15 | |
*** krykowski has quit IRC | 17:15 | |
*** annashen has joined #openstack-glance | 17:19 | |
openstackgerrit | Louis Taylor proposed openstack/glance_store: Add explicit dependencies for store dependencies https://review.openstack.org/207116 | 17:24 |
*** mjturek1 has joined #openstack-glance | 17:29 | |
*** groen692 has quit IRC | 17:30 | |
*** aix has quit IRC | 17:30 | |
openstackgerrit | Sabari proposed openstack/glance: Refactor Import Tasks and its plugin dependency https://review.openstack.org/194526 | 17:35 |
*** krykowski has joined #openstack-glance | 17:38 | |
*** GB21 has quit IRC | 17:41 | |
*** annashen has quit IRC | 17:42 | |
openstackgerrit | Sabari proposed openstack/glance: Validate task input only for import tasks https://review.openstack.org/194897 | 17:43 |
*** r-daneel has quit IRC | 17:44 | |
openstackgerrit | Sabari proposed openstack/glance: Validate task input only for import tasks https://review.openstack.org/194897 | 17:44 |
*** harshs has quit IRC | 17:45 | |
*** ByPasS has quit IRC | 17:45 | |
*** annashen has joined #openstack-glance | 17:46 | |
*** GB21 has joined #openstack-glance | 17:46 | |
*** harshs has joined #openstack-glance | 17:47 | |
*** ByPasS has joined #openstack-glance | 17:48 | |
*** GB21 has quit IRC | 17:50 | |
*** jasondotstar has joined #openstack-glance | 17:54 | |
*** e0ne has joined #openstack-glance | 17:56 | |
*** haomaiwang has quit IRC | 18:01 | |
openstackgerrit | Niall Bunting proposed openstack/glance: Add functionality to define requests without body https://review.openstack.org/207150 | 18:01 |
*** haomaiwang has joined #openstack-glance | 18:02 | |
*** annashen_ has joined #openstack-glance | 18:05 | |
*** TravT_ has quit IRC | 18:05 | |
*** e0ne has quit IRC | 18:06 | |
openstackgerrit | Niall Bunting proposed openstack/glance: Add functionality to define requests without body https://review.openstack.org/207150 | 18:07 |
*** e0ne has joined #openstack-glance | 18:09 | |
*** annashen_ has quit IRC | 18:10 | |
*** ByPasS has quit IRC | 18:13 | |
*** ByPasS has joined #openstack-glance | 18:19 | |
*** annashen has quit IRC | 18:21 | |
*** jasondotstar has quit IRC | 18:23 | |
*** annashen has joined #openstack-glance | 18:24 | |
*** dims_ has joined #openstack-glance | 18:24 | |
*** annegentle has quit IRC | 18:26 | |
*** annegentle has joined #openstack-glance | 18:26 | |
*** dims has quit IRC | 18:28 | |
*** ayoung has quit IRC | 18:29 | |
*** openstackgerrit has quit IRC | 18:31 | |
*** openstackgerrit has joined #openstack-glance | 18:32 | |
*** ByPasS has quit IRC | 18:34 | |
edmondsw | kragniz, I agree with the swift dependency living in glance_store. Two questions... | 18:35 |
edmondsw | 1) can it ONLY live in glance_store, and not even have extras in glance for it? That seems proper to me... | 18:35 |
edmondsw | 2) in requirements.txt we don't just say glance_store, we reference the git URL... is that going to work together with an extra that references glance_store[swift]? | 18:36 |
*** ByPasS has joined #openstack-glance | 18:36 | |
edmondsw | I don't know why we reference the git URL... that seems wrong to me | 18:37 |
*** ByPasS has quit IRC | 18:40 | |
openstackgerrit | Matthew Edmonds proposed openstack/glance: remove python-swiftclient from requirements https://review.openstack.org/203242 | 18:41 |
*** annashen has quit IRC | 18:42 | |
*** ByPasS has joined #openstack-glance | 18:43 | |
*** kebray has quit IRC | 18:59 | |
*** haomaiwang has quit IRC | 19:01 | |
*** TravT has joined #openstack-glance | 19:01 | |
*** haomaiwa_ has joined #openstack-glance | 19:01 | |
sigmavirus24 | edmondsw: there's a fix for the glance_store requirement referencing the git URI | 19:04 |
sigmavirus24 | edmondsw: it required a release of glance_store which took longer than expected so to unblock gates we used the git URI | 19:04 |
edmondsw | cool... looked like a temp thing | 19:04 |
sigmavirus24 | and no, I think glance can use extras too | 19:04 |
sigmavirus24 | But I have to determine if it's necessary or not | 19:04 |
edmondsw | ok... let me know | 19:05 |
edmondsw | sigmavirus24, that why you've left your -2, for you to go determine that? | 19:06 |
sigmavirus24 | No. I just haven't had a chance to get to your review again | 19:06 |
cpallares | nikhil_k: We can move the session to tomorrow | 19:13 |
*** kebray has joined #openstack-glance | 19:14 | |
cpallares | nikhil_k: can you hear me? | 19:15 |
nikhil_k | cpallares: I can't | 19:15 |
*** kebray_ has joined #openstack-glance | 19:18 | |
hemanthm | cpallares: we can hear you | 19:18 |
*** jasondotstar has joined #openstack-glance | 19:18 | |
nikhil_k | sigmavirus24: hey | 19:18 |
nikhil_k | sigmavirus24: I see you listed as interested participant for glance_Store refactor, if you wanna join us now | 19:19 |
openstackgerrit | Cindy Pallares proposed openstack/glance-specs: Complete refactor to glance-store's API https://review.openstack.org/188050 | 19:19 |
sigmavirus24 | nikhil_k: I can't make it right now | 19:20 |
nikhil_k | sigmavirus24: ok | 19:20 |
sigmavirus24 | sorry | 19:20 |
*** kebray has quit IRC | 19:20 | |
nikhil_k | np | 19:21 |
*** dims_ has quit IRC | 19:27 | |
*** dims has joined #openstack-glance | 19:27 | |
*** sgotliv_ has quit IRC | 19:32 | |
*** sgotliv has joined #openstack-glance | 19:32 | |
*** ByPasS has quit IRC | 19:35 | |
*** ByPasS has joined #openstack-glance | 19:35 | |
cpallares | lol I can still hear you guys | 19:41 |
cpallares | Can you hear me? | 19:42 |
*** annashen has joined #openstack-glance | 19:42 | |
* cpallares restarts | 19:45 | |
*** ByPasS has quit IRC | 19:47 | |
*** belmoreira has quit IRC | 19:47 | |
*** HenryG has quit IRC | 19:49 | |
*** krykowski has quit IRC | 19:50 | |
*** e0ne has quit IRC | 19:51 | |
*** HenryG has joined #openstack-glance | 19:52 | |
*** ByPasS has joined #openstack-glance | 19:52 | |
*** e0ne has joined #openstack-glance | 19:55 | |
*** haomaiwa_ has quit IRC | 20:01 | |
*** edmondsw has quit IRC | 20:01 | |
*** haomaiwa_ has joined #openstack-glance | 20:02 | |
*** e0ne has quit IRC | 20:03 | |
*** annashen_ has joined #openstack-glance | 20:06 | |
openstackgerrit | Jesse J. Cook proposed openstack/glance-specs: Duplicate downloads spec https://review.openstack.org/206120 | 20:08 |
*** ByPasS has quit IRC | 20:09 | |
*** ByPasS has joined #openstack-glance | 20:09 | |
*** annashen_ has quit IRC | 20:11 | |
*** e0ne has joined #openstack-glance | 20:11 | |
*** openstackgerrit has quit IRC | 20:16 | |
*** openstackgerrit has joined #openstack-glance | 20:16 | |
*** annegentle has quit IRC | 20:17 | |
*** jasondotstar has quit IRC | 20:19 | |
*** harshs has quit IRC | 20:27 | |
*** harshs has joined #openstack-glance | 20:28 | |
*** jasondotstar has joined #openstack-glance | 20:32 | |
openstackgerrit | Merged openstack/python-glanceclient: Fix failure to create glance https connection pool https://review.openstack.org/204521 | 20:39 |
*** bpoulos has quit IRC | 20:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements https://review.openstack.org/200900 | 20:46 |
*** edmondsw has joined #openstack-glance | 20:50 | |
*** ByPasS has quit IRC | 20:55 | |
*** ByPasS has joined #openstack-glance | 20:56 | |
*** haomaiwa_ has quit IRC | 21:01 | |
*** 6JTABPDW5 has joined #openstack-glance | 21:02 | |
*** ByPasS has quit IRC | 21:13 | |
*** vokhrimenko has quit IRC | 21:15 | |
*** ekarlso has quit IRC | 21:16 | |
*** ByPasS has joined #openstack-glance | 21:18 | |
*** vokhrimenko has joined #openstack-glance | 21:20 | |
*** e0ne has quit IRC | 21:24 | |
openstackgerrit | Louis Taylor proposed openstack/glance_store: Add explicit dependencies for store dependencies https://review.openstack.org/207116 | 21:25 |
*** annashen has quit IRC | 21:39 | |
*** vijendar has quit IRC | 21:39 | |
*** jasondotstar has quit IRC | 21:41 | |
*** exploreshaifali has quit IRC | 21:43 | |
*** annashen has joined #openstack-glance | 21:43 | |
*** ekarlso has joined #openstack-glance | 21:44 | |
*** ByPasS has quit IRC | 21:51 | |
*** ByPasS has joined #openstack-glance | 21:53 | |
*** 6JTABPDW5 has quit IRC | 22:01 | |
*** 16WAAEHWP has joined #openstack-glance | 22:02 | |
*** annashen_ has joined #openstack-glance | 22:07 | |
*** annashen_ has quit IRC | 22:12 | |
*** d34dh0r53 has quit IRC | 22:13 | |
*** d34dh0r53 has joined #openstack-glance | 22:13 | |
*** d34dh0r53 has quit IRC | 22:15 | |
*** d34dh0r53 has joined #openstack-glance | 22:16 | |
*** d34dh0r53 has quit IRC | 22:23 | |
*** mjturek1 has quit IRC | 22:23 | |
*** d34dh0r53 has joined #openstack-glance | 22:23 | |
*** d34dh0r53 has quit IRC | 22:27 | |
*** d34dh0r53 has joined #openstack-glance | 22:27 | |
*** jasondotstar has joined #openstack-glance | 22:28 | |
*** sigmavirus24 has quit IRC | 22:31 | |
*** d34dh0r53 has quit IRC | 22:32 | |
*** sigmavirus24 has joined #openstack-glance | 22:32 | |
*** d34dh0r53 has joined #openstack-glance | 22:33 | |
*** ByPasS has quit IRC | 22:35 | |
*** ByPasS has joined #openstack-glance | 22:37 | |
*** ByPasS has quit IRC | 22:43 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:43 | |
*** ByPasS has joined #openstack-glance | 22:43 | |
*** ByPasS has quit IRC | 22:50 | |
*** tpeoples has quit IRC | 22:51 | |
*** ByPasS has joined #openstack-glance | 22:52 | |
*** ducttape_ has quit IRC | 22:53 | |
*** ByPasS has quit IRC | 22:59 | |
*** kebray_ has quit IRC | 23:00 | |
*** 16WAAEHWP has quit IRC | 23:01 | |
*** haomaiwang has joined #openstack-glance | 23:02 | |
*** ByPasS has joined #openstack-glance | 23:04 | |
*** tpeoples has joined #openstack-glance | 23:22 | |
*** annegentle has joined #openstack-glance | 23:28 | |
*** cdelatte has joined #openstack-glance | 23:28 | |
*** annashen has quit IRC | 23:28 | |
*** delattec has quit IRC | 23:30 | |
*** ByPasS has quit IRC | 23:32 | |
*** jasondotstar has quit IRC | 23:33 | |
*** ByPasS has joined #openstack-glance | 23:34 | |
*** jamielennox is now known as jamielennox|away | 23:39 | |
*** tpeoples has quit IRC | 23:42 | |
*** jasondotstar has joined #openstack-glance | 23:45 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!