We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfffc10 commit a6b103fCopy full SHA for a6b103f
must-gather/collection-scripts/gather_nodes
@@ -62,6 +62,7 @@ do
62
oc exec $pod -n perf-node-gather -- lspci -nvv > $NODE_PATH/lspci
63
oc exec $pod -n perf-node-gather -- lscpu -e > $NODE_PATH/lscpu
64
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
66
COLLECTABLE_NODES+=($node)
67
68
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