From Fedora Project Wiki

m (Added category)
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= PartitioningRaid0OnLvmDevice =
{{QA/Test_Case
== Description ==
|description=A complete installation using LVM logical volumes backed by a physical volume RAID device (e.g. {{filename|/dev/md0}}).
A complete installation using a LVM on top of a raid0 device.
|actions=
# Boot the installer by any available means (boot.iso, PXE, CD, DVD or live image)
# Proceed to the partitioning step
# From a
# Perform an installation where the root filesystem exists on a LVM logical volume.  Th backed by a RAID0 array
|results=
# Anaconda completes successfully
# Reboot successfully into installed system
# /usr is a logical volume (e.g. /dev/mapper/vg01-lv01)
# The physical volumes in use by LVM are raid volumes (verified by pvs command)
}}


== Steps To Reproduce ==
[[Category:Installer RAID Test Cases]]
 
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
 
1. Reboot successfully into installed system
 
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]]

Latest revision as of 06:35, 17 December 2009

Description

A complete installation using LVM logical volumes backed by a physical volume RAID device (e.g. /dev/md0).


How to test

  1. Boot the installer by any available means (boot.iso, PXE, CD, DVD or live image)
  2. Proceed to the partitioning step
  3. From a
  4. Perform an installation where the root filesystem exists on a LVM logical volume. Th backed by a RAID0 array

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)