Bug 1323629
Summary: | [Docs][VMM][Tech] Document Live Merge recovery mechanism | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ala Hino <ahino> |
Component: | Documentation | Assignee: | Emma Heftman <eheftman> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Byron Gravenorst <bgraveno> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0.0 | CC: | acanan, adahms, ahino, amureini, bazil89, gwatson, lbopf, lsurette, michal.skrivanek, mkalinin, mst, rbalakri, srevivo, tnisan, ykaul, ylavi, zdover |
Target Milestone: | ovirt-4.1.3 | Keywords: | EasyFix |
Target Release: | --- | Flags: | eheftman:
needinfo-
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Failures during live merge
Consequence:
Volume may be deleted from chain but engine fails to see that, i.e. volume still appear in the engine but its state is ILLEGAL and, the volume cannot be removed
Fix:
Allow the user to delete ILLEGAL volume by attempting live merge again
Result:
ILLEGAL volume is removed
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-18 11:47:53 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Docs | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ala Hino
2016-04-04 09:54:28 UTC
Not sure what this BZ is about - fixing something in the flow, or documenting the behavior? Fixing something in the flow (In reply to Ala Hino from comment #2) > Fixing something in the flow My bad - this is for doc purposes (In reply to Ala Hino from comment #3) > (In reply to Ala Hino from comment #2) > > Fixing something in the flow > > My bad - this is for doc purposes Ack. Moving to the proper team and resetting the assignee to the default assignee. Ala, please provide the relevant information so one of the technical writers can pick it up and update the documentation correctly. virt is not the correct team;-) (In reply to Michal Skrivanek from comment #5) > virt is not the correct team;-) PgDn instead of PgUp ;-) my apologies. In addition to Doc Text, following info might be helpful: The guiding principle is here is simple. Assume you have a chain A<-B<-C, where A is the base and C is the active volume, and assume you want to remove snapshot A, which means you'll be pushing data from B into A, and eventually removing B (yes, this can be counter-intuitive at first, but remember that removing A actually means that you are willing to lose the ability to revert back in time to the A snapshot). At the moment you begin this merge operation, A will illegal, as it will no longer represent a consistent point in time, but the chain, as a whole, is still completely intact. In other words, you can safely run a VM on it, but cannot revert back to A's state. Under this logic, it does not matter how many times you stop and restart the live merge process, it can pick up where it left (more-or-less, sans some overhead), and complete eventually - and this is also the guideline to the field in 3.6.z. Have a failed live merge? Fix the underlying problem (e.g., failed host or inaccessible storage device) and retry. oVirt 4.0 Alpha has been released, moving to oVirt 4.0 Beta target. *** Bug 1342681 has been marked as a duplicate of this bug. *** Moving back to NEW to be reassigned as resources allow. Assigning to Emma for review. Emma, looks like we just need to add the note suggested in comment 20. We don't really refer to 'Live Merge' as a concept, because it's an underlying operation when you delete a snapshot on a running virtual machine. I think the following two locations would be the most suitable for this information: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html-single/technical_reference/#Snapshot_Deletion https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html-single/virtual_machine_management_guide/#Deleting_a_snapshot The updated documentation is available on the Customer Portal: Technical Guide: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html-single/technical_reference/#Snapshot_Deletion Virtual Machine Management Guide: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/virtual_machine_management_guide/sect-snapshots |