-
Notifications
You must be signed in to change notification settings - Fork 1
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
NAS-132534 / 25.04 / Add jbof and rdma #242
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #242 +/- ##
==========================================
- Coverage 91.27% 91.09% -0.18%
==========================================
Files 103 103
Lines 2339 2348 +9
==========================================
+ Hits 2135 2139 +4
- Misses 204 209 +5 ☔ View full report in Codecov by Sentry. |
ixdiagnose/plugins/network.py
Outdated
MiddlewareCommand('rdma.capable_protocols', result_key='capable_protocols'), | ||
MiddlewareCommand('rdma.get_card_choices', result_key='card_choices'), | ||
MiddlewareCommand('rdma.get_link_choices', [True], result_key='all_link_choices'), | ||
MiddlewareCommand('rdma.get_link_choices', result_key='link_choices'), |
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.
What does link_choices show that all_link_choices doesn't?
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.
It makes it clear which links are currently configured (e.g. as a regular network interface).
This PR has been merged and conversations have been locked. |
Noticed these were missing.
(Currently WIP because want to do further testing.)