]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention propagation of sub-cluster allocation on snapshots and block-copy
authorPeter Krempa <pkrempa@redhat.com>
Thu, 13 Jan 2022 12:13:56 +0000 (13:13 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 13 Jan 2022 12:51:30 +0000 (13:51 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index d9fd50a06750789387d345e873b2b97ec67d49be..c6970814b1c999387d556a2c35e9e8d03874abcd 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -57,6 +57,13 @@ v8.0.0 (unreleased)
 
   * libxl: Implement the virDomainGetMessages API
 
+  * qemu: Preserve qcow2 sub-cluster allocation state after external snapshots and block-copy
+
+    The new image which is installed as an overlay on top of the current chain
+    when taking an external snapshot, or the target of a block copy operation
+    now enables sub-cluster allocation (``extended_l2``) if the original
+    image has the option enabled.
+
 * **Bug fixes**
 
   * qemu: Fix device hot-unplug with ``libvirt-7.9`` or ``libvirt-7.10`` used with ``qemu-6.2``