Hide Forgot
Mac host does mount using MOUNT3 but it send MOUNT1_DUMP for showmount, 713 65.541221 192.168.1.21 192.168.1.44 MOUNT V1 DUMP Call There is a bug in NFS server implementation to handle MOUNT1_DUMP, we are maintaining different states for MOUNT1 and MOUNT3.
Here is the comparison of Linux and Mac for Mount protocol. Linux Mac Mount Mount3 Mount3 Umount Umount3 Umount1(It fails in Getport Mount1 UDP) Export Mount3_Export Mount1_Export Dump Mount3_Dump Mount1_Dump
PATCH: http://patches.gluster.com/patch/7056 in master (NFS : Maintain common state for MOUNT1 and MOUNT3.)
PATCH: http://patches.gluster.com/patch/7008 in master (NFS : Use proper exit point in nfs_init_state.)
PATCH: http://patches.gluster.com/patch/7057 in release-3.1 (NFS : Maintain common state for MOUNT1 and MOUNT3.)
PATCH: http://patches.gluster.com/patch/7014 in release-3.1 (NFS : Use proper exit point in nfs_init_state.)
this bug is based on 2692, hence need to be reopened