Hi there,
I have 2 servers hosting proxmox 9.1.5. They are independent. One is an older R730 with spinning HDDs, and the other is a newer R740 with SSDs. Config info below. I am doing some testing as I've just installed the R740, and I am running a single debian plasma VM on each. The R730 performs 'fine' a bit sluggish but definitely workable. The R740 is very slow. Dragging a window around takes several seconds before it moves.
I ran 'top', and noticed that the R740 has the 'kvm' process using somewhere between 80-150% of CPU, whereas the R730 is around <5%.
top command on R740:

top command on R730:

I suspect there is some software issue that's causing this, but I'm not sure where to start. The proxmox hosts are configured similarly (same proxmox version at least). The R740 should be at least as performant as the R730 given the CPUs I have in each machine. RAM is similar in both hosts. Both hosts are using HBA330 HBAs, but the R740 is using SSDs.
I have 2 servers hosting proxmox 9.1.5. They are independent. One is an older R730 with spinning HDDs, and the other is a newer R740 with SSDs. Config info below. I am doing some testing as I've just installed the R740, and I am running a single debian plasma VM on each. The R730 performs 'fine' a bit sluggish but definitely workable. The R740 is very slow. Dragging a window around takes several seconds before it moves.
I ran 'top', and noticed that the R740 has the 'kvm' process using somewhere between 80-150% of CPU, whereas the R730 is around <5%.
top command on R740:

top command on R730:

Code:
root@R740:~# qm config 101
boot: order=scsi0;net0
cores: 10
cpu: x86-64-v2-AES
memory: 64000
meta: creation-qemu=10.1.2,ctime=1771546753
name: DebianPlasma2
net0: virtio=BC:24:11:64:B8:82,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: VM_Storage:101/vm-101-disk-0.qcow2,iothread=1,size=500G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=2288a108-a4cf-4565-8e2e-07b13fa2c2ab
sockets: 1
vga: std,memory=512
vmgenid: 5e5ee4ff-2c24-4893-8322-5c4b35b7bc4d
Code:
root@proxmox:~# qm config 102
boot: order=scsi0;scsi2
cores: 10
cpu: x86-64-v2-AES
memory: 32000
meta: creation-qemu=9.2.0,ctime=1764540148
name: debianplasma
net0: virtio=BC:24:11:4E:53:4F,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: VM_Storage:102/vm-102-disk-0.qcow2,iothread=1,size=500G,ssd=1
scsi2: VM_Storage:102/vm-102-disk-1.qcow2,iothread=1,size=500G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=94bd9b00-1668-434b-9131-505964c38ed2
sockets: 1
unused0: Main_Storage_Pool:vm-102-disk-0
vga: std,memory=512
virtiofs0: testmap
vmgenid: 2b7ebf06-22a1-4fe2-995b-2c2ea9abb552
I suspect there is some software issue that's causing this, but I'm not sure where to start. The proxmox hosts are configured similarly (same proxmox version at least). The R740 should be at least as performant as the R730 given the CPUs I have in each machine. RAM is similar in both hosts. Both hosts are using HBA330 HBAs, but the R740 is using SSDs.