Skip to content

Commit b92df2a

Browse files
authored
Merge pull request #4036 from LambdaLabs/nvme-tcp
sys-kernel: enable NVMe/TCP and multipath kernel modules
2 parents 8bf48b9 + 7e21d7d commit b92df2a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added NVMe/TCP support, enabling storage backends that use NVMe over Fabrics. ([scripts#4036](https://github.com/flatcar/scripts/pull/4036))

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)