aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/config-vanilla.x86
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2018-10-03 04:35:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-04 10:21:13 +0000
commit79f12f3a8d34fb995c5c2a1a4094682c63f329dd (patch)
treeac8a200e7d732c45eee20fe7121d9b2d15bf648a /main/linux-vanilla/config-vanilla.x86
parentabd0d09c5fadee37c24a23dfb29e71014aa6d877 (diff)
downloadaports-79f12f3a8d34fb995c5c2a1a4094682c63f329dd.tar.bz2
aports-79f12f3a8d34fb995c5c2a1a4094682c63f329dd.tar.xz
main/linux-vanilla: enable NFS v4.1 & v4.2
AWS Elastic File System works best with NFS v4.1, Docker's cloudstor:aws plugin requires it. This is already enabled in config-vanilla.s390x; simply enabling it in the other configs.
Diffstat (limited to 'main/linux-vanilla/config-vanilla.x86')
-rw-r--r--main/linux-vanilla/config-vanilla.x869
1 files changed, 8 insertions, 1 deletions
diff --git a/main/linux-vanilla/config-vanilla.x86 b/main/linux-vanilla/config-vanilla.x86
index 4483ae192b..59c6a565a0 100644
--- a/main/linux-vanilla/config-vanilla.x86
+++ b/main/linux-vanilla/config-vanilla.x86
@@ -6581,7 +6581,14 @@ CONFIG_NFS_V3=m
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
-# CONFIG_NFS_V4_1 is not set
+CONFIG_NFS_V4_1=y
+CONFIG_NFS_V4_2=y
+CONFIG_PNFS_FILE_LAYOUT=m
+CONFIG_PNFS_BLOCK=m
+CONFIG_PNFS_FLEXFILE_LAYOUT=m
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
+# CONFIG_NFS_V4_1_MIGRATION is not set
+CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y