Re: [Openstack] Openstack Digest, Vol 28, Issue 10

2015-10-10 Thread Khushbu Parakh
The state_path of the compute nodes are different. That is on the original compute node the state_path in nova.conf is /disk1/nova and on the compute node on which it is trying to migrate it is /home/nova/. I have set the SSH passwordless authentication on both the compute nodes. How can I reso

Re: [Openstack] Instance resize error

2015-10-10 Thread Priyanka
No the state_path on both the nodes is not same. for one it is /disk1/nova for the second compute node it is /home/nova. Thanks, Priyanka On Saturday 10 October 2015 02:41 PM, Ignazio Cassano wrote: It is very strange. Check nova.conf on both nodes to verify the instance path is the same. Are

Re: [Openstack] Instance resize error

2015-10-10 Thread Ignazio Cassano
It is very strange. Check nova.conf on both nodes to verify the instance path is the same. Are you resizing an istance with a cinder volume or with ephemeral storage ? I found another configuration issue when try to resize an instance with a volume: libvirt chanche the ownership of the volume file.

Re: [Openstack] Instance resize error

2015-10-10 Thread Priyanka
Yes, did the key exchange for nova user. Thanks, Priyanka On Saturday 10 October 2015 02:14 PM, Ignazio Cassano wrote: Ssh key exchange must me done for user nova and not for user eoot Il giorno 10/ott/2015 10:14, "Priyanka" > ha scritto: Hi, I am faci

Re: [Openstack] Instance resize error

2015-10-10 Thread Ignazio Cassano
Ssh key exchange must me done for user nova and not for user eoot Il giorno 10/ott/2015 10:14, "Priyanka" ha scritto: > Hi, > > I am facing the following issue while resizing a VM on a multi node > openstack juno setup. > > {"message": "Unexpected error while running command.

Re: [Openstack] Instance resize error

2015-10-10 Thread Priyanka
Yes, the nova directory in both the compute nodes is owned by nova user. Am I facing the issue because of the different state_paths? Because it is trying to make a /disk1/nova directory on the second compute node but there the state_path is /home/nova on which is owned by the nova user. Thanks

Re: [Openstack] Instance resize error

2015-10-10 Thread Ritesh Nanda
Make sure permission on the directory is correct , it should be owned by nova user. Regards, Ritesh Sent from my iPhone > On Oct 10, 2015, at 12:59 AM, Priyanka wrote: > > Hi, > > I am facing the following issue while resizing a VM on a multi node openstack > juno setup. > > {"message":

[Openstack] Instance resize error

2015-10-10 Thread Priyanka
Hi, I am facing the following issue while resizing a VM on a multi node openstack juno setup. |{"message": "Unexpected error while running command. | | | Command: ssh 10.129.2.102 mkdir -p /disk1/nova/instances