From Fedora Project Wiki
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
# Proceed to the partitioning step, select ''Create Custom Layout'' and click ''next'' | # Proceed to the partitioning step, select ''Create Custom Layout'' and click ''next'' | ||
# Delete all partitions to start with empty disk(s) | # Delete all partitions to start with empty disk(s) | ||
# Create your | # Create your {{filename|swap}} partition. | ||
# Create at least | # Create at least 4 RAID member partitions. If you have multiple disks, it is preferred to place half of the RAID members 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 biosboot partition for each physical disk you have as a member of the RAID. | # Create a biosboot partition for each physical disk you have as a member of the RAID. | ||
# Create a RAID device (RAID1) using | # Create a RAID device (RAID1) using at least 2 RAID member partitions, each from a separate disk, and choose {{filename|/boot}} as mount point | ||
# Create a RAID device (RAID0, RAID1, RAID5, or RAID6) using | # Create a RAID device (RAID0, RAID1, RAID5, or RAID6) using at least 2 RAID member partitions, each from a separate disk, and choose {{filename|/}} as mount point | ||
# Complete with installation as desired | # Complete with installation as desired | ||
|results= | |results= | ||
Line 18: | Line 18: | ||
# Confirm that {{filename|/boot}} is a RAID device with all expected RAID members by inspecting the contents of {{filename|/proc/mdstat}} | # Confirm that {{filename|/boot}} is a RAID device with all expected RAID members by inspecting the contents of {{filename|/proc/mdstat}} | ||
}} | }} | ||
Latest revision as of 22:23, 15 November 2011
Description
An installation using a software RAID device for the boot (/boot) file system to insure bootability in case of disk failure. 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, select Create Custom Layout and click next
- Delete all partitions to start with empty disk(s)
- Create your
swap
partition. - Create at least 4 RAID member partitions. If you have multiple disks, it is preferred to place half of the RAID members 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 biosboot partition for each physical disk you have as a member of the RAID.
- Create a RAID device (RAID1) using at least 2 RAID member partitions, each from a separate disk, and choose
/boot
as mount point - Create a RAID device (RAID0, RAID1, RAID5, or RAID6) using at least 2 RAID member partitions, each from a separate disk, and choose
/
as mount point - Complete with installation as desired
Expected Results
- Anaconda completes successfully
- Reboot successfully into installed system
- Confirm that the root filesystem is a RAID device with all expected RAID members by inspecting the contents of
/proc/mdstat
- Confirm that
/boot
is a RAID device with all expected RAID members by inspecting the contents of/proc/mdstat