news: Document sparse streams for block devices

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Michal Privoznik 2020-07-03 17:16:31 +02:00
parent fd6b531cb2
commit 9586367d7e

View File

@ -15,6 +15,11 @@ v6.7.0 (unreleased)
* **Improvements**
* Allow sparse streams for block devices
Sparse streams (e.g. ``virsh vol-download --sparse`` or ``virsh vol-upload
--sparse``) now handle if one of the stream ends is a block device.
* **Bug fixes**
* virdevmapper: Deal with kernels without DM support