[ale] LVM --grow option

Brandon Colbert colbert.brandon at gmail.com
Tue Mar 31 18:49:02 EDT 2009


Will try it tomorrow.

2009/3/31 Jim Kinney <jim.kinney at gmail.com>

> One of the things I see in both your ks and the bug posters ks is both
> are trying to grow 2 partitions on the same LVVG. You can only allow
> one partition to fill the VG. It's like a race condition but for
> sectors. Drop the --grow from the swap partition and try again.
>
> 2009/3/31 Brandon Colbert <colbert.brandon at gmail.com>:
> > Does anyone know a work around for the Kickstart LVM --grow option
> problem?
> > https://bugzilla.redhat.com/show_bug.cgi?id=238969
> >
> > Copy of my Kickstart file:
> >
> > zerombr
> > bootloader --location=mbr --driveorder=sda --append="elevator=cfq"
> > clearpart --all --initlabel
> > part /boot --fstype ext3 --size=100
> > #part swap --fstype swap --size=4048 --grow --maxsize=16000
> > part pv.1 --size=100 --grow
> > volgroup VolGroup00 pv.1
> > logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=4048
> > --maxsize=16000 --grow
> > logvol /usr --fstype ext3 --name=LogVol04 --vgname=VolGroup00
> --size=11000
> > logvol /home --fstype ext3 --name=LogVol05 --vgname=VolGroup00
> --size=1048
> > --grow
> > logvol /tmp --fstype ext3 --name=LogVol03 --vgname=VolGroup00 --size=6000
> > logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=6000
> > logvol /var --fstype ext3 --name=LogVol02 --vgname=VolGroup00 --size=6000
> >
> >
> > _______________________________________________
> > Ale mailing list
> > Ale at ale.org
> > http://mail.ale.org/mailman/listinfo/ale
> >
> >
>
>
>
> --
> --
> James P. Kinney III
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.ale.org/pipermail/ale/attachments/20090331/4ae60b99/attachment.html 


More information about the Ale mailing list