]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention synchronous copy job additions
authorPeter Krempa <pkrempa@redhat.com>
Thu, 2 Dec 2021 16:35:05 +0000 (17:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Dec 2021 08:00:39 +0000 (09:00 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 4d690ff64bc79851961a59021ab9f22449371f88..a4252d555d81a80ef6bf259079378d93c2811214 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,18 @@ v8.0.0 (unreleased)
 
 * **New features**
 
+  * qemu: Synchronous write mode for disk copy operations
+
+    The ``blockdev-mirror`` block job supports a mode where writes from the VM
+    are synchronously propagated to the destination of the copy. This ensures
+    that the job will converge under heavy I/O.
+
+    Implement the mode for the copy blockjob as
+    ``VIR_DOMAIN_BLOCK_COPY_SYNCHRONOUS_WRITES`` flag exposed via
+    ``virsh blockcopy --synchronous-writes`` and for non-shared storage migration
+    as ``VIR_MIGRATE_NON_SHARED_SYNCHRONOUS_WRITES`` exposed via
+    ``virsh migrate --copy-storage-synchronous-writes``.
+
 * **Improvements**
 
 * **Bug fixes**