From 8244a48511c31d766ffeb49dc942f5680b8692b0 Mon Sep 17 00:00:00 2001 From: xrh0905 <1014930533@qq.com> Date: Sun, 6 Oct 2024 22:26:35 +0800 Subject: [PATCH] Correct the possible DISK_IO (io_uring) (#827) --- src/disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disk.sh b/src/disk.sh index 3c81f10..94ea44c 100644 --- a/src/disk.sh +++ b/src/disk.sh @@ -3,7 +3,7 @@ set -Eeuo pipefail # Docker environment variables -: "${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' : "${DISK_FMT:="raw"}" # Disk file format, 'raw' by default for best performance : "${DISK_TYPE:=""}" # Device type to be used, choose "ide", "usb", "blk" or "scsi" : "${DISK_FLAGS:=""}" # Specifies the options for use with the qcow2 disk format