Bug 54115

Summary: Disk partitioning w/ Kickstart does not work
Product: [Retired] Red Hat Public Beta Reporter: Need Real Name <alfw>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE 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-09-27 17:18:31 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 Need Real Name 2001-09-27 17:18:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.2.17-14 i686)

Description of problem:
I have installed a machine from Roswell CDs just fine. I then took the
generated kickstart config file (in /root/), added my usual stuff to the
%post section and tried a Kickstart install of the very same machine. The
error popping up is:

Could not allocate requested partitions:
Partitioning failed: Could not allocate
partitions.

Here is the section from my ks.cfg file which is disk related:

zerombr yes
clearpart --all
part /               --fstype ext3 --size 2048
part swap                          --size 2048
part /var            --fstype ext3 --size 1024
part /usr/vice/cache --fstype ext3 --size 1024
part /tmp            --fstype ext3 --grow

There are no more information on the other virtual console windows.


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


How reproducible:
Always

Steps to Reproduce:
1. make a ks.cfg with above mentioned disk partition schema
2. start Kickstart (I am using PXE and DHCP)
3.
	

Actual Results:  A window with above mentioned disk partition error pops
up.

Expected Results:  It should just partition the disk.

Additional info:

Comment 1 Jeremy Katz 2001-09-27 18:29:10 UTC
Specify a base size for the /tmp partition to grow from and it will work.  Dupe
of something else, current CVS gives a better error for this case

Comment 2 Need Real Name 2001-09-27 19:01:20 UTC
Ok, that works.
I would like to resubmit this as a documentation bug!
-- Alf.