]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document recent storage improvements v6.1.0-rc2
authorPeter Krempa <pkrempa@redhat.com>
Thu, 27 Feb 2020 08:38:06 +0000 (09:38 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 27 Feb 2020 11:06:25 +0000 (12:06 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/news.xml

index f69c9c4780e3e5b89f77cb1d05d02255fcef85da..cdcf450b48d5c3bda6bd72b50de52d164a4804e6 100644 (file)
           exposes the same capability to libvirt users.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Storage configuration improvements
+        </summary>
+        <description>
+          Libvirt now accepts <code>&lt;backingStore type='volume'&gt;</code>
+          and allows specifying the offset and size of the image format
+          container inside the storage source via the <code>&lt;slices&gt;</code>
+          subelement.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Image format probing is allowed in certain cases
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>