Skip to content

Commit 6599055

Browse files
Merge pull request #894 from marioferh/add_dmesg_to_must_gather
must-gather: add dmesg data to must-gather
2 parents bfffc10 + a6b103f commit 6599055

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)