From: Peter Krempa Date: Fri, 10 Jan 2020 11:28:19 +0000 (+0100) Subject: news: Mention problems with backing image format probing X-Git-Tag: v6.0.0-rc2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0604b9e627168b4a08bfb2e2fa720512f32608b9;p=thirdparty%2Flibvirt.git news: Mention problems with backing image format probing Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/news.xml b/docs/news.xml index 1af57f8af0..4f1bea4fb5 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -88,6 +88,19 @@
+ + + qemu: Report error if backing image format is not specified explicitly + + + For a long time libvirt was assuming that a backing file is RAW when + the format was not specified. This didn't pose a problem until blockdev + support was enabled in last release. Libivrt now requires that + the format is specified in the image metadata or domain XML and the + VM will refuse to start otherwise. Additionally the error message + now links to the knowledge base which summarizes how to fix the images. + +