Skip to content

Commit e6d30d1

Browse files
committed
sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS
Disable CONFIG_NFS_V4_2_READ_PLUS kernel config, as Linux kernel >= 6.6 enabled the CONFIG_NFS_V4_2_READ_PLUS config option by default, and nfs-ganesha version <= 6.1 is broken due to mishandling of the read_plus operation. See: nfs-ganesha/nfs-ganesha@24da5c3 See: flatcar/Flatcar#1565 See: nfs-ganesha/nfs-ganesha#1188
1 parent b9d6deb commit e6d30d1

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)