Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-04 Thread Vaze, Mandar
!!! Thanks Rohit !!! Thanks Vish !! -Mandar From: Vaze, Mandar Sent: Wednesday, April 04, 2012 4:41 PM To: openstack@lists.launchpad.net Cc: 'vishvana...@gmail.com' Subject: RE: [Openstack] Instance fails to spawn when instance_path is nfs mounted All, On the link given below vish

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-04 Thread Yong Sheng Gong
n your way.-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: Diego Parrilla Santamaría From: "Vaze, Mandar" Sent by: openstack-bounces+gongysh=cn.ibm@lists.launchpad.netDate: 04/04/2012 06:43PMCc: "openstack@lists.launchpad.net" Subject: Re: [Openstack

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-04 Thread Vaze, Mandar
et [mailto:openstack-bounces+mandar.vaze=vertex.co...@lists.launchpad.net] On Behalf Of Mandar Vaze / ????? ??? Sent: Tuesday, April 03, 2012 10:14 PM To: openstack@lists.launchpad.net Subject: [Openstack] Instance fails to spawn when instance_path is nfs mounted I saw an old question post

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-04 Thread Yong Sheng Gong
m: "Vaze, Mandar" Sent by: openstack-bounces+gongysh=cn.ibm@lists.launchpad.netDate: 04/04/2012 06:28PMCc: "openstack@lists.launchpad.net" Subject: Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted> I had a problem like this when the umask was lo

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-04 Thread Vaze, Mandar
Ø Check if not only root can write on the nfs share (specially libvirt user). It doesn’t look like permissions issue to me. Just to be doubly sure, I “touched” a file, in that folder, edited and deleted the file. All operations worked w/o error. As I have listed below, several files got created

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-04 Thread Vaze, Mandar
> I had a problem like this when the umask was locked down. Setting the umask > to 022 in the init script for nova-compute solved my problem. I'm running from devstack setup - so I don't have an init-script. All the processes run in a "screen" session. Here is what I did : 1. Stopped nova-comp

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-03 Thread Nathanael Burton
I had a problem like this when the umask was locked down. Setting the umask to 022 in the init script for nova-compute solved my problem. On Tue, Apr 3, 2012 at 1:56 PM, Diego Parrilla Santamaría wrote: > We use nfs backed instances a lot, and this problem normally has to do with > wrong permiss

Re: [Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-03 Thread Diego Parrilla Santamaría
We use nfs backed instances a lot, and this problem normally has to do with wrong permission management in your filer and/or client. Check if not only root can write on the nfs share (specially libvirt user). Diego -- Diego Parrilla *CEO* *www.stackops.com | * diego.par

[Openstack] Instance fails to spawn when instance_path is nfs mounted

2012-04-03 Thread Mandar Vaze / मंदार वझे
I saw an old question posted here : https://answers.launchpad.net/nova/+question/164689 But I am not trying live migration. I have nfs mounted instances_path - so when I try to spawn an instance I run into the above errors. Especially following : File "/usr/lib/python2.7/dist-packages/libvirt.py