Bug 106627 - Not possible to switch from installation to update after isntallation proposal was shown
Summary: Not possible to switch from installation to update after isntallation proposa...
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Major
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 08:44 UTC by Jiri Srain
Modified: 2005-08-23 10:51 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.