Mailinglist Archive: opensuse-autoinstall (50 mails)

< Previous Next >
Re: [opensuse-autoinstall] How to configure LVM in AutoYast?
  • From: stava <stava@xxxxxxxxxxx>
  • Date: Tue, 27 May 2008 21:21:07 +0200
  • Message-id: <9b6e2072c5041e2c0e06ee329266f14b@xxxxxxxxxxxxxxxx>


On Tue, 27 May 2008 12:15:59 -0700, "Wil Decius" <wilson.decius@xxxxxxxxx>
wrote:
Hello Lars,

On Tue, May 27, 2008 at 11:54 AM, Lars Stavholm <stava@xxxxxxxxxxx> wrote:

See below an excerpt from a fully functioning autoinst.xml
for OpenSuSE 10.3.

That helps a lot. Thanks very much.

How do I define "grow-able" in Autoyast?

Not sure what you mean there? I'm guessing you are looking for...

<partition>
...
<size>max</size>
...
</partition

I'm really not sure if that's the same thing or not. Could be.

Here's an example of what I'm trying to do that I pulled together from
the many Red Hat example on the net,


logvol swap --vgname=VolGroup00 --name=SwapPart --fstype swap
--size=272 --grow --maxsize=544


The Red Hat manual defines "grow" and "maxsize" as


--grow= — Tells the logical volume to grow to fill available space (if
any), or up to the maximum size setting.

--maxsize= — The maximum size in megabytes when the logical volume is
set to grow. Specify an integer value here, and do not append the
number with MB.


I suppose AutoYast's

<size>max</size>

Tells it to be "grow-able", expanding to fill space, but doesn't limit it.

Am I on the right track?

I'd say so, yes. And <size>544MB</size> is the restricted one.
/L


--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References