-
Notifications
You must be signed in to change notification settings - Fork 56
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
ncm-network: nmstate ipoib support #1665
Comments
You are right in the fact that nmstste module doesn't support this type. In fact not sure if ncm-network supported it? Maybe maintainers can confirm? There has been few fixes went into master that would have stopped it from being configured as type bond though. Regarding renaming of interface, nmstate module in ncm-network doesn't rename interfaces, so that's probably happening outside of ncm-network. |
@aka7 we will investigate, but this was all working in old ncm-network. but some of the details are handled by OFED config files and services, maybe something is also going wrong there as well (eg we are missing some rpms that handle this). there is interface renaming code in the old ncm-network though; not sure how this works anymore |
Hi @aka7 https://github.com/nmstate/nmstate/blob/base/examples/infiniband_pkey_ipoib_create.yml
right now I use this to get it running when i manually renamed the interface (that part is to be investigated)
|
@kwaegema some of this data comes from ncm-ofed, like the datagram mode. not sure how we can mix this |
we already set some ncm-network params based on this, like: |
Hi @aka7 Would you have time to look into this #1665 (comment) |
@kwaegema I thought there were questions round how this can be mix with ncm-network and ncm-fed, question from @stdweird ? I think its probably worth you looking into this setup since I don't really have any test host to do these type of test. other then looking at generating the expected output. |
@aka7 wrt infiniband, i just checked: for initscript network config, there is no explicit infiniband support; and all is left to (ncm-)ofed. |
current ncm-network using nmstate doesn't seem to support ipoib.
@aka7 Is there a way to do this on EL9 using ncm-network?
I've seen two issues:
So ib0 in profile is not recognized as ib device, and it got treated as a bond interface :
When I manually rename the interface
this changes to
I can manually start the ib interface using nmstatectl apply when i change the yaml
The text was updated successfully, but these errors were encountered: