mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
NEWS: mention zero detection for non-shared-storage migration
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
332ee4931a
commit
2e29ab3269
11
NEWS.rst
11
NEWS.rst
@ -17,6 +17,17 @@ v10.9.0 (unreleased)
|
||||
|
||||
* **New features**
|
||||
|
||||
* qemu: zero block detection for non-shared-storage migration
|
||||
|
||||
Users can now request that all-zero blocks are not transferred when migrating
|
||||
non-shared disk data without actually enabling zero detection on the disk
|
||||
itself. This allows sparsifying images during migration where the source
|
||||
has no access to the allocation state of blocks at the cost of CPU overhead.
|
||||
|
||||
This feature is available via the ``--migrate-disks-detect-zeroes`` option
|
||||
for ``virsh migrate`` or ``VIR_MIGRATE_PARAM_MIGRATE_DISKS_DETECT_ZEROES_ZEROES``
|
||||
migration parameter. See the documentation for caveats.
|
||||
|
||||
* **Improvements**
|
||||
|
||||
* qemu: internal snapshot improvements
|
||||
|
Loading…
Reference in New Issue
Block a user