From Fedora Project Wiki

(Testcase_partitioning_blivet_lvm_ext4)
 
mNo edit summary
Line 1: Line 1:
{{Template:Associated_release_criterion|Beta|custom-partitioning}}
{{Template:Associated_release_criterion|Beta|custom-partitioning}}
{{QA/Test_Case
{{QA/Test_Case
|description=A complete installation using advanced custom partitioning (blivet-gui) and the [[LVM ext4]] filesystem for system partitions.
|description=A complete installation using advanced custom partitioning (blivet-gui) and the ''LVM ext4'' filesystem for system partitions.
|setup=
|setup=
{{Template:partitioning_single_setup}}
{{Template:partitioning_single_setup}}
Line 7: Line 7:
{{Template:partitioning_actions}}
{{Template:partitioning_actions}}
{{Template:Partitioning_single_advanced_custom_blank}}
{{Template:Partitioning_single_advanced_custom_blank}}
# Create an ext4 {{filename|/boot}} partition.
# Create a {{filename|/boot}} partition, set the device type to ''ext4'' or ''xfs'', and set the size to 1GB.
# Create an appropriately-sized swap partition.
# Create a new LVM volume group device and select it.
# Create a root partition and set the filesystem type to ''ext4''.
# Create a new device in the LVM volume group, set its device type to ''LVM2 Logical Volume'' and its filesystem type to ''swap'', and give it an appropriate size for a swap partition (~1GB).
# Optionally create other partitions like {{filename|/home}} and set the filesystem type to ''ext4'' also.
# Create a new device in the LVM volume group, set its device type to ''LVM2 Logical Volume'', its format to ''ext4'' or ''xfs'',  and make it large enough to contain a root partition.
{{Template:partitioning_actions_post}}
{{Template:partitioning_actions_post}}
|results=
|results=
Line 16: Line 16:
}}
}}
[[Category:Installer_Partitioning_Test_Cases]]
[[Category:Installer_Partitioning_Test_Cases]]
[[Category:ext4]]

Revision as of 04:56, 19 October 2020

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 advanced custom partitioning (blivet-gui) and the LVM ext4 filesystem for system partitions.

Setup

  1. Prepare a test system with a working, supported storage device of sufficient size for a Fedora install, and a Fedora installation medium that uses the GTK-based installer. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.

How to test

  1. Boot the GTK-based installer using any available means. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.
  2. Proceed to the installer's main screen, making sensible choices, and enter the Installation Destination screen.
  3. Ensure only the single target device you prepared is selected as the installation target disk.
  4. Ensure the Advanced Custom (Blivet-GUI) option is selected under Storage Configuration, and complete this screen.
  5. On the BLIVET GUI PARTITIONING screen, delete all existing partitions (if any).
  6. Create any necessary bootloader partitions (e.g. EFI System Partition for UEFI installs, BIOS Boot partition for BIOS installs onto a GPT disk, PReP boot partition for PowerPC installs).
  7. Create a /boot partition, set the device type to ext4 or xfs, and set the size to 1GB.
  8. Create a new LVM volume group device and select it.
  9. Create a new device in the LVM volume group, set its device type to LVM2 Logical Volume and its filesystem type to swap, and give it an appropriate size for a swap partition (~1GB).
  10. Create a new device in the LVM volume group, set its device type to LVM2 Logical Volume, its format to ext4 or xfs, and make it large enough to contain a root partition.
  11. Complete the installation process, making sensible selections for all other installer options.
  12. Boot the installed system.

Expected Results

  1. The expected partition layout should be created on the target device(s).
  2. The install process should complete successfully and the installed system should boot as expected.