Re: [Openstack] glance issue

2014-09-16 Thread Zhi Yan Liu
isk_format: qcow2' -H 'x-image-meta-name: > cirros-0.3.2-x86_64' -d ' object at 0x1fd3650>' http://controller:9292/v1/images > [==> ] 8%Error communicating with > http://controller:9292 timed out > > On 16 Sep 2014, at 16:48,

Re: [Openstack] glance issue

2014-09-16 Thread Zhi Yan Liu
Hello Peter, I could do this successfully with trunk code as following. So what version of glance&glanceclient you used and you could check details from glance&glanceclient debug log. $ glance image-create --name "test1" --disk-format qcow2 --container-format bare --is-public true --progress < ~

Re: [Openstack] Glance performance v1 vs v2

2014-07-08 Thread Zhi Yan Liu
at 9:34 PM, Zhi Yan Liu wrote: > Hi, > > I have done some tests [0] to try to figure out what's perf problem > there. As comparing, I did it by two separated cases a) sending > request by glanceclient cli normally, just like what you did before. > b) to around the glancec

Re: [Openstack] Glance performance v1 vs v2

2014-07-03 Thread Zhi Yan Liu
Hi, I have done some tests [0] to try to figure out what's perf problem there. As comparing, I did it by two separated cases a) sending request by glanceclient cli normally, just like what you did before. b) to around the glanceclient cli to send those equal api calls to glance server directly. Th

Re: [Openstack] Glance 500 errors

2014-04-13 Thread Zhi Yan Liu
In both glance-api logs [1][2], I think your registry service should got some problems when it handles glance-api requests, but from the glance-registry logs you provided, I can't found any valuable information for that case, so could you collect more logs? especially glance-registry service. zhiy

Re: [Openstack] How to use the new feature of cinder about read-only volume

2014-02-13 Thread Zhi Yan Liu
John this function is workable in Icehouse I believe, the Nova side (for libvirt only) code has been merged in this cycle early. I also had given the answer for this question at: https://answers.launchpad.net/cinder/+question/243863 zhiyan On Fri, Feb 14, 2014 at 1:10 PM, John Griffith wrote: >

Re: [Openstack] [openstack][nova][glance] Avoid Image Copying

2013-10-16 Thread Zhi Yan Liu
Hello Srujana, On Wed, Oct 16, 2013 at 5:58 PM, Srujana C P wrote: > Hi, > > > > We have a requirement wherein we will clone an image and register the cloned > image into glance from file location using x-image-meta-location. However, > file location option has been removed for security reasons.