Bug 507038
Summary: | RFE: please allow "rollback" recovery after failed operation | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karel Volný <kvolny> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | anaconda-maint-list, pjones, rmaximo, vanmeeuwen+fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-06 15:17:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Karel Volný
2009-06-19 22:51:57 UTC
When you hit a traceback that results in seeing the main exn dialog, you're at a point where it's basically impossible to continue in any useful way. This dialog is the top-level exception handler in anaconda, so you're all the way back up the call stack and there's not a way to come back down to resume from where the traceback happened. So if there's a specific traceback you are seeing, then we need to address those so they're no longer hitting you. If you're hitting some other error dialog and you don't have a way to go back, let us know what the dialogs are and we can look at whether or not it's possible to recover. But in the generic case, there's not really a way to do it. |