[Bug 1439280] Re: Libvirt CPU affinity error
Martin Mailand
martin at tuxadero.com
Tue Apr 21 13:14:50 UTC 2015
@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.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1439280
Title:
Libvirt CPU affinity error
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1439280/+subscriptions
More information about the Ubuntu-server-bugs
mailing list