Skip to content

Commit 262a34e

Browse files
chrisj-satxtormath1
authored andcommitted
sys-kernel: enable NVMe/TCP and multipath kernel modules
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: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
1 parent 9c5c6c8 commit 262a34e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,13 @@ CONFIG_NO_HZ=y
777777
CONFIG_NR_CPUS=512
778778
CONFIG_NUMA=y
779779
CONFIG_NUMA_BALANCING=y
780+
CONFIG_NVME_MULTIPATH=y
780781
CONFIG_NVME_RDMA=m
781782
CONFIG_NVME_TARGET=m
782783
CONFIG_NVME_TARGET_LOOP=m
783784
CONFIG_NVME_TARGET_RDMA=m
785+
CONFIG_NVME_TARGET_TCP=m
786+
CONFIG_NVME_TCP=m
784787
CONFIG_OPENVSWITCH=m
785788
CONFIG_OVERLAY_FS=m
786789
CONFIG_OVERLAY_FS_METACOPY=y

0 commit comments

Comments
 (0)