How to pass drives directly to a vm
Open a shell in the web interface
- Determine which disks to pass
ls -l /dev/disk/by-id/
- Assign the disk to the vm specifying the bus, index, and drive id
qm set <VM_NUM> -<BUS_TYPE><INDEX/NUMBER> /dev/disk/by-id/<DISK_ID>,serial=<CREATED_SERIAL>