From 0604b9e627168b4a08bfb2e2fa720512f32608b9 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 10 Jan 2020 12:28:19 +0100 Subject: [PATCH] news: Mention problems with backing image format probing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. + +