Re: [Openstack] Making Image Launch faster in Openstack

2014-05-26 Thread Gary Kotton
sts.openstack.org<mailto:openstack@lists.openstack.org>" mailto:openstack@lists.openstack.org>> Subject: Re: [Openstack] Making Image Launch faster in Openstack Thanks Padraig, but is there any other way than using "squid". Like calling API's in glance or calling nova-compute API&

Re: [Openstack] Making Image Launch faster in Openstack

2014-05-26 Thread Rakesh Sinha
Thanks Padraig, but is there any other way than using "squid". Like calling API's in glance or calling nova-compute API's or add something in glance code which triggers copy of vmdk to all compute nodes after image is uploaded. On Mon, May 26, 2014 at 5:47 PM, Pádraig Brady wrote: > On 05/26/20

Re: [Openstack] Making Image Launch faster in Openstack

2014-05-26 Thread Pádraig Brady
On 05/26/2014 12:54 PM, Rakesh Sinha wrote: > Hi > > I am aware that first instance launch over a Compute Node takes time because > it has to copy image from the Glance Server to the Compute Node. > > Since the local copy is available over the Compute now so next time it > launches faster. > >

[Openstack] Making Image Launch faster in Openstack

2014-05-26 Thread Rakesh Sinha
Hi I am aware that first instance launch over a Compute Node takes time because it has to copy image from the Glance Server to the Compute Node. Since the local copy is available over the Compute now so next time it launches faster. I want that when the Image is uploaded over the Glance Server t