How to pass drives directly to a vm#

Open a shell in the web interface#

  1. Determine which disks to pass
1
ls -l /dev/disk/by-id/
  1. Assign the disk to the vm specifying the bus, index, and drive id
1
qm set <VM_NUM> -<BUS_TYPE><INDEX/NUMBER> /dev/disk/by-id/<DISK_ID>,serial=<CREATED_SERIAL>