I'm running Proxmox 7 (upgraded from 6) on a HPE Microserver Gen 8 with a Xeon E31260L. On Proxmox I'm running IPFire in a VM as my main router with VirtIO SCSI set as the controller.
Every 20 seconds or so Proxmox generates high HDD activity for a few seconds and this kills network throughput for IPFire.
As far as I can tell, the command that generates the activity is
...and that's as much as fits on the screen in iotop.
I found this out while trying to stream games to PS5 from Playstation Plus, whenever this happens the stream breaks up and the console complains of poor network, this always coincides with the server showing high HDD activity and the HDD audibly crunching. I did see my internet connection hesitating for a bit before from time to time, but put it down to wifi being crappy the way it is, but the streaming brought it out in full (and is all over cable).
Setting the SCSI controller in the VM to LSI 53C895A fixes the problem BUT (and it's a really big but) this will generate a CPU soft lockup in the VM after a week or so, so it isn't really a solution. I also tried VirtIO SCSI Single, that didn't help any.
Any ideas or help would be very appreciated.
Every 20 seconds or so Proxmox generates high HDD activity for a few seconds and this kills network throughput for IPFire.
As far as I can tell, the command that generates the activity is
Code:
kvm -id [...] -name [...] -no-shutdown -chardev socket,id=qmp,path=/var/ru~ -machine type=pc+pve0 -device virtio-rng-pci,id=rng0,bus=pci.0,addr=0x17
I found this out while trying to stream games to PS5 from Playstation Plus, whenever this happens the stream breaks up and the console complains of poor network, this always coincides with the server showing high HDD activity and the HDD audibly crunching. I did see my internet connection hesitating for a bit before from time to time, but put it down to wifi being crappy the way it is, but the streaming brought it out in full (and is all over cable).
Setting the SCSI controller in the VM to LSI 53C895A fixes the problem BUT (and it's a really big but) this will generate a CPU soft lockup in the VM after a week or so, so it isn't really a solution. I also tried VirtIO SCSI Single, that didn't help any.
Any ideas or help would be very appreciated.
Last edited: