-
Bug
-
Resolution: Done-Errata
-
Undefined
-
rhel-9.4
-
libvirt-10.3.0-1.el9
-
None
-
None
-
rhel-sst-virtualization-storage
-
ssg_virtualization
-
15
-
3
-
Dev ack
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
Pass
-
Automated
-
-
10.3.0
-
None
What were you trying to do that didn't work?
Please provide the package NVR for which bug is seen:
kernel-5.14.0-413.el9.x86_64
libvirt-10.0.0-2.el9.x86_64
qemu-kvm-8.2.0-3.el9.x86_64
How reproducible:
100%
Steps to reproduce
- Prepare a running VM:
- virt-install --name rhel --memory 1024 --disk size=1 --import --osinfo rhel9.3 --noautoconsole
- Create snapshots with two branches:
- snap=s1;virsh snapshot-create-as rhel $snap --memspec /tmp/rhel_$snap
- snap=s2;virsh snapshot-create-as rhel $snap --memspec /tmp/rhel_$snap
- virsh snapshot-revert rhel s3
- snap=s3;virsh snapshot-create-as rhel $snap --memspec /tmp/rhel_$snap
- Delete the snapshot in original branch:
- virsh snapshot-delete rhel s2
- Delete the first snapshot that had multiple branches:
- virsh snapshot-delete rhel s1
- Delete the last snapshot that was not correctly updated:
- virsh snapshot-delete rhel s3
Expected results
Snapshot is deleted.
Actual results
error: Failed to delete snapshot s3
error: operation failed: snapshot VM disk source and parent disk source are not the same
- is blocked by
-
RHEL-29642 Rebase libvirt in RHEL-9.5.0
- Closed
- links to
-
RHSA-2024:130953 libvirt security update