From: Han Han Date: Wed, 26 Jul 2023 03:11:39 +0000 (+0800) Subject: docs: formatdomain: Mention the QEMU requirement for discard_no_unref X-Git-Tag: v9.6.0-rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cec8abdbacf6d0bffbe0b3ae784b341ffac4ca7;p=thirdparty%2Flibvirt.git docs: formatdomain: Mention the QEMU requirement for discard_no_unref Signed-off-by: Han Han Reviewed-by: Martin Kletzander --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 973de8dd4f..cd9cb02bf8 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3296,7 +3296,8 @@ paravirtualized driver is specified via the ``disk`` element. image. When enabled, a discard request from within the guest will mark the qcow2 cluster as zero, but will keep the reference/offset of that cluster. But it will still pass the discard further to the lower layer. - This will resolve fragmentation within the qcow2 image. :since:`Since 9.5.0` + This will resolve fragmentation within the qcow2 image. :since:`Since 9.5.0 + (QEMU 8.1)` In the majority of cases the default configuration used by the hypervisor is sufficient so modifying this setting should not be necessary. For