Skip to content

Commit 8ba20cf

Browse files
authored
Merge pull request #2416 from flatcar/ader1990/fix-nfs-read-plus-3975
Backport sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS to stable
2 parents c620181 + e6d30d1 commit 8ba20cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Disable CONFIG_NFS_V4_2_READ_PLUS kernel config to fix nfs-ganesha ([#2390](https://github.com/flatcar/scripts/pull/2390))

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ CONFIG_NFS_V3_ACL=y
641641
CONFIG_NFS_V4=m
642642
CONFIG_NFS_V4_1=y
643643
CONFIG_NFS_V4_2=y
644+
CONFIG_NFS_V4_2_READ_PLUS=n
644645
CONFIG_NFT_BRIDGE_META=m
645646
CONFIG_NFT_BRIDGE_REJECT=m
646647
CONFIG_NFT_COMPAT=m

0 commit comments

Comments
 (0)