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 ceaab5d commit ec3f261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/kola/kdump/crash/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ systemd:
units:
- name: kdump.service
enabled: true
storage:
files:
- path: /etc/systemd/system/kdump.service.d/debug.conf
contents:
inline: |
[Service]
Environment="debug=1"

0 comments on commit ec3f261

Please sign in to comment.