Vanco, Don wrote:
I see nothing in Bugzilla for RHEL, but there is an entry for exactly
this error in CentOS 5.1 Bug Tracker, dated 12-11-07

Vanco, Don wrote:
Trying to install a few servers from the DVD ISO using kickstart.

No matter how I alter my partition table, anaconda is puking,
telling me it needs one more free extent than is available.

Kikstarts done in graphical mode.

Here's my KS data:
#Disk data
# Partition clearing information
clearpart --all  --drives=cciss/c0d0
# System bootloader configuration
bootloader --append="rhgb quiet" --location=mbr
--driveorder=cciss/c0d0,sda,sdb
# Clear the Master Boot Record
zerombr
#
# Disk partitioning information
part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0 #
part pv.01 --size=100000 --grow --ondisk=cciss/c0d0
volgroup VG00 pv.01
logvol swap --fstype swap --name=swap --vgname=VG00 --size=12288
logvol /home --fstype ext3 --name=home --vgname=VG00 --size=2096
logvol /tmp --fstype ext3 --name=tmp --vgname=VG00 --size=2096
logvol /usr --fstype ext3 --name=usr --vgname=VG00 --size=10240
logvol /var --fstype ext3 --name=var --vgname=VG00 --size=4096
logvol /opt/oracle --fstype ext3 --name=oracle --vgname=VG00
--size=4096 logvol / --fstype ext3 --name=root --vgname=VG00
--size=100 --grow

This worked fine on RH 4.

Am I overlooking something glaringly obvious here???

TIA
Don


_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

I think this is the same bug I reported to redhat quite soon after RHEL5 was released; it was closed with the explanation that I need to whine some more, or else it won't get fixed until RHEL6 (no, I didn't bother to raise the issue through the official channels).

https://bugzilla.redhat.com/show_bug.cgi?id=238969

--
Janne Blomqvist

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to