]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention support for full backups via virDomainBackupBegin
authorPeter Krempa <pkrempa@redhat.com>
Thu, 18 Mar 2021 14:14:43 +0000 (15:14 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 19 Mar 2021 15:41:39 +0000 (16:41 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 9d819a3cf2a46a41c76e7f7762653d6705d1f03e..2142cbd21ed82a0f28784b320b697fb398c169ac 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -24,6 +24,15 @@ v7.2.0 (unreleased)
     The memory dirty rate stats can be obtained through ``virsh domstats
     --dirtyrate`` via the virConnectGetAllDomainStats API.
 
+  * qemu: Full disk backups via ``virDomainBackupBegin``
+
+    The qemu hypervisor driver now allows taking full disk backups via the
+    ``virDomainBackupBegin`` API and the corresponding virsh wrapper.
+
+    In future releases the feature will be extended to also support incremental
+    backups (where only the difference since the last backup is copied) when
+    qemu adds the required functionality.
+
 * **Improvements**
 
 * **Bug fixes**