on 0.10.2:[root@host34 libvirt]# virsh nodeinfoCPU model: x86_64CPU(s): 24CPU frequency: 2200 MHzCPU socket(s): 1Core(s) per socket: 6Thread(s) per core: 1NUMA cell(s): 4Memory size: 131971020 KiB
This has made the problem even worse, as we now can only use 6 cores out of 24 by default (libvirt pins qemus to the CPUs is sees available, so we have to manually taskset them after starting).
I should check before I let my mouth run. This actually fixed the problem, we now get all 24 CPUs:
virsh # vcpuinfo 08867271-d458-43dc-8a03-807e83d107b4
VCPU: 0
CPU: 9
State: running
CPU time: 1.3s
CPU Affinity: yyyyyyyyyyyyyyyyyyyyyyyy
To give you an example from the 'broken' host (still with 0.10.2):
[root@host29 ~]# virsh vcpuinfo 17db9ebb-691b-47e1-bbf4-c9e3c1388d4f
VCPU: 0
CPU: 3
State: running
CPU time: 3103.2s
CPU Affinity: yyyyyyyyyyyy
VCPU: 1
CPU: 1
State: running
CPU time: 3460.4s
CPU Affinity: yyyyyyyyyyyy
George-Cristian Bîrzan
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list