From: Peter Krempa Date: Thu, 27 Feb 2020 08:38:06 +0000 (+0100) Subject: news: Document recent storage improvements X-Git-Tag: v6.1.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0907316dd34b3266bf5e8d766e659e15742da5;p=thirdparty%2Flibvirt.git news: Document recent storage improvements Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/docs/news.xml b/docs/news.xml index f69c9c4780..cdcf450b48 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -113,8 +113,31 @@ exposes the same capability to libvirt users. + + + qemu: Storage configuration improvements + + + Libvirt now accepts <backingStore type='volume'> + and allows specifying the offset and size of the image format + container inside the storage source via the <slices> + subelement. + +
+ + + qemu: Image format probing is allowed in certain cases + + + To resolve regressions when users didn't specify the backing image + format in the overlay, libvirt now probes the format in certain + secure scenarios which fixes a few common existing cases. Additionally + the knowledge base was extended to provide more information on how + to rectify the problem. + +