Hello, commit 4edaa308888b4bd629fa025cc6d5b2bf1a2a51db Author: Chuck Lever <chuck.lever@xxxxxxxxxx> Date: Sat Mar 16 15:56:20 2013 -0400 NFS: Use "krb5i" to establish NFSv4 state whenever possible Introduced a hard code call to nfs_create_rpc_client(RPC_AUTH_GSS_KRB5I) in nfs4_init_client() which means if rpc.gssd is not running the mount hangs for a bit logs the "RPC: AUTH_GSS upcall timed out" and then tries nfs_create_rpc_client(RPC_AUTH_NULL) allowing the mount to succeed. Is this a known "feature"? steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html