Skip to content

Commit 7fd461c

Browse files
amschuma-ntapTrond Myklebust
authored andcommitted
NFSv4.2: Change the default KConfig value for READ_PLUS
Now that we've worked out performance issues and have a server patch addressing the failed xfstests, we can safely enable this feature by default. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
1 parent b4e4f66 commit 7fd461c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fs/nfs/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ config NFS_DISABLE_UDP_SUPPORT
209209
config NFS_V4_2_READ_PLUS
210210
bool "NFS: Enable support for the NFSv4.2 READ_PLUS operation"
211211
depends on NFS_V4_2
212-
default n
212+
default y
213213
help
214-
This is intended for developers only. The READ_PLUS operation has
215-
been shown to have issues under specific conditions and should not
216-
be used in production.
214+
Choose Y here to enable the use of READ_PLUS over NFS v4.2. READ_PLUS
215+
attempts to improve read performance by compressing out sparse holes
216+
in the file contents.

0 commit comments

Comments
 (0)