Skip to content

Commit 7a1ff9a

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 505d856 commit 7a1ff9a

File tree

1 file changed

+1
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files

1 file changed

+1
-0
lines changed

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)