From be5c02a81c19336a6b922b1e1f28293c90955e7f Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 8 Nov 2010 06:25:17 +0000 Subject: nfs: Use only 38467 as default port instead of 3846[567] Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 1743 (XenServer is not compatible with GlusterNFS) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1743 --- xlators/nfs/server/src/nfs3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/nfs/server/src/nfs3.h') diff --git a/xlators/nfs/server/src/nfs3.h b/xlators/nfs/server/src/nfs3.h index a43fdc4af28..da7ad27b750 100644 --- a/xlators/nfs/server/src/nfs3.h +++ b/xlators/nfs/server/src/nfs3.h @@ -38,7 +38,7 @@ #include #define GF_NFS3 GF_NFS"-nfsv3" -#define GF_NFS3_PORT 38467 +#define GF_NFS3_PORT GF_NFS_DEFAULT_PORT #define GF_NFS3_DEFAULT_MEMFACTOR 15 #define GF_NFS3_IOBPOOL_MULT GF_NFS_CONCURRENT_OPS_MULT -- cgit