[release/1.7] Fix NRI dropping requested CDI devices silently#12650
Merged
mikebrow merged 1 commit intocontainerd:release/1.7from Dec 17, 2025
Merged
Conversation
ff77528 to
327c6c4
Compare
327c6c4 to
1d0097e
Compare
mikebrow
reviewed
Dec 9, 2025
1 task
tariq1890
reviewed
Dec 9, 2025
mikebrow
reviewed
Dec 9, 2025
Member
|
Where is the main PR? |
Contributor
|
As I mentioned in the 2.0 PR, getting this in to a 1.7 release would simplify things for customers that are not able to upgrade to v2.1 or later at present. |
1d0097e to
d6d4365
Compare
Set up NRI container adjustment with an extra option to allow CDI device injection to really take place instead of silently ignoring the injection request. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
d6d4365 to
0bc74f4
Compare
AkihiroSuda
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instead of just dropping requested CDI devices silently, if CDI device injection is enabled by configuration, set up NRI container adjustment with an extra option to allow CDI device injection to really take place.