From 553c15160e4e3b063f4b689ee762b6d14be9953b Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 15 Nov 2010 05:57:46 +0000 Subject: Revert "nfs: Use only 38467 as default port instead of 3846[567]" This reverts commit be5c02a81c19336a6b922b1e1f28293c90955e7f. By default, continue to register the three original port numbers so that an upgrade to future version from 3.1 release does not break mount requests against portmap, which may have old port numbers registered. 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/nfs.h | 1 - 1 file changed, 1 deletion(-) (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 6d7ed2f04..e7a023c4a 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -44,7 +44,6 @@ #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. -- cgit