I've ran a sysbench cpu test on VM to check performance, and both summary of proxmox, and top were showing (vcpus * 100%) load. but after trying to hotplug vcpus and RAM by API (also resized disk) maixmum load changed, as if were using only 7 of 11 cores, or 3 out of 8 and etc. not only sysbench, other processes were also acting as if "excessive" cpus weren't there. Also it normalises on VM reboot
Here are API calls that lead to that:
/api2/json/nodes/{node}/qemu/{vmid}/config -memory 15574 -vcpus 13
PUT /api2/json/nodes/{node}/qemu/{vmid}/resize -disk scsi0 -size 115G
What can cause such strange behaviour?
Here are API calls that lead to that:
/api2/json/nodes/{node}/qemu/{vmid}/config -memory 15574 -vcpus 13
PUT /api2/json/nodes/{node}/qemu/{vmid}/resize -disk scsi0 -size 115G
What can cause such strange behaviour?