]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-doc.texi
qcow2: Add falloc and full preallocation option
[mirror_qemu.git] / qemu-doc.texi
index 1f289d6a08349cbddc2fab51c36726c545b7f384..ef3be72ae27368e1d61aa5785bbe11962e028c78 100644 (file)
@@ -584,9 +584,11 @@ sizes can improve the image file size whereas larger cluster sizes generally
 provide better performance.
 
 @item preallocation
-Preallocation mode (allowed values: off, metadata). An image with preallocated
-metadata is initially larger but can improve performance when the image needs
-to grow.
+Preallocation mode (allowed values: @code{off}, @code{metadata}, @code{falloc},
+@code{full}). An image with preallocated metadata is initially larger but can
+improve performance when the image needs to grow. @code{falloc} and @code{full}
+preallocations are like the same options of @code{raw} format, but sets up
+metadata also.
 
 @item lazy_refcounts
 If this option is set to @code{on}, reference count updates are postponed with