From: Peter Krempa Date: Thu, 15 May 2025 08:54:18 +0000 (+0200) Subject: NEWS: Mention fix for internal snapshot reversion regression X-Git-Tag: v11.4.0-rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06805a97921faa2085cb1a218cb887182e38232;p=thirdparty%2Flibvirt.git NEWS: Mention fix for internal snapshot reversion regression Signed-off-by: Peter Krempa Reviewed-by: Jim Fehlig Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index ad8910da4c..0da3bf4d79 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,14 @@ v11.4.0 (unreleased) * **Bug fixes** + * qemu: Fix failure when reverting to internal snapshots + + A regression in ``libvirt-11.2`` and ``libvirt-11.3`` prevents reverting to + an internal snapshot. Attempts to revert would produce the following error:: + + error: operation failed: load of internal snapshot 'foo1' job failed: Device 'libvirt-1-format' is writable but does not support snapshots + + The only workaround is to avoid the broken versions. v11.3.0 (2025-05-02) ====================