Mailinglist Archive: opensuse-autoinstall (101 mails)
| < Previous | Next > |
lvm volume group problem
- From: discip@xxxxxxx
- Date: Wed, 22 Mar 2006 14:21:50 +0000 (UTC)
- Message-id: <98D8585D641AFB4488D1AE0E1B7D33FD028F331E@xxxxxxxxxxxxxxxxxxxxxxxx>
I have a stanza in my autoinstall.xml file that looks like this, and the
partition is getting created and flagged as an LVM partition, but the volume
group is not being created. Additionally, I still have to run pvcreate on the
partition before I can do a vgcreate with it. Am I missing something?
<partition>
<lvm_group>vg0</lvm_group>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
partition is getting created and flagged as an LVM partition, but the volume
group is not being created. Additionally, I still have to run pvcreate on the
partition before I can do a vgcreate with it. Am I missing something?
<partition>
<lvm_group>vg0</lvm_group>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
| < Previous | Next > |