Mailinglist Archive: opensuse-autoinstall (56 mails)
| < Previous | Next > |
[opensuse-autoinstall] Partition not found during install
- From: "Hans-Robert Vermeulen" <hvermeulen@xxxxxxxxxx>
- Date: Thu, 24 Jan 2008 16:37:42 +0000
- Message-id: <4798CCE6.964B.001A.0@xxxxxxxxxx>
Hi all,
We just changed our fixed size partitioning scheme to a use percentages.
It works partially.
I am left with a rootlv and tmplv in the correct size, but the varlv produces
an error. (see the attached log file,
search for "not found")
Looking at the partitioning, there is a freespace component of the exact size
that varlv should be....
Below is the autoyast portion we use for the partitioning scheme.
Again, this used to work with fixed values....
<partitioning config:type="list">
<drive>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<partition_nr config:type="integer">1</partition_nr>
<partition_type>primary</partition_type>
<size>300M</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>auto</size>
</partition>
<partition>
<evms_group>system</evms_group>
<partition_nr config:type="integer">3</partition_nr>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/system</device>
<is_evms_vg config:type="boolean">true</is_evms_vg>
<evms config:type="boolean">true</evms>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>rootlv</lv_name>
<mount>/</mount>
<size>50%</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>tmplv</lv_name>
<mount>/tmp</mount>
<size>20%</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>varlv</lv_name>
<mount>/var</mount>
<size>30%</size>
</partition>
</partitions>
<pesize>8M</pesize>
<use>all</use>
</drive>
</partitioning>
Hans-Robert Vermeulen
Consultant
HVermeulen@xxxxxxxxxx
Phone: +31 (0)6 224 06 424
SUSE* Linux Enterprise 10
Your Linux is ready*
We just changed our fixed size partitioning scheme to a use percentages.
It works partially.
I am left with a rootlv and tmplv in the correct size, but the varlv produces
an error. (see the attached log file,
search for "not found")
Looking at the partitioning, there is a freespace component of the exact size
that varlv should be....
Below is the autoyast portion we use for the partitioning scheme.
Again, this used to work with fixed values....
<partitioning config:type="list">
<drive>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<partition_nr config:type="integer">1</partition_nr>
<partition_type>primary</partition_type>
<size>300M</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>auto</size>
</partition>
<partition>
<evms_group>system</evms_group>
<partition_nr config:type="integer">3</partition_nr>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/system</device>
<is_evms_vg config:type="boolean">true</is_evms_vg>
<evms config:type="boolean">true</evms>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>rootlv</lv_name>
<mount>/</mount>
<size>50%</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>tmplv</lv_name>
<mount>/tmp</mount>
<size>20%</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>varlv</lv_name>
<mount>/var</mount>
<size>30%</size>
</partition>
</partitions>
<pesize>8M</pesize>
<use>all</use>
</drive>
</partitioning>
Hans-Robert Vermeulen
Consultant
HVermeulen@xxxxxxxxxx
Phone: +31 (0)6 224 06 424
SUSE* Linux Enterprise 10
Your Linux is ready*
| < Previous | Next > |