Bug 239202

Summary: "root filesystem not large enough" checked too late
Product: [Fedora] Fedora Reporter: Petr Machata <pmachata>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mnewsome
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-07 18:47:06 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:
Bug Depends On:    
Bug Blocks: 224205    

Description Petr Machata 2007-05-06 01:29:56 UTC
Description of problem:
During the installation from live CD, following message is reported:
 """The root filesystem you created is not large enough for this live image."""

That makes sense, as the machine that I'm installing on has very limited
resources, but:
 a) I'd like to know what is "large enough".
 b) I'd like to know that it isn't large enough before there is too late to
change the setting.  By the time this gets reported, it's no longer possible to
get back to the partitioning screen, presumably because I decided to use the
swap immediately (only 180MB of memory on this box).

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

How reproducible:
Always.

Steps to Reproduce:
1. Partition the disk in such a way that not enough space is available on /.
(This was ~900MB in my case.)
2. Have too little memory, so that swap is immediately turned on (maybe this
step isn't necessary).
3. Continue installation process.  The message appears after the root password
screen.
  
Actual results:
As described.

Expected results:
As described.

Additional info:
No.

Comment 1 Jeremy Katz 2007-05-07 18:47:06 UTC
Without large invasive changes to anaconda, this was the only place we could
really slot the check in.  And yes, you only can't go back due to early swap.



Comment 2 Petr Machata 2007-05-07 19:08:48 UTC
Ok.  Any chance of at least mentioning required "large enough" size in the dialog?

Comment 3 Jeremy Katz 2007-05-07 19:16:22 UTC
(In reply to comment #2)
> Ok.  Any chance of at least mentioning required "large enough" size in the dialog?

That would break every translation, which isn't really appropriate.  We've
already been bad enough about late string changes.