From 8c5ed18ffe3d9202301bba21caeb2e1c44ce9910 Mon Sep 17 00:00:00 2001 From: mellor Date: Tue, 21 Aug 2012 12:57:09 +0000 Subject: [PATCH] 3560316 change initial mount timeouts to match NFS defaults git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13571 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/setupnfsv4replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/setupnfsv4replication b/xCAT/postscripts/setupnfsv4replication index c42f722da..5a2b15b35 100755 --- a/xCAT/postscripts/setupnfsv4replication +++ b/xCAT/postscripts/setupnfsv4replication @@ -10,7 +10,7 @@ # Change these two parameters according to your requirements $::NFSRETRIES = 3; -$::NFSTIMEO = 1; +$::NFSTIMEO = 10; # Candidate commands: mount, df, lsfs, nfs4cl showfs # Only the mount command could list all file systems