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">
7210aa10-6c98-
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 /opt/sta
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
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
wrote:
> Hi Rich
>
> I'm able to solve the problem regarding PAPR in libguestfs on my pow
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 stuc
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
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 step.
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 imp