From b0d66098a27ef416afd2e5cad4884f04034e7762 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..9784ece1e7 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: /etc/systemd/system/kdump.service.d/debug.conf + contents: | + [Service] + Environment="debug=1"