<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<!--
LVM on software raid 1
-->
    <partitioning config:type="list">
      <drive>
        <initialize config:type="boolean">true</initialize>
        <device>/dev/hda</device>
        <partitions config:type="list">
          <partition>
            <size>5GB</size>
            <filesystem config:type="symbol">reiser</filesystem>
            <mount>/</mount>
          </partition>
          <partition>
              <partition_id config:type="integer">253</partition_id>
              <format config:type="boolean">false</format>
              <raid_name>/dev/md0</raid_name>
              <raid_type>raid1</raid_type>
              <size>10G</size>
          </partition>
        </partitions>
        <use>all</use>
      </drive>
      <drive>
          <initialize config:type="boolean">true</initialize>
          <device>/dev/hdc</device>
          <partitions config:type="list">
            <partition>
                <partition_id config:type="integer">253</partition_id>
                <format config:type="boolean">false</format>
                <raid_name>/dev/md0</raid_name>
                <raid_type>raid1</raid_type>
                <size>10G</size>
            </partition>
          </partitions>
          <use>all</use>
      </drive>
      <drive>
        <device>/dev/md</device>
        <partitions config:type="list">
          <partition>
            <lvm_group>system</lvm_group>
            <raid_options>
              <chunk_size>4</chunk_size>
              <parity_algorithm>left-asymmetric</parity_algorithm>
              <raid_type>raid1</raid_type>
            </raid_options>
          </partition>
        </partitions>
        <use>all</use>
      </drive>
      <drive>
        <device>/dev/system</device>
        <is_lvm_vg config:type="boolean">true</is_lvm_vg>
        <partitions config:type="list">
          <partition>
            <filesystem config:type="symbol">reiser</filesystem>
            <lv_name>user_lv</lv_name>
            <mount>/usr</mount>
            <size>3GB</size>
          </partition>
          <partition>
            <filesystem config:type="symbol">reiser</filesystem>
            <lv_name>opt_lv</lv_name>
            <mount>/opt</mount>
            <size>max</size>
          </partition>
          <partition>
            <filesystem config:type="symbol">swap</filesystem>
            <lv_name>swap_lv</lv_name>
            <mount>swap</mount>
            <size>auto</size>
          </partition>
        </partitions>
        <pesize>4M</pesize>
        <use>all</use>
      </drive>
    </partitioning>
</profile>

