From: Peter Krempa Date: Wed, 25 Aug 2021 09:50:07 +0000 (+0200) Subject: NEWS: Mention bug with incorrect format recorded for qcow2+luks overlays X-Git-Tag: v7.7.0-rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d53eb590f900f4fdbe8ac741ffdd255c8228c3a;p=thirdparty%2Flibvirt.git NEWS: Mention bug with incorrect format recorded for qcow2+luks overlays Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 1af934e068..1814668160 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -59,6 +59,14 @@ v7.7.0 (unreleased) pool when built without numactl. This is now fixed and the pool can be allocated/reported on properly. + * qemu: Record proper ``backing`` format for overlays of qcow2+luks images + + Libvirt would record ``luks`` instead of ``qcow2`` into the metadata. In + practice this is a problem only when inspecting images manually via + ``qemu-img`` as with libvirt users must use full specification of the + backing chain in the domain XML which supersedes information recorded in + the image metadata. + v7.6.0 (2021-08-02) ===================