kdump
kdump copied to clipboard
An ansible role which configures kdump
This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.
We have been working on generating an ansible role based on the current kdump configuration in Cockpit and noticed that with an ssh target `kdump_ssh_user` and `kdump_ssh_server` while they could...
"Create key" should IMO not have check_mode: False, because it changes the managed host, and one should not do that in check mode. The problem then is that "Cat file...
Currently the kdump_core_collector accepts values such as `makedumpfile -l --message-level 2 -d 30` that we demo in presentations. Since the system roles are also about abstractions, it would make sense...
I propose that the core_collector variable should have a default value that matches the default value in the /etc/kdump.conf file provided by kexec-tools package. `core_collector: "makedumpfile -l --message-level 1 -d...
When testing "path: /var/mytest/crash" as an alternate dump location, kdump fails to restart because the path does not exist. However, the value is written to the /etc/kdump.conf file. I propose...