Cause: kdump uses the configuration option 'failure_action' instead
of 'default' on EL9 and later.
Consequence: kdump prints a warning to the logs:
kdump: warning: option 'default' was renamed 'failure_action' and will be removed in the future.
please update /etc/kdump.conf to use option 'failure_action' instead.
Fix: Use 'failure_action' on EL9 and later.
Result: kdump works normally on EL9 and later with no warnings to the logs.
Cause: kdump uses the configuration option 'failure_action' instead of 'default' on EL9 and later.
Consequence: kdump prints a warning to the logs: kdump: warning: option 'default' was renamed 'failure_action' and will be removed in the future. please update /etc/kdump.conf to use option 'failure_action' instead.
Fix: Use 'failure_action' on EL9 and later.
Result: kdump works normally on EL9 and later with no warnings to the logs.
Signed-off-by: Rich Megginson rmeggins@redhat.com