From dfb0b16c1f1675f97386ad150c292bbe9c85537b Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Tue, 25 Jun 2024 12:38:33 +0200 Subject: [PATCH] tests: kdump.crash enable more debugging in kdump service 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 https://github.com/rhkdump/kdump-utils/issues/15#issuecomment-2188528819 --- tests/kola/kdump/crash/config.bu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/kola/kdump/crash/config.bu b/tests/kola/kdump/crash/config.bu index cdae6b0f18..1a45c87ec5 100644 --- a/tests/kola/kdump/crash/config.bu +++ b/tests/kola/kdump/crash/config.bu @@ -12,3 +12,8 @@ systemd: units: - name: kdump.service enabled: true + dropins: + - name: debug.conf + contents: | + [Service] + Environment="debug=1"