Thursday, 2016-03-17

*** haomaiwa_ has quit IRC00:01
*** haomaiwang has joined #openstack-glance00:01
*** achanda has joined #openstack-glance00:03
*** darrenc_ has joined #openstack-glance00:06
*** darrenc has quit IRC00:07
*** flwang has quit IRC00:07
*** dims has joined #openstack-glance00:08
*** flwang1 has joined #openstack-glance00:09
*** dims_ has quit IRC00:09
*** dims has quit IRC00:10
*** ducttape_ has joined #openstack-glance00:10
*** mtanino has quit IRC00:13
*** achanda has quit IRC00:15
*** ducttape_ has quit IRC00:15
*** jokke_ has quit IRC00:16
*** jokke_ has joined #openstack-glance00:16
*** ducttape_ has joined #openstack-glance00:23
*** flwang1 has quit IRC00:23
*** darrenc_ is now known as darrenc00:25
*** flwang1 has joined #openstack-glance00:26
*** ducttape_ has quit IRC00:33
*** ducttape_ has joined #openstack-glance00:39
*** ducttape_ has quit IRC00:52
*** dims has joined #openstack-glance00:52
*** chlong has joined #openstack-glance00:55
*** haomaiwang has quit IRC01:01
*** haomaiwa_ has joined #openstack-glance01:01
*** chlong has quit IRC01:18
*** mingdang1 has joined #openstack-glance01:21
*** achanda has joined #openstack-glance01:26
*** chlong has joined #openstack-glance01:31
*** haomaiwa_ has quit IRC01:43
*** lakshmiS has joined #openstack-glance01:52
*** MVenesio has joined #openstack-glance01:56
*** MVenesio has quit IRC02:00
*** tobe has joined #openstack-glance02:05
*** baojg has joined #openstack-glance02:11
*** avarner has quit IRC02:12
*** darrenc has quit IRC02:19
*** kairat has quit IRC02:19
*** slunkad_ has quit IRC02:19
*** sileht has quit IRC02:19
*** mtreinish has quit IRC02:19
*** dims has quit IRC02:20
*** ducttape_ has joined #openstack-glance02:20
*** ducttape_ has quit IRC02:21
*** darrenc has joined #openstack-glance02:25
*** kairat has joined #openstack-glance02:25
*** slunkad_ has joined #openstack-glance02:25
*** sileht has joined #openstack-glance02:25
*** mtreinish has joined #openstack-glance02:25
*** haomaiwang has joined #openstack-glance02:27
*** ducttape_ has joined #openstack-glance02:27
*** harshs has quit IRC02:36
*** houming has joined #openstack-glance02:38
*** ducttape_ has quit IRC02:40
*** ducttape_ has joined #openstack-glance02:41
*** ducttape_ has quit IRC02:47
*** achanda has quit IRC02:48
*** achanda has joined #openstack-glance02:50
*** achanda has quit IRC02:52
*** achanda has joined #openstack-glance02:55
*** baojg has quit IRC02:57
*** baojg has joined #openstack-glance03:00
*** haomaiwang has quit IRC03:01
*** haomaiwang has joined #openstack-glance03:01
*** GB21 has joined #openstack-glance03:09
*** GB21 has quit IRC03:15
*** vilobhmm11 has joined #openstack-glance03:27
*** vilobhmm111 has joined #openstack-glance03:29
*** vilobhmm11 has quit IRC03:32
*** vilobhmm111 has quit IRC03:34
*** vilobhmm11 has joined #openstack-glance03:34
*** vilobhmm11 has quit IRC03:40
*** links has joined #openstack-glance03:45
*** MVenesio has joined #openstack-glance03:57
*** mingdang1 has quit IRC04:00
*** haomaiwang has quit IRC04:01
*** haomaiwa_ has joined #openstack-glance04:01
*** MVenesio has quit IRC04:01
*** vilobhmm11 has joined #openstack-glance04:09
*** vilobhmm11 has quit IRC04:14
*** vilobhmm11 has joined #openstack-glance04:15
*** haomaiwa_ has quit IRC05:01
*** mingdang1 has joined #openstack-glance05:01
*** haomaiwang has joined #openstack-glance05:01
*** mingdang1 has quit IRC05:05
*** lakshmiS has quit IRC05:13
*** lakshmiS has joined #openstack-glance05:18
*** GB21 has joined #openstack-glance05:22
*** jeremyP has joined #openstack-glance05:26
jeremyPI'm wondering if someone can help me decide if I have a bug on my hands that I should file in regards to using glance with an https frontend when trying to do create a snapshot of a vm.  Glance server is using local file storage.  only 64GB ever gets written before the image upload gets killed with SysCallError: (32, 'EPIPE')05:30
*** GB21 has quit IRC05:31
jeremyPI do not see that sort of issue on launchpad as ever being reported, so I'm wondering if folks just aren't using glance with ssl05:32
*** mdnadeem has quit IRC05:33
kairatjeremyP, AFAIK ssl is supported05:33
jeremyPto be clear, this is when you have a flavor with root disk ~ 60 GB05:33
*** GB21 has joined #openstack-glance05:33
jeremyPor higher05:33
kairatYou can check it with glanceclient05:33
jeremyPwell yeah it works if the flavor's root disk is below 60GB05:34
kairatAh05:34
kairathave something in glance-api.log?05:35
jeremyPand if you don't use ssl, then the image snapshot of the 60+GB root disk works05:35
jeremyPglance log will say that client closed connection before sending all the data05:36
jeremyPthe client side will show a stack trace05:36
jeremyPwith the end result being the EPIPE error and File "/usr/lib/python2.7/site-packages/OpenSSL/SSL.py", line 862, in _raise_ssl_error 2016-03-16 17:39:27.097 523 TRACE oslo_messaging.rpc.dispatcher     raise SysCallError(errno, errorcode[errno])05:36
*** achanda has quit IRC05:37
kairatHmm, haven't seen this issue before05:40
kairatDid you use glanceclient to upload images?05:40
kairator some custom front-end?05:41
jeremyPthis is just via horizon hitting the create snapshot button on such an instance with a large root disk05:41
jeremyPor05:41
jeremyPyou can use openstackclient and get the same issue05:41
jeremyPeven if I curl api same issue05:42
jeremyPonly pure http works flawlessly05:42
kairatSo it is definitely a bug IMO05:43
jeremyPI feel like there is some connection pooling being used and that there is some handoff attempted to another ssl thread/connection that fails05:43
jeremyPok I appreciate your input and will just file as a bug for now05:43
jeremyPthanks for helping me vet this a little first05:43
kairatclient closed connection looks like connection was closed without sending final chunk05:44
kairatwe are using transfer-encoding: chunked when sending image files05:44
jeremyPit's always stopped at 64GB worth of data05:44
jeremyPbefore hitting the connection issue05:44
jeremyPI thought I saw some chunking going on in glance client and eventlet of 65536 which would match that boundary05:45
jeremyPI mean per the python code, but maybe that is for a different purpose05:46
*** GB21 has quit IRC05:51
*** GB21 has joined #openstack-glance05:51
*** GB21 has quit IRC05:57
*** MVenesio has joined #openstack-glance05:57
*** GB21 has joined #openstack-glance05:59
*** haomaiwang has quit IRC06:01
*** lakshmiS has quit IRC06:01
*** haomaiwang has joined #openstack-glance06:01
*** tobe has quit IRC06:02
*** MVenesio has quit IRC06:02
*** mingdang1 has joined #openstack-glance06:05
*** sgotliv has joined #openstack-glance06:06
*** chlong has quit IRC06:08
*** baojg has quit IRC06:14
*** baojg has joined #openstack-glance06:15
*** itisha has quit IRC06:19
*** GB21 has quit IRC06:19
*** chlong has joined #openstack-glance06:21
*** GB21 has joined #openstack-glance06:21
*** mingdang1 has quit IRC06:23
*** jeremyP has quit IRC06:23
*** tobe has joined #openstack-glance06:29
*** tobe has quit IRC06:31
*** baojg has quit IRC06:46
*** baojg has joined #openstack-glance06:46
*** GB21 has quit IRC06:49
*** GB21 has joined #openstack-glance06:49
*** haomaiwang has quit IRC07:01
*** haomaiwang has joined #openstack-glance07:01
*** GB21 has quit IRC07:13
*** GB21 has joined #openstack-glance07:13
*** tesseract has joined #openstack-glance07:15
*** tesseract is now known as Guest5718207:15
*** shakamunyi has quit IRC07:18
*** gberginc has joined #openstack-glance07:22
*** shakamunyi has joined #openstack-glance07:24
*** GB21 has quit IRC07:24
openstackgerritMerged openstack/glance: Fixed typos in two comments  https://review.openstack.org/29364907:33
*** rcernin has joined #openstack-glance07:39
*** belmoreira has joined #openstack-glance07:52
*** chlong has quit IRC07:57
*** MVenesio has joined #openstack-glance07:58
*** GB21 has joined #openstack-glance08:00
*** haomaiwang has quit IRC08:01
*** haomaiwang has joined #openstack-glance08:01
*** MVenesio has quit IRC08:03
*** GB21 has quit IRC08:15
*** GB21 has joined #openstack-glance08:15
*** pcaruana has joined #openstack-glance08:24
*** mingdang1 has joined #openstack-glance08:24
*** GB21 has quit IRC08:28
*** mingdang1 has quit IRC08:29
*** GB21 has joined #openstack-glance08:30
*** barra204 has joined #openstack-glance08:43
*** shakamunyi has quit IRC08:44
*** links has quit IRC08:53
*** haomai___ has joined #openstack-glance08:56
*** haomaiwang has quit IRC08:57
*** haomai___ has quit IRC09:01
*** haomaiwang has joined #openstack-glance09:01
*** GB21 has quit IRC09:04
*** d0ugal has quit IRC09:13
*** d0ugal has joined #openstack-glance09:14
*** jistr has joined #openstack-glance09:26
*** vilobhmm11 has quit IRC09:27
*** GB21 has joined #openstack-glance09:28
*** bsv has joined #openstack-glance09:40
*** GB21 has quit IRC09:44
*** achanda has joined #openstack-glance09:44
*** achanda has quit IRC09:45
*** achanda has joined #openstack-glance09:46
*** achanda has quit IRC09:46
*** baojg has quit IRC09:49
bsvhello09:51
bsvanyone awake? :)09:51
*** baojg has joined #openstack-glance09:51
*** baojg has quit IRC09:54
*** baojg has joined #openstack-glance09:55
*** dims has joined #openstack-glance09:57
*** MVenesio has joined #openstack-glance09:59
*** haomaiwang has quit IRC10:01
*** baojg has quit IRC10:01
*** haomaiwa_ has joined #openstack-glance10:01
*** MVenesio has quit IRC10:04
*** baojg has joined #openstack-glance10:06
*** baojg has quit IRC10:10
*** GB21 has joined #openstack-glance10:11
*** mingdang1 has joined #openstack-glance10:13
*** daemontool has joined #openstack-glance10:14
*** links has joined #openstack-glance10:29
*** daemontool has quit IRC10:31
openstackgerritzwei proposed openstack/python-glanceclient: default help version 2  https://review.openstack.org/29393910:38
openstackgerritzwei proposed openstack/python-glanceclient: default help version 2  https://review.openstack.org/29393910:40
*** e0ne has joined #openstack-glance10:50
*** GB21 has quit IRC10:52
*** GB21 has joined #openstack-glance10:52
*** abhishekk has quit IRC10:53
*** GB21 has quit IRC10:58
*** GB21 has joined #openstack-glance10:58
*** haomaiwa_ has quit IRC11:01
*** haomaiwang has joined #openstack-glance11:01
*** mfedosin has joined #openstack-glance11:04
*** GB21 has quit IRC11:07
*** GB21 has joined #openstack-glance11:08
*** smatzek has joined #openstack-glance11:11
*** boris-42 has joined #openstack-glance11:14
openstackgerritCao ShuFeng proposed openstack/python-glanceclient: Fix missing of debug info after we use session  https://review.openstack.org/28588911:16
*** mingdang1 has quit IRC11:30
*** mingdang1 has joined #openstack-glance11:30
*** dalgaaf has joined #openstack-glance11:33
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Imported Translations from Zanata  https://review.openstack.org/29272211:35
*** wxy has quit IRC11:40
*** haomaiwang has quit IRC11:42
*** GB21 has quit IRC11:47
*** dshakhray_ has joined #openstack-glance11:47
*** chlong has joined #openstack-glance11:48
*** openstackgerrit has quit IRC11:48
*** openstackgerrit has joined #openstack-glance11:48
*** GB21 has joined #openstack-glance11:48
*** mtanino has joined #openstack-glance11:52
*** GB21 has quit IRC11:53
*** GB21 has joined #openstack-glance11:55
*** MVenesio has joined #openstack-glance12:00
*** GB21 has quit IRC12:01
*** GB21 has joined #openstack-glance12:03
*** MVenesio has quit IRC12:05
*** mfedosin has quit IRC12:08
*** MVenesio has joined #openstack-glance12:17
*** edmondsw has joined #openstack-glance12:18
*** GB21 has quit IRC12:24
*** haomaiwang has joined #openstack-glance12:25
*** dims has quit IRC12:25
*** ninag has joined #openstack-glance12:43
*** delattec has joined #openstack-glance12:56
bsvhi12:58
bsvIm seeing some issues with the glance client, periodic failure when downloading images.12:58
bsvhttps://etherpad.openstack.org/p/cinder42512:58
bsv(dont let the cinder425 fool you ;) )12:58
*** cdelatte has quit IRC12:59
*** haomaiwang has quit IRC13:01
*** haomaiwang has joined #openstack-glance13:01
*** houming has quit IRC13:02
*** mtanino has quit IRC13:07
bsvAnyone awake? :o)13:21
*** links has quit IRC13:28
jokke_bsv: yes, kind of13:28
bsvyay13:28
bsvit seems that glance roll over and die if it gets a HTTP 204  when trying to download an image.13:29
bsvjokke_: https://etherpad.openstack.org/p/cinder42513:30
jokke_which version of glanceclient you're running?13:32
bsv# ./glance --version13:32
bsv1.2.013:33
jokke_iirc that was fixed in the 2.0.0 release, but if not that looks like a bug13:33
jokke_ah13:33
bsvhmm13:34
bsvchecked out 'liberty'13:34
bsvCan I just apply the patch, or do I have to upgrade all?13:35
bsv(all being glance, or the entire liberty installation)13:35
jokke_well that's just a client bug13:37
jokke_glance does not flip over13:37
bsv:)13:38
jokke_so just update your python-glanceclient to 2.0.0 and you _should_ be sorted13:38
bsvIf I schedule the creation af 10 volumes, 3-5 volumes will fail.13:38
jokke_well yeah that's different issue ... you clearly need to check what's your problem between glance and your backend13:39
bsvit is _this_ issue13:39
bsvbacktracked it to this.13:39
bsvfirst in cinder, then to glance...13:39
jokke_well then the client upgrade hopefully got you sorted13:40
bsvif you look at the etherpad I linked to.13:40
bsvok13:40
bsvYOLO! --upgrade13:40
bsv:)13:40
bsvpip install python-glanceclient --upgrade ?13:41
*** ducttape_ has joined #openstack-glance13:43
*** avarner has joined #openstack-glance13:44
avarnerIs the glance meeting in 14 minutes? Just checking, since we just had DST on Sunday here.13:46
*** sigmavirus24_awa is now known as sigmavirus2413:47
*** knikolla has joined #openstack-glance13:50
*** dims has joined #openstack-glance13:53
*** mfedosin has joined #openstack-glance13:57
*** mtanino has joined #openstack-glance13:57
*** mfedosin has quit IRC13:58
*** e0ne has quit IRC13:59
jokke_avarner: correct, in 114:00
jokke_flaper87: ^^14:00
*** e0ne has joined #openstack-glance14:00
*** haomaiwang has quit IRC14:01
*** 5EXAAEZFA has joined #openstack-glance14:01
*** kairat_ has joined #openstack-glance14:05
*** kairat_ has left #openstack-glance14:05
*** jaypipes has quit IRC14:15
*** delattec has quit IRC14:16
*** delattec has joined #openstack-glance14:16
*** mdnadeem has joined #openstack-glance14:17
*** dims has quit IRC14:19
*** jaypipes has joined #openstack-glance14:22
*** dims has joined #openstack-glance14:22
*** mingdang1 has quit IRC14:23
*** lakshmiS_ has joined #openstack-glance14:25
*** dims has quit IRC14:25
*** GB21 has joined #openstack-glance14:25
*** pcaruana has quit IRC14:28
*** achanda has joined #openstack-glance14:29
*** sigmavirus24 is now known as sigmavirus24_awa14:40
*** achanda has quit IRC14:40
*** sigmavirus24_awa is now known as sigmavirus2414:41
kragnizflaper87: I'd volunteer to do release management stuff, but too much university work :(14:41
jokke_kragniz: that's fair. It has been well streamlined, but it will need significant amount of time still14:43
flaper87kragniz: thanks! Yeah, if you don't have enough time, it's better not to14:43
bsvjokke_: found the problem.14:46
bsvjokke_: the glance client is using R-Robin to select a host for operations.14:46
bsvjokke_: that also applies for downloading images.14:47
bsvjokke_: and when NOT using a shared folder for images, results in your images being spread out between glance-hosts14:47
bsv:)14:47
bsvjokke_: Write script to sync folder content and you are ready to rock.14:48
kragnizapparently I was the first person to use the releases system after doug https://github.com/openstack/releases/commits/master?page=3114:48
kragnizhow time flies!14:48
*** vijendar has joined #openstack-glance14:48
openstackgerritMike Fedosin proposed openstack/glance: [WIP] Glare All-In-One  https://review.openstack.org/29232714:50
*** pushkaru has joined #openstack-glance14:52
openstackgerritMerged openstack/glance: Imported Translations from Zanata  https://review.openstack.org/29272214:53
*** belmoreira has quit IRC14:59
*** vijendar has left #openstack-glance14:59
*** 5EXAAEZFA has quit IRC15:01
*** haomaiwang has joined #openstack-glance15:01
*** haomaiwang has quit IRC15:02
*** achanda has joined #openstack-glance15:03
*** 16WAAFXDT has joined #openstack-glance15:03
*** alejandrito has joined #openstack-glance15:05
*** groen692 has joined #openstack-glance15:07
*** sayalilunkad has joined #openstack-glance15:08
*** achanda has quit IRC15:08
*** slunkad_ has quit IRC15:10
*** delatte has joined #openstack-glance15:14
*** GB21 has quit IRC15:15
*** delattec has quit IRC15:17
*** mine0901_ has joined #openstack-glance15:22
*** baojg has joined #openstack-glance15:23
*** delattec has joined #openstack-glance15:24
*** delatte has quit IRC15:26
*** avarner has quit IRC15:33
*** lakshmiS_ has left #openstack-glance15:54
*** khushbu has joined #openstack-glance15:56
openstackgerritTom Cocozzello proposed openstack/glance: fix blacklisted flake8 issues  https://review.openstack.org/29412015:58
*** 16WAAFXDT has quit IRC16:01
*** haomaiwang has joined #openstack-glance16:01
*** flwang has joined #openstack-glance16:01
*** khushbu has quit IRC16:02
*** bsv has quit IRC16:10
*** harshs has joined #openstack-glance16:13
*** avarner has joined #openstack-glance16:14
*** khushbu has joined #openstack-glance16:14
*** pcaruana has joined #openstack-glance16:22
*** lakshmiS has joined #openstack-glance16:24
*** mfedosin has joined #openstack-glance16:26
*** ninag has quit IRC16:29
*** ninag has joined #openstack-glance16:29
*** ninag_ has joined #openstack-glance16:30
mfedosinflaper87: nikhil rosmaita glare-v1 demo -> https://www.youtube.com/watch?v=H65457t9RXw16:31
mfedosinпожалуйста16:31
*** ninag_ has quit IRC16:32
*** itisha has joined #openstack-glance16:32
*** khushbu has quit IRC16:33
*** ninag_ has joined #openstack-glance16:33
*** avarner_ has joined #openstack-glance16:34
*** ninag has quit IRC16:34
*** gianna has joined #openstack-glance16:34
*** baojg has quit IRC16:35
*** avarner__ has joined #openstack-glance16:36
giannahi guys.. I've a problem with nova image-list that return with unhandled error. The command glance image-list instead works. some one can help ? Thanks http://pastebin.com/BGiW3nvN16:36
*** avarner_ has quit IRC16:36
*** avarner has quit IRC16:38
*** mfedosin has quit IRC16:42
*** p01nt3r75 has joined #openstack-glance16:42
*** ninag_ has quit IRC16:44
*** ninag has joined #openstack-glance16:44
*** sigmavirus24 is now known as sigmavirus24_awa16:45
*** sigmavirus24_awa is now known as sigmavirus2416:45
*** harshs has quit IRC16:47
*** alejandrito has quit IRC16:49
*** ninag has quit IRC16:49
*** alejandrito has joined #openstack-glance16:51
*** haomaiwang has quit IRC17:01
*** haomaiwang has joined #openstack-glance17:01
*** alejandrito has quit IRC17:01
*** ninag has joined #openstack-glance17:08
giannahi guys.. I've a problem with nova image-list that return with unhandled error. The command glance image-list instead works. some one can help ? Thanks http://pastebin.com/BGiW3nvN this is wireshark dump http://pastebin.com/QJjTtaaJ17:13
*** MattMan has quit IRC17:18
*** MattMan has joined #openstack-glance17:19
*** jistr has quit IRC17:27
*** e0ne has quit IRC17:27
*** ninag has quit IRC17:34
*** ninag has joined #openstack-glance17:35
*** ninag has quit IRC17:36
*** ninag has joined #openstack-glance17:36
*** Guest57182 has quit IRC17:36
*** gianna has quit IRC17:38
*** ninag has quit IRC17:39
*** ninag has joined #openstack-glance17:39
*** ninag has quit IRC17:43
*** flwang has quit IRC17:48
*** dims has joined #openstack-glance17:50
*** groen692 has quit IRC17:50
nikhilmfedosin this is awesome!17:51
*** rcernin has quit IRC17:55
*** sigmavirus24 is now known as sigmavirus24_awa18:00
*** haomaiwang has quit IRC18:01
*** p01nt3r75 has quit IRC18:01
*** haomaiwa_ has joined #openstack-glance18:01
*** mine0901_ is now known as mine090118:01
*** gberginc has quit IRC18:02
*** gberginc has joined #openstack-glance18:02
*** vijendar has joined #openstack-glance18:10
*** gberginc has quit IRC18:16
*** ninag has joined #openstack-glance18:17
*** pcaruana has quit IRC18:18
*** e0ne has joined #openstack-glance18:18
*** vilobhmm11 has joined #openstack-glance18:20
*** ducttape_ has quit IRC18:21
*** sigmavirus24_awa is now known as sigmavirus2418:28
*** pcaruana has joined #openstack-glance18:30
*** ducttape_ has joined #openstack-glance18:31
*** vijendar has quit IRC18:56
*** ninag has quit IRC18:56
*** ninag has joined #openstack-glance19:00
*** haomaiwa_ has quit IRC19:01
*** 7GHAAJWY1 has joined #openstack-glance19:01
*** ninag has quit IRC19:05
*** vijendar has joined #openstack-glance19:05
*** ninag has joined #openstack-glance19:10
*** gberginc has joined #openstack-glance19:13
*** e0ne has quit IRC19:24
*** ninag has quit IRC19:43
*** boden has joined #openstack-glance19:47
*** gberginc has quit IRC19:47
*** avarner_ has joined #openstack-glance19:59
openstackgerritSana Khan proposed openstack/glance: Adds sections to glance/etc/glance-registry-paste.ini  https://review.openstack.org/29426520:00
*** 7GHAAJWY1 has quit IRC20:01
*** haomaiwang has joined #openstack-glance20:01
*** avarner__ has quit IRC20:02
*** smatzek has quit IRC20:06
*** flwang has joined #openstack-glance20:12
*** sgotliv has quit IRC20:16
*** pcaruana has quit IRC20:17
*** e0ne has joined #openstack-glance20:21
*** delattec has quit IRC20:27
*** mfedosin has joined #openstack-glance20:29
*** pcaruana has joined #openstack-glance20:30
*** ninag has joined #openstack-glance20:34
*** ametts has joined #openstack-glance20:42
*** gberginc has joined #openstack-glance20:44
*** cdelatte has joined #openstack-glance20:53
*** haomaiwang has quit IRC21:01
*** haomaiwang has joined #openstack-glance21:01
*** vilobhmm11 has quit IRC21:03
*** vilobhmm11 has joined #openstack-glance21:04
*** e0ne has quit IRC21:04
*** vilobhmm11 has quit IRC21:05
*** vilobhmm11 has joined #openstack-glance21:05
*** vilobhmm11 has quit IRC21:05
*** vilobhmm11 has joined #openstack-glance21:05
*** p01nt3r75 has joined #openstack-glance21:08
*** dshakhray_ has quit IRC21:10
*** MVenesio has quit IRC21:13
*** gberginc has quit IRC21:17
*** knikolla has quit IRC21:20
p01nt3r75hi guys21:33
*** vilobhmm11 has quit IRC21:33
*** vilobhmm11 has joined #openstack-glance21:33
*** lakshmiS has quit IRC21:34
*** ninag has quit IRC21:44
*** vilobhmm11 has quit IRC21:44
*** vilobhmm11 has joined #openstack-glance21:44
p01nt3r75https://bugs.launchpad.net/glance/+bug/155880821:52
openstackLaunchpad bug 1558808 in Glance "openstack liberty: glance crash on v1 api called from nova" [Undecided,New]21:52
*** harshs has joined #openstack-glance21:59
*** mfedosin has left #openstack-glance22:00
*** haomaiwang has quit IRC22:01
*** dims has quit IRC22:01
*** dims_ has joined #openstack-glance22:01
*** haomaiwang has joined #openstack-glance22:01
*** harshs has quit IRC22:05
*** zul has joined #openstack-glance22:06
*** harshs has joined #openstack-glance22:10
*** ametts has quit IRC22:14
*** gberginc has joined #openstack-glance22:14
*** zul has quit IRC22:18
*** vijendar has quit IRC22:21
*** dims has joined #openstack-glance22:23
nikhilp01nt3r75: hey, added a comment. check the bug.22:24
*** boden has quit IRC22:26
*** dims_ has quit IRC22:26
*** ducttape_ has quit IRC22:26
p01nt3r75nikihil: I've readen the comment22:29
p01nt3r75thanks fo you interest22:29
p01nt3r75I haven't log on glance registry it is like it is never reached22:29
nikhilp01nt3r75: heh, I've seen that quite often g-api->g-reg conn issues22:30
nikhilp01nt3r75: if you're upgraded recently or made changes or haven't configured g-reg that's the issue22:30
nikhilglance workers can give you trouble if the shutdown isn't correct22:31
p01nt3r75if I call directly on 9191 it responde22:31
p01nt3r75I've have already to restart registry and glance, but it doesn't change22:35
p01nt3r75I'm installing a liberty openstack from scratch and I didn't upgrade22:35
p01nt3r75the strange thing is it seems missing traffic on registry port 919122:36
p01nt3r75so it is like it's never called22:36
nikhilp01nt3r75: try shutting it down and check for open processes on port 919122:36
nikhilthat looks to me be the issue22:37
*** sigmavirus24 is now known as sigmavirus24_awa22:40
p01nt3r75nikhil: Now I shutdown the registry.22:41
p01nt3r75the only port that is in use now on 9191 is haproxy on VIP interface22:42
*** gberginc has quit IRC22:48
p01nt3r75nikihil: I've got the registry binded on local address and haproxy that forward registry traffic from the VIP22:48
nikhilp01nt3r75: ok, that seems fine to me.22:50
p01nt3r75nikihil: also the [keystone_authtoken] section is configured22:54
p01nt3r75nikihil: I've responsed in the bug traking with some detail about haproxy and glance registry22:59
p01nt3r75it like the registry is never called22:59
*** haomaiwang has quit IRC23:01
*** harshs has quit IRC23:01
*** haomaiwang has joined #openstack-glance23:01
*** dims has quit IRC23:08
*** pushkaru has quit IRC23:09
*** TravT has quit IRC23:11
*** harshs has joined #openstack-glance23:12
*** gberginc has joined #openstack-glance23:12
*** TravT has joined #openstack-glance23:12
*** MVenesio has joined #openstack-glance23:14
nikhilp01nt3r75: looks like a ha proxy setup issue. check for conn from proxy to reg nodes.23:15
p01nt3r75it seems to work, it's responding23:16
p01nt3r75curl http://172.16.90.10:9191/ responses 'Authentication Required' so the connection is ok23:17
*** MVenesio has quit IRC23:19
*** pushkaru has joined #openstack-glance23:19
*** gberginc has quit IRC23:21
nikhilp01nt3r75: let's do this again:23:21
nikhil1. you are able to curl into ha proxy from g-api node?23:21
p01nt3r75yes23:21
nikhil2. you are not able to do image list curl on g-api node on 9292?23:22
p01nt3r75I don't know the string nad I think that inside there is some kind of authentication23:23
p01nt3r75and23:23
nikhilcopy over the debug info from g-client23:23
p01nt3r75I've runc url http://172.16.90.10:9191/ from each controller node many times and it works23:24
p01nt3r75I've put loging on verbose.. but how can I anable debug ?23:25
p01nt3r75enable23:25
*** harshs has quit IRC23:25
nikhildebug = true in your conigs23:28
*** dims has joined #openstack-glance23:28
nikhilp01nt3r75: I am asking if you can hit curl http://172.16.90.10:9292 fine now. Because the logs say that g-api can't reach g-reg.23:29
p01nt3r75nikhil: yes it works23:30
p01nt3r75nikhil: is is also called from nova23:30
p01nt3r75anyway.. my problem seems stictly related to v1 api...23:31
p01nt3r75glance --os-image-api-version 1 image-list23:31
p01nt3r75500 Internal Server Error: The server has either erred or is incapable of performing the requested operation. (HTTP 500)23:31
*** pushkaru has quit IRC23:32
p01nt3r75glance image-list works23:32
*** dims has quit IRC23:32
nikhilp01nt3r75: it works because v2 isn't talking to glance reg like I said in my comment23:33
p01nt3r75nikhil: If only I could understand how g-api is calling g-reg!! because it seems not calling the network. also registry logs are empty23:34
p01nt3r75yes.. you are right.. I was just confirming that because running glance with  api v1 do the same error than nova23:35
nikhilp01nt3r75: yeah, apparently your g-api conn to g-reg is unreachable. and g-api make a simple REST api call to g-reg23:37
nikhilmakes*23:37
p01nt3r75nikhil: yes.. If I could find how it is done, I could find the problem..23:38
p01nt3r75but it is talking http because I doesn't find traffic on the net23:38
p01nt3r75so.. is there a way to track how glance is calling registry ?23:39
nikhilsure23:39
nikhilp01nt3r75: that's where it starts https://github.com/openstack/glance/blob/master/glance/api/v1/images.py#L34923:40
nikhilif you follow along the modules23:40
nikhilyou will be here https://github.com/openstack/glance/blob/master/glance/registry/client/v1/client.py#L142 and that happens on g-api23:41
p01nt3r75nikhil: do you think is a missconfiguration ?23:47
*** davideagnello has quit IRC23:53
nikhilp01nt3r75: tbh, I'm not sure. it'd be network, acl, port, ha proxy or mis configuration!23:53
*** davideagnello has joined #openstack-glance23:54
p01nt3r75nikhil: here are the logs from a glance --os-image-api-version 1 image-list http://pastebin.com/giiZ6uQy23:56
*** dalgaaf has quit IRC23:58
*** davideagnello has quit IRC23:59

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