I want to add a new 1GB disk with qm set and I want to set Async IO to native
I tried :
that did work. I'm trying to follow the doc.
--scsi[n] [file=]<volume> [,aio=<native|threads|io_uring>]
what is the correct syntax?
thanks
I tried :
Code:
qm set 703 --scsi2,aio=native MYPXSTORAGE:1
that did work. I'm trying to follow the doc.
--scsi[n] [file=]<volume> [,aio=<native|threads|io_uring>]
what is the correct syntax?
thanks