From Fedora Project Wiki
m (Reworded) |
|||
Line 3: | Line 3: | ||
A complete installation using a RAID6 device for the /usr 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 RAID6 device for the /usr 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= | |actions= | ||
# Boot the installer using any available means (boot.iso, CD, DVD, PXE or live image) | |||
# Proceed to the partitioning step | |||
# Delete all partitions to start with empty disk(s) | |||
# Create the required boot partitions needed for your architecture. This includes {{filename|/boot}} and {{filename|swap}}. | |||
# Create at least 4 RAID member partitions. If you have multiple disks, it is preferred to place a RAID member on a separate disk. However, for this test we are not validating data redundancy or an optimal administrative setup. Therefore, it is okay to place all RAID members on the same disk. | |||
# Create a RAID6 device using all RAID member partitions | |||
# Complete with installation as desired | |||
|results= | |results= | ||
# Anaconda completes successfully | # Anaconda completes successfully | ||
# Reboot successfully into installed system | # Reboot successfully into installed system | ||
# | # Confirm that the root filesystem is a RAID6 device with all expected RAID members by inspecting the contents of {{filename|/proc/mdstat}} | ||
}} | }} | ||
[[Category:Installer RAID Test Cases]] | [[Category:Installer RAID Test Cases]] |
Revision as of 11:13, 6 October 2009
Description
A complete installation using a RAID6 device for the /usr 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 means (boot.iso, CD, DVD, PXE or live image)
- Proceed to the partitioning step
- Delete all partitions to start with empty disk(s)
- Create the required boot partitions needed for your architecture. This includes
/boot
andswap
. - Create at least 4 RAID member partitions. If you have multiple disks, it is preferred to place a RAID member on a separate disk. However, for this test we are not validating data redundancy or an optimal administrative setup. Therefore, it is okay to place all RAID members on the same disk.
- Create a RAID6 device using all RAID member partitions
- Complete with installation as desired
Expected Results
- Anaconda completes successfully
- Reboot successfully into installed system
- Confirm that the root filesystem is a RAID6 device with all expected RAID members by inspecting the contents of
/proc/mdstat