Bug 880565
Summary: | combining internal and external snapshots/checkpoints causes problems | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | EricLee <bili> | ||||
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> | ||||
Status: | CLOSED WONTFIX | QA Contact: | yisun | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 8.0 | CC: | cwei, dyuan, hhan, lhuang, lmen, meili, mzhan, xuzhang, yalzhang | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | 8.1 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-12-09 20:45:53 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 873285 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
EricLee
2012-11-27 10:52:05 UTC
Created attachment 652582 [details]
libvirtd.log of debug level.
This bug is not serious, so taged as rhel-6.5.0 ?. The problem here is the mix of internal and external snapshots: While the domain is running operations on internal snapshots must be done using qemu monitor commands. This includes deletion of a snapshot too. Mixing external snapshots here induces the problem. An external snapshot creates a separate file that is afterwards used as the disk image in qemu. This disk image does not contain the snapshots of the previous one. As the machine is running the deletion of the snapshot is attempted using the qemu monitor command that will not be able to find the snapshot as the snapshot isn't in the current image. To fix this it will be necessary to find out if we are able to touch images that are part of a active image chain and delete snapshots in them. The other option ... that is a little bit radical is to forbid mixing internal and external snapshots as it can lead to other problems too. This bug was not selected to be addressed in Red Hat Enterprise Linux 6. We will look at it again within the Red Hat Enterprise Linux 7 product. *** Bug 1175603 has been marked as a duplicate of this bug. *** This bug is going to be addressed in next major release. *** Bug 1733173 has been marked as a duplicate of this bug. *** |