From Fedora Project Wiki
mNo edit summary |
(revise for newUI) |
||
Line 2: | Line 2: | ||
|description= | |description= | ||
A complete installation using a software RAID device for the root (''/'') file system. 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 software RAID device for the root (''/'') file system. 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] . | ||
|setup= | |||
# Use a system with multiple disks but no hardware or firmware RAID arrays for testing: a virtual machine with multiple virtual disks is fine | |||
|actions= | |actions= | ||
# Boot the installer using any available means | # Boot the installer using any available means | ||
# | # At the Installation Destination screen, be sure that ''Encrypt my data. I'll set a passphrase later'' is '''not''' selected | ||
# | # Select the appropriate disk, and continue installation | ||
# Create the required boot partitions needed for your architecture. | # Check the box to enter custom partitioning mode | ||
# Create | # Create the required boot partitions needed for your architecture as non-RAID partitions. This includes {{filename|/boot}} and {{filename|swap}} | ||
# | # Create a partition, set its mount point to / and set its type to RAID | ||
# | # Optionally, also create a RAID {{filename|/home}} partition | ||
# Finish the installation, choosing all provided defaults | |||
|results= | |results= | ||
# | # The installer should successfully create and install to the RAID devices: unrelated failures should be reported but do not constitute a failure of this test case | ||
# | # After booting the installed system, inspection of {{filename|/proc/mdstat}} should confirm that the partitions designated as RAID devices are in fact RAID devices | ||
}} | }} | ||
[[Category:Installer RAID Test Cases]] | [[Category:Installer RAID Test Cases]] |
Revision as of 05:50, 22 November 2012
Description
A complete installation using a software RAID device for the root (/) file system. For more details on RAID please consult http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks .
Setup
- Use a system with multiple disks but no hardware or firmware RAID arrays for testing: a virtual machine with multiple virtual disks is fine
How to test
- Boot the installer using any available means
- At the Installation Destination screen, be sure that Encrypt my data. I'll set a passphrase later is not selected
- Select the appropriate disk, and continue installation
- Check the box to enter custom partitioning mode
- Create the required boot partitions needed for your architecture as non-RAID partitions. This includes
/boot
andswap
- Create a partition, set its mount point to / and set its type to RAID
- Optionally, also create a RAID
/home
partition - Finish the installation, choosing all provided defaults
Expected Results
- The installer should successfully create and install to the RAID devices: unrelated failures should be reported but do not constitute a failure of this test case
- After booting the installed system, inspection of
/proc/mdstat
should confirm that the partitions designated as RAID devices are in fact RAID devices