]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: document bug fix for snapshots
authorPavel Hrdina <phrdina@redhat.com>
Tue, 14 Jan 2025 15:09:40 +0000 (16:09 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 14 Jan 2025 15:10:20 +0000 (16:10 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index 9f0804ec67ff5cf54b0fd55e5fd34a936ff08701..8dfcaac03c18028a910618fbf3a531e6ccb01a83 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -42,6 +42,13 @@ v11.0.0 (unreleased)
     Fix a possible crash when starting a transient domain which was
     introduced in the previous release.
 
+  * qemu: Fix snapshot to not delete disk image with internal snapshot
+
+    When a VM has internal snapshot that is parent to external snapshot and user
+    reverts to the internal snapshot and deletes the external snapshot libvirt
+    would delete the disk image containing the internal snapshot. This would
+    result in data loss.
+
 
 v10.10.0 (2024-12-02)
 =====================