diff --git a/changelog/updates/2024-10-22-disable-CONFIG_NFS_V4_2_READ_PLUS.md b/changelog/updates/2024-10-22-disable-CONFIG_NFS_V4_2_READ_PLUS.md new file mode 100644 index 00000000000..8a20d71d54a --- /dev/null +++ b/changelog/updates/2024-10-22-disable-CONFIG_NFS_V4_2_READ_PLUS.md @@ -0,0 +1 @@ +- Disable CONFIG_NFS_V4_2_READ_PLUS kernel config to fix nfs-ganesha ([#2390](https://github.com/flatcar/scripts/pull/2390)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index d0f30edb5c4..83771370bc3 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -642,6 +642,7 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=m CONFIG_NFS_V4_1=y CONFIG_NFS_V4_2=y +CONFIG_NFS_V4_2_READ_PLUS=n CONFIG_NFT_BRIDGE_META=m CONFIG_NFT_BRIDGE_REJECT=m CONFIG_NFT_COMPAT=m