Hi,
I was trying to set physical sector for the virtual disks. I see in the documentation I can use:
But I have an error when the vm starts:
kvm: -drive file=/dev/zvol/tank/datas/vm-450208-disk-0,if=none,id=drive-scsi3,secs=4096,discard=on,format=raw,cache=none,aio=io_uring,detect-zeroes=unmap: Block format 'raw' does not support the option 'secs'
TASK ERROR: start failed: QEMU exited with code 1
Is it there a way to present disk with 4k physical and logical sector to a VM running on a ZVOL?
thanks
I was trying to set physical sector for the virtual disks. I see in the documentation I can use:
secs=<integer>
Force the drive’s physical geometry to have a specific sector count.
But I have an error when the vm starts:
kvm: -drive file=/dev/zvol/tank/datas/vm-450208-disk-0,if=none,id=drive-scsi3,secs=4096,discard=on,format=raw,cache=none,aio=io_uring,detect-zeroes=unmap: Block format 'raw' does not support the option 'secs'
TASK ERROR: start failed: QEMU exited with code 1
Is it there a way to present disk with 4k physical and logical sector to a VM running on a ZVOL?
thanks