From Fedora Project Wiki
No edit summary |
(add the 'associated criterion' block) |
||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|releasecriterion=Fedora_{{FedoraVersionNumber|next}}_Beta_Release_Criteria#Custom_partitioning}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description= |
Revision as of 23:03, 25 July 2013
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 at least two disks, and continue installation
- Check the box to enter custom partitioning mode
- Remove existing partitions, if necessary
- 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 (stripe or mirror are both fine)
- 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