From Fedora Project Wiki

m (Added category)
m (fix numbering)
Line 5: Line 5:
== Steps To Reproduce ==
== Steps To Reproduce ==


1. Perform an installation where the root filesystem on a LVM logical volume backed by a RAID0 physical volume
# Perform an installation where the root filesystem on a LVM logical volume backed by a RAID0 physical volume
 


== Expected Results ==
== Expected Results ==


 
# Anaconda completes successfully
1. Anaconda completes successfully
# Reboot successfully into installed system
 
# /usr is a logical volume (e.g. /dev/mapper/vg01-lv01)
1. Reboot successfully into installed system
# The physical volumes in use by LVM are raid volumes (verified by pvs command)
 
1. /usr is a logical volume (e.g. /dev/mapper/vg01-lv01)
 
1. The physical volumes in use by LVM are raid volumes (verified by pvs command)


[[Category:Installer Test Cases|PartitioningRaid0OnLvmDevice]]
[[Category:Installer Test Cases|PartitioningRaid0OnLvmDevice]]

Revision as of 15:40, 16 July 2008

PartitioningRaid0OnLvmDevice

Description

A complete installation using a LVM on top of a raid0 device.

Steps To Reproduce

  1. Perform an installation where the root filesystem on a LVM logical volume backed by a RAID0 physical volume

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. /usr is a logical volume (e.g. /dev/mapper/vg01-lv01)
  4. The physical volumes in use by LVM are raid volumes (verified by pvs command)