-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
nmcli: add transport_mode configuration for Infiniband devices #5361
nmcli: add transport_mode configuration for Infiniband devices #5361
Conversation
Adds transport_mode configuration for Infiniband based ipoib devices, which is one of: - datagram (default) - connected
This comment was marked as outdated.
This comment was marked as outdated.
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
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.
Thanks for your contribution. I've added some first comments.
changelogs/fragments/5361-nmcli-add-infiniband-transport-mode.yaml
Outdated
Show resolved
Hide resolved
…yaml Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
It would be great if you could extend the tests in tests/unit/plugins/modules/net_tools/test_nmcli.py to cover this new option. |
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.
LGTM
SUMMARY
Adds transport_mode configuration for Infiniband based IPoIB devices, which is one of:
Fixes #5356
ISSUE TYPE
COMPONENT NAME
nmcli.py
ADDITIONAL INFORMATION
For Infiniband IPoIB devices like ib0 there are two different transport modes that can be chosen.