Bug 106627

Summary: Not possible to switch from installation to update after isntallation proposal was shown
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jiri Srain <jsrain>
Component: InstallationAssignee: Jiri Srain <jsrain>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Major    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jiri Srain 2005-08-23 08:44:23 UTC
The reason is that the target map of the proposal is used. It can contain only 
the new partitions (as the rest may have been removed).
Comment 1 Jiri Srain 2005-08-23 08:45:41 UTC
Thomas, Arvin, how can I make partitioner reread all settings from the disk 
(and lose the cached changed)? 
Comment 2 Thomas Fehr 2005-08-23 08:52:59 UTC
I do not think that you really need to rescan all partitions and filesystems.
You just need to reset to the state nefore any modifications were done,
this you can get by calling Storage::ResetOndiskTarget(). It will forget all
cached changes and revert to the state just after media scan.
Comment 3 Jiri Srain 2005-08-23 10:51:37 UTC
Thanks, that helped. Done in SVN.