@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.
@Matt: NUMA_VERSION = (1, 2, 7)
in line 359 in the driver.py is the minimum libvirt version definded for which the numa code is activated.
MIN_LIBVIRT_
Therfore you did not trigger the behavior with the source code installation.