From ec3f2613ad55d68744620cfc3a0b6fcef63e7377 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/kola/kdump/crash/config.bu b/tests/kola/kdump/crash/config.bu index cdae6b0f18..b20d01694b 100644 --- a/tests/kola/kdump/crash/config.bu +++ b/tests/kola/kdump/crash/config.bu @@ -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"