]> xenbits.xensource.com Git - libvirt.git/commit
qemu_snapshot: remove revertdisks when creating new snapshot
authorPavel Hrdina <phrdina@redhat.com>
Mon, 22 May 2023 12:32:35 +0000 (14:32 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 22 Aug 2023 14:06:30 +0000 (16:06 +0200)
commit1392be7092d2a1f583fd87ba09f4553a5f637497
treeaa48182db107df01be7cc8ffe2fc1d1ab0d650a2
parenta68b849c513997e5f2513ba08dbfecce7d4e096b
qemu_snapshot: remove revertdisks when creating new snapshot

When user creates a new snapshot after reverting to non-leaf snapshot we
no longer need to store the temporary overlays as they will be part of
the VM XMLs stored in the newly created snapshot.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_snapshot.c