From Fedora Project Wiki
m (moved QA/TestCases/PartitioningRootfsOnRaid1 to QA:Testcase anaconda rootfs on RAID1: Move to QA namespace) |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
= | |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= | ||
# 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= | |||
= | |||
# 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 Test Cases|PartitioningRootfsOnRaid1]] |
Revision as of 08:04, 15 December 2009
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
- Boot the installer using any available method
- Proceed to the partitioning step
- Place the root filesystem (aka /) on a RAID1 device
Expected Results
- Anaconda completes successfully
- Reboot successfully into installed system
- / is a raid device (e.g. /dev/md0)