Skip to content

Commit 5a76525

Browse files
authored
Merge pull request #2390 from flatcar/ader1990/fix-nfs-read-plus
sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS
2 parents 41b5bf0 + 73afa5e commit 5a76525

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
@@ -642,6 +642,7 @@ CONFIG_NFS_V3_ACL=y
642642
CONFIG_NFS_V4=m
643643
CONFIG_NFS_V4_1=y
644644
CONFIG_NFS_V4_2=y
645+
CONFIG_NFS_V4_2_READ_PLUS=n
645646
CONFIG_NFT_BRIDGE_META=m
646647
CONFIG_NFT_BRIDGE_REJECT=m
647648
CONFIG_NFT_COMPAT=m

0 commit comments

Comments
 (0)