Mailinglist Archive: opensuse-autoinstall (50 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] How to configure LVM in AutoYast?
- From: "Wil Decius" <wilson.decius@xxxxxxxxx>
- Date: Tue, 27 May 2008 12:15:59 -0700
- Message-id: <769e0ec0805271215u3533fa80scdb4a343b304fa76@xxxxxxxxxxxxxx>
Hello Lars,
On Tue, May 27, 2008 at 11:54 AM, Lars Stavholm <stava@xxxxxxxxxxx> wrote:
That helps a lot. Thanks very much.
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?
Wil
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
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?
Wil
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |