[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-01 Thread Martin Mailand
The hostsystem is virtualbox, and the guest system is qemu without kvm, because virtualbox doesn't support hardware acceleration. The Problem is, that nova-compute generates an invalid xml for this combination. The offending part is vcpu placement='static'4/vcpu. This part is not accepted from

[Bug 1439280] Re: Libvirt CPU affinity error

2015-04-21 Thread Martin Mailand
@Matt V: I hacked an easy place in /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py line 4720. change if CONF.libvirt.virt_type not in ['qemu', 'kvm']: IN if CONF.libvirt.virt_type not in ['kvm']: the commit who changed the numa behavior is 945ab28. I am not sure, does qemu without

[Bug 1439280] Re: Libvirt CPU affinity error

2015-04-21 Thread Martin Mailand
@Matt: in line 359 in the driver.py is the minimum libvirt version definded for which the numa code is activated. MIN_LIBVIRT_NUMA_VERSION = (1, 2, 7) Therfore you did not trigger the behavior with the source code installation. -- You received this bug notification because you are a member of