@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.
@Matt V: I hacked an easy place in /usr/lib/ python2. 7/dist- packages/ nova/virt/ libvirt/ driver. py line 4720. virt_type not in ['qemu', 'kvm']: virt_type not in ['kvm']:
change
if CONF.libvirt.
IN
if CONF.libvirt.
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.