Skip to content

Commit 8244a48

Browse files
authored
Correct the possible DISK_IO (io_uring) (#827)
1 parent 43ffa18 commit 8244a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/disk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -Eeuo pipefail
33

44
# Docker environment variables
55

6-
: "${DISK_IO:="native"}" # I/O Mode, can be set to 'native', 'threads' or 'io_turing'
6+
: "${DISK_IO:="native"}" # I/O Mode, can be set to 'native', 'threads' or 'io_uring'
77
: "${DISK_FMT:="raw"}" # Disk file format, 'raw' by default for best performance
88
: "${DISK_TYPE:=""}" # Device type to be used, choose "ide", "usb", "blk" or "scsi"
99
: "${DISK_FLAGS:=""}" # Specifies the options for use with the qcow2 disk format

0 commit comments

Comments
 (0)