sys-kernel: enable NVMe/TCP and multipath kernel modules#4036
Open
chrisj-satx wants to merge 2 commits into
Open
sys-kernel: enable NVMe/TCP and multipath kernel modules#4036chrisj-satx wants to merge 2 commits into
chrisj-satx wants to merge 2 commits into
Conversation
Add CONFIG_NVME_TCP=m, CONFIG_NVME_TARGET_TCP=m, and CONFIG_NVME_MULTIPATH=y to the 6.12 kernel config. Required for NVMe/TCP initiators and ANA multipath. Tested on amd64 only (Flatcar stable-4593.2.0 / kernel 6.12.81 and main / kernel 6.12.87). Refs: flatcar/Flatcar#1526 Signed-off-by: Christian Jones <christian.jones@lambdal.com>
Signed-off-by: Christian Jones <christian.jones@lambdal.com>
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.
sys-kernel: enable NVMe/TCP and multipath kernel modules
Adds TCP transport support for NVMe over Fabrics and enables native multipath.
nvme_tcpallows Flatcar nodes to act as NVMe/TCP initiators. Without it, storage CSI drivers like NetApp Trident won't work on Flatcar.nvmet_tcpis included as well since Longhorn v2 requires it for its replication layer.nvme_multipathenables the kernel's native multipath support, required for Trident to correctly handle NVMe/TCP volumes.Refs: flatcar/Flatcar#1526
How to use
Testing done
Built and booted on amd64 against stable-4593.2.0 (kernel 6.12.81) and main (kernel 6.12.87). arm64 not tested.
Verified modules load and multipath is active:
Validated end-to-end with NetApp Trident by successfully connecting to an NVMe/TCP target on a node running this image.
changelog/directory (user-facing change, bug fix, security fix, update)/bootand/usrsize, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.