Re: [openstack-dev] nova-compute vfsguestfs

2014-06-23 Thread abhishek jain
Hi Rich I'm trying to run VM from controller node onto compute node and it is stucking at spawning state.I'm able to get the libvirt.xml in /opt/stack/data/nova/instances/729482302900. on the compute node and below is the libvirt.xml file.. domain type=kvm

Re: [openstack-dev] nova-compute vfsguestfs

2014-06-18 Thread abhishek jain
Hi RIch Thanks for the reply.The libguestfs is working fine here and there are no issues regarding that on the ubuntu compute node.From the nova-compute logs on the compute node,it appears that the tap interface is not coming up on the compute node. Also in the file driver.py at the path

Re: [openstack-dev] nova-compute vfsguestfs

2014-06-17 Thread Richard W.M. Jones
On Fri, Jun 13, 2014 at 03:06:25PM +0530, abhishek jain wrote: Hi Rich Can you help me regarding the possible cause for VM stucking at spawning state on ubuntu powerpc compute node in openstack using devstack. Did you solve this one? It's impossible to debug unless you collect the full

Re: [openstack-dev] nova-compute vfsguestfs

2014-06-13 Thread abhishek jain
Hi Rich Can you help me regarding the possible cause for VM stucking at spawning state on ubuntu powerpc compute node in openstack using devstack. Thanks On Tue, Jun 10, 2014 at 10:29 PM, abhishek jain ashujain9...@gmail.com wrote: Hi Rich I'm able to solve the problem regarding PAPR in

Re: [openstack-dev] nova-compute vfsguestfs

2014-06-10 Thread abhishek jain
Hi Rich I'm able to solve the problem regarding PAPR in libguestfs on my powerpc ubuntu.By default the libguestfs was configuring pseries machine and afterwards I changed it to my original machine i.e ppce500 .The changes are performed in ./src/guestfs-internal.h file. However still my VM is

Re: [openstack-dev] nova-compute vfsguestfs

2014-06-07 Thread Richard W.M. Jones
On Tue, May 27, 2014 at 03:25:10PM +0530, abhishek jain wrote: Hi Daniel Thanks for the help. The end result of my setup is that the VM is stucking at Spawning state on my compute node whereas it is working fine on the controller node. Therefore I'm comparing nova-compute logs of both

[openstack-dev] nova-compute vfsguestfs

2014-05-27 Thread abhishek jain
Hi Below is the code to which I'm going to reffer to.. vim /opt/stack/nova/nova/virt/disk/vfs/api.py # try: LOG.debug(_(Trying to import guestfs)) importutils.import_module(guestfs)

Re: [openstack-dev] nova-compute vfsguestfs

2014-05-27 Thread Daniel P. Berrange
On Tue, May 27, 2014 at 12:04:23PM +0530, abhishek jain wrote: Hi Below is the code to which I'm going to reffer to.. vim /opt/stack/nova/nova/virt/disk/vfs/api.py # try: LOG.debug(_(Trying to import

Re: [openstack-dev] nova-compute vfsguestfs

2014-05-27 Thread abhishek jain
Hi Daniel Thanks for the help. The end result of my setup is that the VM is stucking at Spawning state on my compute node whereas it is working fine on the controller node. Therefore I'm comparing nova-compute logs of both compute node as well as controller node and trying to proceed step by