Bug 14553
Summary: | Subtile bug causing stacktrace | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Hans de Goede <hdegoede> | ||||
Component: | anaconda | Assignee: | Michael Fulbright <msf> | ||||
Status: | CLOSED WONTFIX | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 7.1 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | Winston rc1 | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2000-07-31 20:57:18 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: | |||||||
Attachments: |
|
Description
Hans de Goede
2000-07-24 20:19:37 UTC
Created attachment 1492 [details]
stacktrace
This defect is considered MUST-FIX for Winston Release-Candidate #1 This should work if you get your space setup properly before you get to the 'not enough space screen'. Trying to enable/disable swap many times is going to break. Why? I don't see what is the problem, granted disabling swap on back is ugly, so keep a few global vars (one per partition) if swap is on on that partition, maybe this info is even somewhere in proc. If swap is in use and someone decides to change the partition table the sync will fail, this should bring up a you need to reboot screen, I guess this is already there, otherwise I forsee big problems with hd installs. Please note that I did not go al the way up to the not enough free diskspace message, immediatly after the swap is needed now screen I went back, since I changed my mind and wanted a custom install so the problem track is: -Standard workstation install -partition -low on memory need to enable swap now -hmm I changed my mind go back and select custom -partitiom -low on memory message -BOOM So the problem is that the swap space status is remembered seperate for an custom and a workstation install, going back and forward 100 times in just install method works fine. |