Bug 444209

Summary: installation continues despite image deploy failure
Product: [openSUSE] openSUSE 11.1 Reporter: Ludwig Nussel <lnussel>
Component: YaST2Assignee: 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: ---

Description Ludwig Nussel 2008-11-12 15:16:29 UTC
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.
Comment 1 Lukas Ocilka 2008-11-13 10:37:06 UTC
- Handling errors while deploying images, installation will abort
  (bnc #444209).
- 2.17.33