You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm understanding it correctly, if the subsystem is configured for "shared" mode, we don't have to take any action item with regards to moving the device to the correct namespace (or rather, if it's in "shared" mode, we CANNOT move the device to a network namespace). We just have to ensure that the correct device files (like the character device files in /dev/infiniband/ are correctly mounted to the container, which this PR doesn't attempt to tackle.)
So basically trying to skip doing anything here if it's in "shared" mode right now. Does I make sense?
If I'm understanding it correctly, if the subsystem is configured for "shared" mode, we don't have to take any action item with regards to moving the device to the correct namespace (or rather, if it's in "shared" mode, we CANNOT move the device to a network namespace). We just have to ensure that the correct device files (like the character device files in
/dev/infiniband/
are correctly mounted to the container, which this PR doesn't attempt to tackle.)So basically trying to skip doing anything here if it's in "shared" mode right now. Does I make sense?
Originally posted by @gauravkghildiyal in #68 (comment)
References:
The text was updated successfully, but these errors were encountered: