Merge pull request #2415 from flatcar/ader1990/fix-nfs-read-plus-4081

Backport sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS to beta
This commit is contained in:
Adrian Vladu 2024-11-01 18:23:27 +02:00 committed by GitHub
commit 317ff7b326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- Disable CONFIG_NFS_V4_2_READ_PLUS kernel config to fix nfs-ganesha ([#2390](https://github.com/flatcar/scripts/pull/2390))

View File

@ -641,6 +641,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