30 lines
985 B
Diff
30 lines
985 B
Diff
|
From dddabb07a88d398ed7b8a878e95acfd968af6698 Mon Sep 17 00:00:00 2001
|
||
|
From: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
|
||
|
Date: Tue, 23 Mar 2021 17:58:30 +0530
|
||
|
Subject: [PATCH] This patch is to update kernel plugin to collect
|
||
|
dynamic_debug log files for ibmvNIC
|
||
|
|
||
|
Resolves: #2458
|
||
|
|
||
|
Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
|
||
|
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
|
||
|
---
|
||
|
sos/report/plugins/kernel.py | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/sos/report/plugins/kernel.py b/sos/report/plugins/kernel.py
|
||
|
index febe2ad0..dd7b6939 100644
|
||
|
--- a/sos/report/plugins/kernel.py
|
||
|
+++ b/sos/report/plugins/kernel.py
|
||
|
@@ -106,6 +106,7 @@ class Kernel(Plugin, IndependentPlugin):
|
||
|
"/proc/misc",
|
||
|
"/var/log/dmesg",
|
||
|
"/sys/fs/pstore",
|
||
|
+ "/sys/kernel/debug/dynamic_debug/control",
|
||
|
clocksource_path + "available_clocksource",
|
||
|
clocksource_path + "current_clocksource"
|
||
|
])
|
||
|
--
|
||
|
2.26.3
|
||
|
|