File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
must-gather/collection-scripts Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
6565 oc exec $pod -n perf-node-gather -- dmesg > $NODE_PATH /dmesg
66+ oc exec $pod -n perf-node-gather -- ethtool -k eth0 > $NODE_PATH /ethtool_features
67+ oc exec $pod -n perf-node-gather -- ethtool -l eth0 > $NODE_PATH /ethtool_channels
68+
6669 COLLECTABLE_NODES+=($node )
6770
6871 oc exec $pod -n perf-node-gather -- gather_sysinfo --json cpuaff --procfs=/host/proc --sysfs=/host/sys > $NODE_PATH /cpu_affinities.json
Original file line number Diff line number Diff line change 11FROM quay.io/openshift/origin-must-gather:4.10.0 AS builder
22
33FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
4- RUN microdnf install -y pciutils util-linux hostname rsync tar
4+ RUN microdnf install -y pciutils util-linux hostname rsync tar ethtool
55
66# Copy must-gather required binaries
77COPY --from=builder /usr/bin/openshift-must-gather /usr/bin/openshift-must-gather
You can’t perform that action at this time.
0 commit comments