 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Wg-openstack] Oracle VM with Nova/libvirtd/libguestfs
 Just to fill in a bit more in case anyone else hits this problem.In my setup I was bind mounting /var/lib/nova into my nova_compute container. However there was also a volume reference in the nova_data container to"/var/lib/nova/instances", preventing visibility of this path from the host and thus blocking libguestfs from inspecting the qcow2 image. When I removed this volume reference from the data container, libguestfs was able to see the image and libvirt proceeded to create the vm. --Mark On 01/13/2016 01:13 PM, Joao Martins wrote: On 01/13/2016 12:42 PM, Anthony PERARD wrote:Hi Mark, On Tue, Jan 12, 2016 at 05:45:11PM +0000, Mark Duggan wrote:The system I'm using the following xen pkg versions: xen-4.4.4-65.el6.x86_64 With the following libvirt pkg versions: libvirt-1.2.14-4.el6.x86_64Those packages might missing a few patches, but I think are for stability. List is here: http://wiki.xen.org/wiki?title=OpenStack_CI_Loop_for_Xen-Libvirt&oldid=15162#Baseline Or those patches might already be included in the package.Those patches are included already in package.I'm running a Kilo nova_compute as a docker container, directly on my my OVM/Xen instance. Libvirtd is running natively on OVM. So, what I'm seeing is that when I try to create a VM from nova with something like: "docker-ostk nova boot --image cirros1 --flavor m1small manual20" The process gets as far as a libvirt talking to libguestfs but it seems to get into trouble before requesting xl to instantiate the vm. Here's a snip from the nova_compute logs:[...] _______________________________________________ Wg-openstack mailing list Wg-openstack@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/wg-openstack 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |