From Fedora Project Wiki
{{QA/Test_Case |description=Provision Fedora CoreOS and test kdump |setup=
- Download and verify the latest FCOS next image (pick the right image for your environment).
|actions=
- 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).
- Create an Ignition file that enables kdump
- Launch your Fedora CoreOS system using this Ignition file.
- Trigger a kernel dump using the following commands
# echo 1 > /proc/sys/kernel/sysrq
# echo c > /proc/sysrq-trigger
- The system will capture the kernel dump and reboot.
- Verify the kernel dump is captures in /var/crash
|results=
- You can SSH successfully into your FCOS system.
- Verify triggering a kernel dump will produce crash files in /var/crash