From b55da8ad16ebe67e841d36efb0ecd08a7195c74d Mon Sep 17 00:00:00 2001 From: mellor Date: Tue, 21 Aug 2012 13:00:15 +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/trunk@13572 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 2389cea83..092007aef 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