Comments
Patch
@@ -37,11 +37,11 @@
#include "uuid.h"
/* Registered with portmap */
-#define GF_MOUNTV3_PORT GF_NFS_DEFAULT_PORT
+#define GF_MOUNTV3_PORT 38465
#define GF_MOUNTV3_IOB (2 * GF_UNIT_KB)
#define GF_MOUNTV3_IOBPOOL (GF_MOUNTV3_IOB * 50)
-#define GF_MOUNTV1_PORT GF_NFS_DEFAULT_PORT
+#define GF_MOUNTV1_PORT 38466
#define GF_MNT GF_NFS"-mount"
extern rpcsvc_program_t *
@@ -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.
@@ -38,7 +38,7 @@
#include <sys/statvfs.h>
#define GF_NFS3 GF_NFS"-nfsv3"
-#define GF_NFS3_PORT GF_NFS_DEFAULT_PORT
+#define GF_NFS3_PORT 38467
#define GF_NFS3_DEFAULT_MEMFACTOR 15
#define GF_NFS3_IOBPOOL_MULT GF_NFS_CONCURRENT_OPS_MULT