From 9586367d7e5f9877314fa401a3d058adcad645ab Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 3 Jul 2020 17:16:31 +0200 Subject: [PATCH] news: Document sparse streams for block devices Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) 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