Mailinglist Archive: opensuse-autoinstall (101 mails)

< Previous Next >
RE: [suse-autoinstall] lvm volume group problem
  • From: discip@xxxxxxx
  • Date: Wed, 22 Mar 2006 18:05:22 +0000 (UTC)
  • Message-id: <98D8585D641AFB4488D1AE0E1B7D33FD028F332E@xxxxxxxxxxxxxxxxxxxxxxxx>
Sorry, here it is:

<partitioning config:type="list">
<drive>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">
<partition>
<mount>/</mount>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<size>5000M</size>
</partition>
<partition>
<mount>/boot</mount>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<loop_fs config:type="boolean">false</loop_fs>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<size>500M</size>
</partition>
<partition>
<mount>swap</mount>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<partition_id config:type="integer">130</partition_id>
<partition_type>primary</partition_type>
<size>auto</size>
</partition>
<partition>
<lvm_group>vg0</lvm_group>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/vg0</device>
<is_lvm_vg config:type="boolean">true</is_lvm_vg>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>USR</lv_name>
<mount>/usr</mount>
<size>2GB</size>
</partition>
</partitions>
</drive>
</partitioning>

-----Original Message-----
From: Uwe Gansert [mailto:ug@xxxxxxx]
Sent: Wednesday, March 22, 2006 12:22 PM
To: suse-autoinstall@xxxxxxxx
Subject: Re: [suse-autoinstall] lvm volume group problem


On Wednesday 22 March 2006 16:31, discip@xxxxxxx wrote:

> Yes, that's what I was trying. The problem is that /dev/vg0 doesn't
> exist because the volume group isn't being successfully created in the
> previous section. As such, the install fails terribly.

you have to create logical volumes in the vg. If you don't do that and just
configure the VG but no volumes, then the VG is not created.

Unfortunately you did not provide me the information I asked you for. I
wanted to see your partitioning part of the profile with the logical
volumes. Even if that "fails terribly" I want to see it and I don't want to
see a version that does not work either but does not fail that terrible.

That the VG is not created might just be an error, triggered by the profile
part you did not show us. The logical volume configuration.

So, to speed things up, I start to guess.
Did you forget the <use>all</use> in the logical volume drive configuration? If
not, again, please poste your complete partitioning section. Even if it
fails terribly. I can stand it. Just show it. :)

--
ciao, Uwe Gansert

Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
e-mail: uwe.gansert@xxxxxxx, Tel: +49-(0)911-74053-0,
Fax: +49-(0)911-74053-476, Web: http://www.suse.de

--
To unsubscribe, e-mail: suse-autoinstall-unsubscribe@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx

< Previous Next >
Follow Ups