-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SR-IOV gather script #297
Add SR-IOV gather script #297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Approved.
/cc @bn222 |
this script is gathering the following: * openshift-sriov-network-operator namespace. * the following resources: - sriovnetworknodepolicies. - sriovnetworknodestates. - sriovnetworkpoolconfigs. - sriovnetworks. - sriovoperatorconfigs. - sriovibnetworks. * the following logs from the sriov-config-daemon: - /tmp/sno-initial-node-state.json. - /proc/cmdline. - dmseg. - ip link. - var/multus.log (if exists). - netns and output of `ip a` fron every ns. - NIC firmware and driver from ethtool.
5f7f4e3
to
8ecceef
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bn222, liornoy, RickJWagner The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@liornoy: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
`must-gather` logic has been moved to openshift/must-gather repository with openshift/must-gather#297 Signed-off-by: Andrea Panattoni <[email protected]>
`must-gather` logic has been moved to openshift/must-gather repository with openshift/must-gather#297 Signed-off-by: Andrea Panattoni <[email protected]>
`must-gather` logic has been moved to openshift/must-gather repository with openshift/must-gather#297 Signed-off-by: Andrea Panattoni <[email protected]>
This PR adds SR-IOV gather script.
Gathering the following:
ip a
fron every ns.