Hi,

 

            I've just finished installing 2 servers (via "standard"
Kickstart files) using the RHEL5.4 install DVD. I noticed after boot
that / was almost 100% full. When I resized it, I noticed that it was
30MB smaller than I specified in the kickstart. I confirmed this on both
servers, and discoverd another LV that was 12MB smaller than specified.

 

To make sure I was really seeing this, I compared the kickstart file
used to what the /root/anaconda-ks.cfg on each server had. Here is what
I see (sorted for easy comparison):

 

My ks.cfg:

logvol / --vgname=vg00 --size=350 --name=lvol1 --fstype=ext3

logvol /opt --vgname=vg00 --size=300 --name=lvol6 --fstype=ext3

logvol /tmp --vgname=vg00 --size=320 --name=lvol5 --fstype=ext3

logvol /usr --vgname=vg00 --size=4000 --name=lvol3 --fstype=ext3

logvol /var --vgname=vg00 --size=736 --name=lvol4 --fstype=ext3

logvol swap --vgname=vg00 --size=2048 --name=lvol2 --fstype=ext3

 

anaconda-ks.cfg

#logvol / --fstype ext3 --name=lvol1 --vgname=vg00 --size=320

#logvol /opt --fstype ext3 --name=lvol6 --vgname=vg00 --size=288

#logvol /tmp --fstype ext3 --name=lvol5 --vgname=vg00 --size=320

#logvol /usr --fstype ext3 --name=lvol3 --vgname=vg00 --size=4000

#logvol /var --fstype ext3 --name=lvol4 --vgname=vg00 --size=736

#logvol swap --fstype swap --name=lvol2 --vgname=vg00 --size=2048

 

Notice that lvol1 and lvol6 are both smaller? Any ideas? I've never
noticed this before, but its possibel I just missed it in the past.

 

Thanks,

 

Kevin

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

Reply via email to