|
Bugzilla – Full Text Bug Listing |
| Summary: | installation continues despite image deploy failure | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Ludwig Nussel <lnussel> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P2 - High | ||
| Version: | Factory | ||
| Target Milestone: | RC 1 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
- Handling errors while deploying images, installation will abort (bnc #444209). - 2.17.33 |
ImageInstallation.ycp: 578: if (DeployImage (img, target) == nil) { 579: aborted = true; However, _DeployImage (called by DeployImage) returns false in the error case so nil != false and the error is not detected. Therefore installation continues even if there were problems with image deployment.