]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Mention problems with backing image format probing
authorPeter Krempa <pkrempa@redhat.com>
Fri, 10 Jan 2020 11:28:19 +0000 (12:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Jan 2020 11:49:03 +0000 (12:49 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/news.xml

index 1af57f8af0f3f4ec678aca4a309849f9c21681e8..4f1bea4fb59b6bd0e0f0ae15a47e8f2ef7c5c3b5 100644 (file)
       </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          qemu: Report error if backing image format is not specified explicitly
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>