Skip to content

Commit a6b103f

Browse files
committed
must-gather: add dmesg data to must-gather
Signed-off-by: Mario Fernandez <[email protected]>
1 parent bfffc10 commit a6b103f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

must-gather/collection-scripts/gather_nodes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ do
6262
oc exec $pod -n perf-node-gather -- lspci -nvv > $NODE_PATH/lspci
6363
oc exec $pod -n perf-node-gather -- lscpu -e > $NODE_PATH/lscpu
6464
oc exec $pod -n perf-node-gather -- cat /proc/cmdline > $NODE_PATH/proc_cmdline
65+
oc exec $pod -n perf-node-gather -- dmesg > $NODE_PATH/dmesg
6566
COLLECTABLE_NODES+=($node)
6667

6768
oc exec $pod -n perf-node-gather -- gather_sysinfo --json cpuaff --procfs=/host/proc --sysfs=/host/sys > $NODE_PATH/cpu_affinities.json

0 commit comments

Comments
 (0)