From Fedora Project Wiki

m (fix numbering)
m (Adjust category)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= PartitioningRootfsOnRaid1 =
{{QA/Test_Case
== Description ==
|description=A complete installation using a RAID1 device for the root (aka /) filesystem.  For more details on RAID please consult  [http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks].
A complete installation using a RAID1 device for the root (aka /) filesystem.  For more details on RAID please consult  [http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks] .
|actions=
 
== Steps To Reproduce ==
 
# Boot the installer using any available method
# Boot the installer using any available method
# Proceed to the partitioning step
# Proceed to the partitioning step
# Place the root filesystem (aka /) on a RAID1 device
# Place the root filesystem (aka /) on a RAID1 device
 
|results=
== Expected Results ==
 
 
# Anaconda completes successfully
# Anaconda completes successfully
# Reboot successfully into installed system
# Reboot successfully into installed system
# / is a raid device (e.g. /dev/md0)
# / is a raid device (e.g. /dev/md0)
}}


[[Category:Installer Test Cases|PartitioningRootfsOnRaid1]]
[[Category:Installer RAID Test Cases]]

Latest revision as of 22:23, 15 January 2010

Description

A complete installation using a RAID1 device for the root (aka /) filesystem. For more details on RAID please consult http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks.


How to test

  1. Boot the installer using any available method
  2. Proceed to the partitioning step
  3. Place the root filesystem (aka /) on a RAID1 device

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. / is a raid device (e.g. /dev/md0)