Skip to content

Commit

Permalink
sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ader1990 committed Oct 22, 2024
1 parent 505d856 commit 7a1ff9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,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
Expand Down

0 comments on commit 7a1ff9a

Please sign in to comment.