Skip to content

Commit

Permalink
tests: kdump.crash enable more debugging in kdump service
Browse files Browse the repository at this point in the history
Recent kdump updates started to fail without any error, so this
will increase the verbosity of the kdump service.
This will increase the logs size but logs are discarded on
successful tests so that's fine.

See rhkdump/kdump-utils#15 (comment)
  • Loading branch information
jbtrystram committed Jun 25, 2024
1 parent fd1d82b commit b0d6609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/kola/kdump/crash/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ systemd:
units:
- name: kdump.service
enabled: true
dropins:
- name: /etc/systemd/system/kdump.service.d/debug.conf
contents: |
[Service]
Environment="debug=1"

0 comments on commit b0d6609

Please sign in to comment.