Bug 1158469
| Summary: | Live Snapshot support on EL 6.6 with oVirt 3.5 now "Inactive" when "Active" on EL 6.5 | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | scott.worthington |
| Component: | ovirt-engine-core | Assignee: | bugs <bugs> |
| Status: | CLOSED DUPLICATE | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.5 | CC: | ecohen, fromani, gklein, iheim, lsurette, rbalakri, tnisan, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | virt | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-30 10:22:56 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: | |||
|
Description
scott.worthington
2014-10-29 12:59:58 UTC
This may libvirt change may have broke live snapshot: Bug 1150609 - libvirt misreport live snapshot capability https://bugzilla.redhat.com/show_bug.cgi?id=1150609 (In reply to scott.worthington from comment #1) > This may libvirt change may have broke live snapshot: > > Bug 1150609 - libvirt misreport live snapshot capability > https://bugzilla.redhat.com/show_bug.cgi?id=1150609 most likely it is. It seems you are not running patched libvirt. bugged: libvirt-0.10.2-46.el6.x86_64 patched: libvirt-0.10.2-46.el6_6.1.x86_64.rpm To check that, it is enough to follow these steps 1 on the hypervisor host, run $ virsh -r capabilities | grep -i snapshot 2 the following is output from a misbehaving libvirt: <disksnapshot default='off' toggle='no'/> <disksnapshot default='off' toggle='no'/> 3 if libvirt output does _not_ contain the 'disksnapshot' element, so if command as per #1 yields nothing, libvirt is patched. 4 lacking the disksnapshot reporting, vdsm assumes the live snapshot is working, so the Engine will allow the operation. Possibly a dup of BZ 1149460 *** This bug has been marked as a duplicate of bug 1149460 *** |