We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ffa18 commit 8244a48Copy full SHA for 8244a48
src/disk.sh
@@ -3,7 +3,7 @@ set -Eeuo pipefail
3
4
# Docker environment variables
5
6
-: "${DISK_IO:="native"}" # I/O Mode, can be set to 'native', 'threads' or 'io_turing'
+: "${DISK_IO:="native"}" # I/O Mode, can be set to 'native', 'threads' or 'io_uring'
7
: "${DISK_FMT:="raw"}" # Disk file format, 'raw' by default for best performance
8
: "${DISK_TYPE:=""}" # Device type to be used, choose "ide", "usb", "blk" or "scsi"
9
: "${DISK_FLAGS:=""}" # Specifies the options for use with the qcow2 disk format
0 commit comments