openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #03557
Re: Qemu error?
You've extended beyond my experience. Never tried open source xen. Perhaps soren has some insight here.
Vish
On Aug 16, 2011, at 5:06 PM, Joshua Harlow wrote:
> Ah, ok.
>
> So updated that.
>
> Now I get the following:
>
> 2011-08-16 16:58:33,973 DEBUG nova.utils [-] Running cmd (subprocess): sudo losetup --detach /dev/loop0 from (pid=6440) execute /home/ctoteam/nova/nova/utils.py:143
> libvir: Xen Daemon error : POST operation failed: xend_post: error from xen daemon: (xend.err "(22, 'Invalid argument')")
> 2011-08-16 16:58:35,455 ERROR nova.exception [-] Uncaught exception
> (nova.exception): TRACE: Traceback (most recent call last):
> (nova.exception): TRACE: File "/home/ctoteam/nova/nova/exception.py", line 97, in wrapped
> (nova.exception): TRACE: return f(*args, **kw)
> (nova.exception): TRACE: File "/home/ctoteam/nova/nova/virt/libvirt/connection.py", line 603, in spawn
> (nova.exception): TRACE: domain = self._create_new_domain(xml)
> (nova.exception): TRACE: File "/home/ctoteam/nova/nova/virt/libvirt/connection.py", line 1080, in _create_new_domain
> (nova.exception): TRACE: domain.createWithFlags(launch_flags)
> (nova.exception): TRACE: File "/usr/lib/python2.6/dist-packages/libvirt.py", line 475, in createWithFlags
> (nova.exception): TRACE: if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self)
> (nova.exception): TRACE: libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err "(22, 'Invalid argument')")
> (nova.exception): TRACE:
> 2011-08-16 16:58:35,459 ERROR nova.compute.manager [-] Instance '4' failed to spawn. Is virtualization enabled in the BIOS? Details: POST operation failed: xend_post: error from xen daemon: (xend.err "(22, 'Invalid argument')")
> (nova.compute.manager): TRACE: Traceback (most recent call last):
> (nova.compute.manager): TRACE: File "/home/ctoteam/nova/nova/compute/manager.py", line 329, in _run_instance
> (nova.compute.manager): TRACE: self.driver.spawn(instance, network_info, bd_mapping)
> (nova.compute.manager): TRACE: File "/home/ctoteam/nova/nova/exception.py", line 124, in wrapped
> (nova.compute.manager): TRACE: raise Error(str(e))
> (nova.compute.manager): TRACE: Error: POST operation failed: xend_post: error from xen daemon: (xend.err "(22, 'Invalid argument')")
> (nova.compute.manager): TRACE:
>
> Have u seen that?
>
> Although after this I seem to have a instance in “xm list” even though this errored?
>
> On 8/16/11 4:52 PM, "Vishvananda Ishaya" <vishvananda@xxxxxxxxx> wrote:
>
> No that is a response from glance, but it looks like it is passing a badly formed url of some sort so glance is passing back a list of api versions instead of an image. Perhaps you have a mismatch between the version of glance client on compute
>
Follow ups