Following advice a long time ago, I have a couple of VM accessing disks in passthru mode:
	
	
	
		
The first four are a RAID array and their reshape performance in the VM has been terrible. I am wondering something. These are all SATA disks but I am using the 
				
			
		Code:
	
	qm set 117 -scsi1 /dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_Y1X0A26JFJDH
qm set 117 -scsi2 /dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_Z1B0A02KFJDH
qm set 117 -scsi5 /dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_62X0A100FJDH
qm set 117 -scsi4 /dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_62X0A0Q9FJDH
qm set 106 -scsi1 /dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WMC4M1334155-scsi switch and not a -sata switch. Could this be impacting in performance in the VM? 
	 
	 
 
		