Will try it tomorrow.<br><br><div class="gmail_quote">2009/3/31 Jim Kinney <span dir="ltr">&lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
One of the things I see in both your ks and the bug posters ks is both<br>
are trying to grow 2 partitions on the same LVVG. You can only allow<br>
one partition to fill the VG. It&#39;s like a race condition but for<br>
sectors. Drop the --grow from the swap partition and try again.<br>
<br>
2009/3/31 Brandon Colbert &lt;<a href="mailto:colbert.brandon@gmail.com">colbert.brandon@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Does anyone know a work around for the Kickstart LVM --grow option problem?<br>
&gt; <a href="https://bugzilla.redhat.com/show_bug.cgi?id=238969" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=238969</a><br>
&gt;<br>
&gt; Copy of my Kickstart file:<br>
&gt;<br>
&gt; zerombr<br>
&gt; bootloader --location=mbr --driveorder=sda --append=&quot;elevator=cfq&quot;<br>
&gt; clearpart --all --initlabel<br>
&gt; part /boot --fstype ext3 --size=100<br>
&gt; #part swap --fstype swap --size=4048 --grow --maxsize=16000<br>
&gt; part pv.1 --size=100 --grow<br>
&gt; volgroup VolGroup00 pv.1<br>
&gt; logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=4048<br>
&gt; --maxsize=16000 --grow<br>
&gt; logvol /usr --fstype ext3 --name=LogVol04 --vgname=VolGroup00 --size=11000<br>
&gt; logvol /home --fstype ext3 --name=LogVol05 --vgname=VolGroup00 --size=1048<br>
&gt; --grow<br>
&gt; logvol /tmp --fstype ext3 --name=LogVol03 --vgname=VolGroup00 --size=6000<br>
&gt; logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=6000<br>
&gt; logvol /var --fstype ext3 --name=LogVol02 --vgname=VolGroup00 --size=6000<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
<font color="#888888">--<br>
James P. Kinney III<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</font></blockquote></div><br>