summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2010-11-08 06:25:17 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-11-09 02:11:59 -0800
commitbe5c02a81c19336a6b922b1e1f28293c90955e7f (patch)
tree22deafb00da42f17a39ae202157df52676012f33 /xlators/nfs/server/src/nfs.h
parent0f9ec3dec9d51ac5a8f692896d0724b3e87e9ae2 (diff)
nfs: Use only 38467 as default port instead of 3846[567]
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1743 (XenServer is not compatible with GlusterNFS) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1743
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
-rw-r--r--xlators/nfs/server/src/nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h
index b6a1d4a46..8cbcf63bb 100644
--- a/xlators/nfs/server/src/nfs.h
+++ b/xlators/nfs/server/src/nfs.h
@@ -44,6 +44,7 @@
#define GF_NFS_DVM_ON 1
#define GF_NFS_DVM_OFF 2
+#define GF_NFS_DEFAULT_PORT 38467
/* Callback into a version-specific NFS protocol.
* The return type is used by the nfs.c code to register the protocol.