diff --git a/changelog/changes/2026-05-18-nvme-tcp.md b/changelog/changes/2026-05-18-nvme-tcp.md new file mode 100644 index 00000000000..cd0850a8510 --- /dev/null +++ b/changelog/changes/2026-05-18-nvme-tcp.md @@ -0,0 +1 @@ +- Added NVMe/TCP support, enabling storage backends that use NVMe over Fabrics. ([scripts#4036](https://github.com/flatcar/scripts/pull/4036)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 index 733dcff5dc2..527b3026ff5 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 @@ -777,10 +777,13 @@ CONFIG_NO_HZ=y CONFIG_NR_CPUS=512 CONFIG_NUMA=y CONFIG_NUMA_BALANCING=y +CONFIG_NVME_MULTIPATH=y CONFIG_NVME_RDMA=m CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_LOOP=m CONFIG_NVME_TARGET_RDMA=m +CONFIG_NVME_TARGET_TCP=m +CONFIG_NVME_TCP=m CONFIG_OPENVSWITCH=m CONFIG_OVERLAY_FS=m CONFIG_OVERLAY_FS_METACOPY=y