From c85d87fe8f21e7a9a49b2a3ea08a478c6b14101a Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Tue, 14 Jan 2025 16:09:40 +0100 Subject: [PATCH] NEWS: document bug fix for snapshots Signed-off-by: Pavel Hrdina Reviewed-by: Martin Kletzander --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 9f0804ec67..8dfcaac03c 100644 --- 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) =====================