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-08-24 15:16:43 +02:00
parent fd6b531cb2
commit 9586367d7e
+5
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