From: Michal Privoznik Date: Fri, 3 Jul 2020 15:16:31 +0000 (+0200) Subject: news: Document sparse streams for block devices X-Git-Tag: v6.7.0-rc1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9586367d7e5f9877314fa401a3d058adcad645ab;p=thirdparty%2Flibvirt.git news: Document sparse streams for block devices Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index 0669051ee6..d92714c29b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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