]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document sparse streams for block devices
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 3 Jul 2020 15:16:31 +0000 (17:16 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 24 Aug 2020 13:16:43 +0000 (15:16 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index 0669051ee68736c971b2314fc0d6845067896d31..d92714c29b884182a78fb3b617713f44a4eb8510 100644 (file)
--- 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