From Fedora Project Wiki

No edit summary
(update instructions for current state of INSTALLATION DESTINATION screen)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:Associated_release_criterion|Beta|custom-partitioning}}
{{QA/Test_Case
{{QA/Test_Case
|description=
|description=
Line 6: Line 8:
|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
# At the Installation Destination screen, select at least two disks, and ensure the ''Custom'' option is selected under ''Storage Configuration'', then click ''Done''
# Select at least two disks, and continue installation
# Check the box to enter custom partitioning mode
# Remove existing partitions, if necessary
# Remove existing partitions, if necessary
# Create the required boot partitions needed for your architecture as non-RAID partitions. This includes {{filename|/boot}} and {{filename|swap}}
# 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 (''stripe'' or ''mirror'' are both fine)
# Create a partition, set its mount point to / and set its type to RAID (''stripe'' (RAID 0) or ''mirror'' (RAID 1) are both fine)
# Optionally, also create a RAID {{filename|/home}} partition
# Optionally, also create a RAID {{filename|/home}} partition
# Finish the installation, choosing all provided defaults
# Finish the installation, choosing all provided defaults

Latest revision as of 19:16, 3 August 2017

Note.png
Associated release criterion
This test case is associated with the Fedora_40_Beta_Release_Criteria#custom-partitioning release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


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

  1. 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

  1. Boot the installer using any available means
  2. At the Installation Destination screen, select at least two disks, and ensure the Custom option is selected under Storage Configuration, then click Done
  3. Remove existing partitions, if necessary
  4. Create the required boot partitions needed for your architecture as non-RAID partitions. This includes /boot and swap
  5. Create a partition, set its mount point to / and set its type to RAID (stripe (RAID 0) or mirror (RAID 1) are both fine)
  6. Optionally, also create a RAID /home partition
  7. Finish the installation, choosing all provided defaults

Expected Results

  1. 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
  2. After booting the installed system, inspection of /proc/mdstat should confirm that the partitions designated as RAID devices are in fact RAID devices