Bug 52071

Summary: Misleading Error Dialog in Partitioning
Product: [Retired] Red Hat Public Beta Reporter: Bevis King <brwk>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: roswell   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-20 10:38:00 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:

Description Bevis King 2001-08-20 09:50:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.4.2 i686)

Description of problem:
After partitioning with fdisk and then assigning names to each partition in
anaconda, if you have choosen to have seperate / and /usr partitions, on
pressing [Next] you will get an error dialog box telling you that there is
insufficent space in the root file system to install RedHat Linux and that
it needs a minimum of 250MB.  This would be true were all of /usr going
into /, but works perfectly ok if /usr is a seperate large filesystem. 
This error message discourages the good practice of having seperate
filesystems for / and /usr.
[Roswell release, AMD Athlon 800, 256MB RAM, 20GB IDE system disc]

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. fdisk a partition table such as:

	/dev/hda1     /     100MB
	/dev/hda2     swap 1024MB
	/dev/hda3     /usr 2048MB

2. Assign / to /dev/hda1, /usr to /dev/hda3 in anaconda

3. Press [Next]

Error message pops up.
	

Actual Results:  Misleading Error Message dialog popped up.  Answering
[Yes] to ignoring the error message allows the installation to continue and
complete successfully.

Expected Results:  It should have added in the space in the /usr filesystem
when calculating whether or not the installation would fit.

Additional info:

I also saw this mis-feature in the upgrade option in Wolverine - except
there, it didn't have an "ignore error" option which caused the upgrade to
abort.

Comment 1 Michael Fulbright 2001-08-20 14:56:22 UTC
100MB is barely big enough to hold all the entries (inodes) of the dev package.
You will run out pretty quickly if anything ever gets larger.

The warning existed in 7.1 as well, and we have had no complaints.  We assume an
experienced user will understand it is a warning and ignore it if they choose to.