passthrough sata disks to vm

qm set vmid  -scsi1 /dev/disk/by-id/ata-TOSHIBA_MQ04ABF100_41CFTEZDT

to find disks and serial number

find /dev/disk/by-id/ -type l|xargs -I{} ls -l {}|grep -v -E '[0-9]$' |sort -k11|cut -d' ' -f9,10,11,12