From 99ea01aa92109f0fa5b35f47e7d04dce11baa654 Mon Sep 17 00:00:00 2001 From: Krishna Srinivas Date: Tue, 8 May 2012 15:15:31 +0530 Subject: nfs/mount: Support MOUNT protocol on UDP. Needed for NLM on solaris clients. Change-Id: I3f5c35d06827fb267a7dae53d949c61567a945d0 BUG: 799287 Signed-off-by: Krishna Srinivas Reviewed-on: http://review.gluster.com/3337 Tested-by: Gluster Build System Reviewed-by: Rajesh Amaravathi Reviewed-by: Anand Avati --- xlators/nfs/server/src/nfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/nfs/server/src/nfs.h') diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index 0c9721244c6..4c6d039f8d2 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -86,6 +86,7 @@ struct nfs_state { unsigned int override_portnum; int allow_insecure; int enable_nlm; + int mount_udp; struct rpc_clnt *rpc_clnt; }; -- cgit