On a Thursday in 2020, Peter Krempa wrote:
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/news.xml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index f69c9c4780..0b67c4dcc2 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -113,8 +113,31 @@
exposes the same capability to libvirt users.
</description>
</change>
+ <change>
+ <summary>
+ qemu: Storage configuration improvements
+ </summary>
+ <description>
+ Libvirt now accepts <code><backingStore
type='volume'></code>
+ and allows to specify the offset and size of the image format
s/to specify/specifying/
+ container inside of the storage source via the
<code><slices></code>
/inside of the/inside the/
+ 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
overlay, libvirt
+ secure scenarios which fixes few common existing cases.
Additionally
s/few/a few/
+ the knowledge base was extended to provide more information
how
s/how/on how/
+ to rectify the problem.
+ </description>
+ </change>
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano