From Fedora Project Wiki

Revision as of 16:40, 28 September 2022 by Mnguyen (talk | contribs) (Created page with "{{QA/Test_Case |description=Provision Fedora CoreOS and test kdump |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= # Launch your Fedora CoreOS system. 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{QA/Test_Case |description=Provision Fedora CoreOS and test kdump |setup=

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

|actions=

  1. Launch your Fedora CoreOS system. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
  2. Create an Ignition file that enables kdump
  3. Launch your Fedora CoreOS system using this Ignition file.
  4. Trigger a kernel dump using the following commands

# echo 1 > /proc/sys/kernel/sysrq # echo c > /proc/sysrq-trigger

  1. The system will capture the kernel dump and reboot.
  2. Verify the kernel dump is captures in /var/crash

|results=

  1. You can SSH successfully into your FCOS system.
  2. Verify triggering a kernel dump will produce crash files in /var/crash