]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make LXC / UML drivers robust against NUMA topology brokenness
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 13 Aug 2009 10:56:31 +0000 (11:56 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 13 Aug 2009 11:11:41 +0000 (12:11 +0100)
commit19bac57b26c2d46ac8a7601158f210f34acdceac
treea7a619fe50d05a3c0184c652a661ffe46e21931e
parent43b38519756a3d8dea21c895734d7707725c1486
Make LXC / UML drivers robust against NUMA topology brokenness

Some kernel versions expose broken NUMA topology for some machines.
This causes the LXC/UML drivers to fail to start. QEMU driver was
already fixed for this problem

* src/lxc_conf.c: Log and ignore failure to populate NUMA info
* src/uml_conf.c: Log and ignore failure to populate NUMA info
* src/capabilities.c: Reset nnumaCell to 0 after freeing
src/capabilities.c
src/lxc_conf.c
src/uml_conf.c