Skip to content

Commit

Permalink
Merge pull request #2390 from flatcar/ader1990/fix-nfs-read-plus
Browse files Browse the repository at this point in the history
sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS
  • Loading branch information
ader1990 authored Oct 30, 2024
2 parents 41b5bf0 + 73afa5e commit 5a76525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Disable CONFIG_NFS_V4_2_READ_PLUS kernel config to fix nfs-ganesha ([#2390](https://github.com/flatcar/scripts/pull/2390))
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 5a76525

Please sign in to comment.