From Fedora Project Wiki

(Created page with "Skeleton page for Fedora36 test week commencing April 4th.")
 
No edit summary
Line 1: Line 1:
Skeleton page for Fedora36 test week commencing April 4th.
{{QA/Test_Case
|description=Install Fedora CoreOS with Zram enabled
|setup=
# Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=next FCOS <b>next</b> image] (pick the right image for your environment).
# Figure out how you'd like to partition your FCOS instance (it should be a non-trivial case).
 
|actions=
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file].
# Follow instructions on how to configure Zram [https://docs.fedoraproject.org/en-US/fedora-coreos/sysconfig-configure-swaponzram/].
# # Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_quickstart the Quickstart] and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
 
|results=
# You can SSH successfully into your FCOS system.
# Verify the swap device is set up by viewing the swapon --show output. You can also view the true compression ratio of the currently configured zram devices by running zramctl.
# The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.
}}
 
[[Category:CoreOS Test Cases]]

Revision as of 11:48, 4 April 2022

Description

Install Fedora CoreOS with Zram enabled

Setup

  1. Download and verify the latest FCOS next image (pick the right image for your environment).
  2. Figure out how you'd like to partition your FCOS instance (it should be a non-trivial case).

How to test

  1. Create an Ignition file.
  2. Follow instructions on how to configure Zram [1].
  3. # Launch your Fedora CoreOS system using this Ignition file. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).

Expected Results

  1. You can SSH successfully into your FCOS system.
  2. Verify the swap device is set up by viewing the swapon --show output. You can also view the true compression ratio of the currently configured zram devices by running zramctl.
  3. The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.