From Fedora Project Wiki
m (→Steps To Reproduce: Change RAID "physical volume" to "array") |
m (Convert to QA/Test_Case template) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
= | |description=A complete installation using a LVM on top of a raid0 device. | ||
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 on a LVM logical volume backed by a RAID0 array | # Perform an installation where the root filesystem exists on a LVM logical volume. Th backed by a RAID0 array | ||
|results= | |||
# Anaconda completes successfully | # Anaconda completes successfully | ||
# Reboot successfully into installed system | # Reboot successfully into installed system | ||
# /usr is a logical volume (e.g. /dev/mapper/vg01-lv01) | # /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) | # The physical volumes in use by LVM are raid volumes (verified by pvs command) | ||
}} | |||
[[Category:Installer Test Cases | [[Category:Installer RAID Test Cases]] |
Revision as of 11:15, 6 October 2009
Description
A complete installation using a LVM on top of a raid0 device.
How to test
- 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
Expected 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)