aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2018-07-16 21:32:50 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2018-07-16 21:32:50 +0000
commit5d54f186bbb55ccfc11379525cef8be59f33449f (patch)
tree913c0a459d67d12de0453941c907aae6be2b574c /sys/fs/nfs
parentc1176e63e821c69576ac8de3f1be9c04db419fb2 (diff)
downloadsrc-5d54f186bbb55ccfc11379525cef8be59f33449f.tar.gz
src-5d54f186bbb55ccfc11379525cef8be59f33449f.zip
Modify the reasons for not issuing a delegation in the NFSv4.1 server.
The ESXi NFSv4.1 client will generate warning messages when the reason for not issuing a delegation is two. Two refers to a resource limit and I do not see why it would be considered invalid. However it probably was not the best choice of reason for not issuing a delegation. This patch changes the reasons used to ones that the ESXi client doesn't complain about. This change does not affect the FreeBSD client and does not appear to affect behaviour of the Linux NFSv4.1 client. RFC5661 defines these "reasons" but does not give any guidance w.r.t. which ones are more appropriate to return to a client. Tested by: andreas.nagy@frequentis.com PR: 226650 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=336357
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfsproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nfs/nfsproto.h b/sys/fs/nfs/nfsproto.h
index e9f8ec83614f..af2e3eb63a14 100644
--- a/sys/fs/nfs/nfsproto.h
+++ b/sys/fs/nfs/nfsproto.h
@@ -568,6 +568,7 @@
#define NFSV4OPEN_WDRESOURCE 0x00080000
#define NFSV4OPEN_WDCONTENTION 0x00100000
#define NFSV4OPEN_WDNOTWANTED 0x00200000
+#define NFSV4OPEN_WDSUPPFTYPE 0x00400000
/*
* NFS V4 File Handle types