From 79f12f3a8d34fb995c5c2a1a4094682c63f329dd Mon Sep 17 00:00:00 2001 From: Jake Buchholz Date: Wed, 3 Oct 2018 04:35:03 +0000 Subject: 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. --- main/linux-vanilla/config-vanilla.x86 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'main/linux-vanilla/config-vanilla.x86') 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 -- cgit v1.2.3