From 3deb1ef36217f3c039cf91f96b071e6dc931174d Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 16:50:37 +0100 Subject: [PATCH] Update disk.sh --- src/disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disk.sh b/src/disk.sh index 907ee5e..32b4760 100644 --- a/src/disk.sh +++ b/src/disk.sh @@ -4,7 +4,7 @@ set -Eeuo pipefail # Docker environment variables : "${DISK_IO:="native"}" # I/O Mode, can be set to 'native', 'threads' or 'io_turing' -: "${DISK_FMT:=""}" # Disk file format, can be set to "raw" (default) or "qcow2" +: "${DISK_FMT:=""}" # Disk file format, can be set to "raw" (default) or "qcow2" : "${DISK_FLAGS:=""}" # Specifies the options for use with the qcow2 disk format : "${DISK_CACHE:="none"}" # Caching mode, can be set to 'writeback' for better performance : "${DISK_DISCARD:="on"}" # Controls whether unmap (TRIM) commands are passed to the host.