mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
272017484e
commit
218d4cf433
9
NEWS.rst
9
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**
|
||||
|
|
Loading…
Reference in New Issue