linux-system-roles / kdump

An ansible role which configures kdump
https://linux-system-roles.github.io/kdump/
MIT License
19 stars 20 forks source link

fix: el10 kdump role should depend on kdump-utils #204

Closed richm closed 3 months ago

richm commented 3 months ago

Cause: The kdump tools in el10 are split into kexec-tools and kdump-utils.

Consequence: The kdump role does not have all of the packages required.

Fix: Install both kexec-tools and kdump-utils on el10.

Result: The kdump system role has all of the packages and tools required at runtime.

Jira issue: https://issues.redhat.com/browse/RHEL-40071

richm commented 3 months ago

[citest]