Hello
I have an external 8TB ssd disk, it's attached via USB and passthrough to a container.
I have been following this guide: https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
My pve config has this line for the attachment of the disk to the VM:
when I check lsusb on the host:
So it's connected to the high speed usb port, I have a qnap external raid enclosure attached to the same root hub, and those disks have no problems.
When I perform
to check the speed: I get
If I do the same test with the same disk on the host:
And the problem is that as soon as I start to use the disk and read/write it slows down until it gets unresponsive. Sometimes the console is full of IO errors because of this.
How am I supposed to attach this harddrive properly so it get decent speeds?
I have the Minisforum MS-01
I have an external 8TB ssd disk, it's attached via USB and passthrough to a container.
I have been following this guide: https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
My pve config has this line for the attachment of the disk to the VM:
scsi1: /dev/disk/by-id/ata-Samsung_SSD_870_QVO_8TB_S5SSNF0W404940V,discard=on,size=7814026584K,ssd=1
when I check lsusb on the host:
Bash:
Bus 002 Device 002: ID 174c:235c ASMedia Technology Inc. Ugreen Storage Device
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
So it's connected to the high speed usb port, I have a qnap external raid enclosure attached to the same root hub, and those disks have no problems.
When I perform
Bash:
dd if=/dev/zero of=/DATA/test1.img bs=1G count=1 oflag=dsync
1073741824 bytes (1,1 GB, 1,0 GiB) copied, 7,9529 s, 135 MB/s
If I do the same test with the same disk on the host:
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.80608 s, 383 MB/s
And the problem is that as soon as I start to use the disk and read/write it slows down until it gets unresponsive. Sometimes the console is full of IO errors because of this.
How am I supposed to attach this harddrive properly so it get decent speeds?
I have the Minisforum MS-01
Last edited: