From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=Debugging kernel crashes using kdump as described in [https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-kernel-crashes/ documentation].
|description=Install Fedora CoreOS and debug kernel crashes using kdump as described in [https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-kernel-crashes/ documentation].
 
|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).
 
|actions=
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing the configuration, add a `crashkernel=300M` section following the example in [https://docs.fedoraproject.org/en-US/fedora-coreos/kernel-args/#_modifying_kernel_arguments_via_ignition the documentation]. You don't necessarily have to use the same kernel arguments from the documentation, but you can.
# 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=
 
 
}}
}}
[[Category:CoreOS Test Cases]]
[[Category:CoreOS Test Cases]]

Revision as of 14:10, 5 April 2022

Description

Install Fedora CoreOS and debug kernel crashes using kdump as described in documentation.

Setup

  1. Download and verify the latest FCOS next image (pick the right image for your environment).

How to test

  1. Create an Ignition file. When writing the configuration, add a crashkernel=300M section following the example in the documentation. You don't necessarily have to use the same kernel arguments from the documentation, but you can.
  2. 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