NEWS: Mention support for full backups via virDomainBackupBegin

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2021-03-18 15:14:43 +01:00
parent 272017484e
commit 218d4cf433
1 changed files with 9 additions and 0 deletions

View File

@ -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**