Comment 13 for bug 1439280

Revision history for this message
Martin Mailand (todin) wrote :

@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 kvm has numa support?

@Matt K: Are you certain that it applies only to ubuntu packages? The changes are made upstream.

I tested in virtualbox.