Start a Conversation

Unsolved

This post is more than 5 years old

Moderator

 • 

6.5K Posts

944

July 28th, 2016 00:00

Mount option question ...

HI experts....

Does anybody know why recommended timeout value for Linux are timeo=1200 ?

NFS Best Practices For DataDomain

Mount option we recommend to use:

Linux OS

# mount -t nfs -o hard,intr,nolock,nfsvers=3,tcp,timeo=1200,rsize=1048600,wsize=1048600,bg HOSTNAME:/backup /ddr/backup


As it used be ( DD4.x era) says

hard,intr,nolock,nfsvers=3,tcp,rsize=32768,wsize=32768,bg



Also Linux Man page says  timeo is 60 sec.

Do we still need to use tcp,timeo=1200 as recommended ?

thanks !

aya



62 Posts

July 28th, 2016 01:00

Hi Aya,

Just to mention, that we also recommend this timeout value for other OS's, not just Linux.

The reason behind it was that we experienced a bug in older versions of DDOS which would cause operations to be delayed, exceeding what was our recommended timeout value at the time. Therefore to workaround the issue, whilst the fix was being developed, the recommended timeout value was increased. Obviously this bug has been fixed now, but the timeout value has remained and is still recommended.

So it would seem rather high, but incase we ever encounter another bug that could lead to the same issue, the value has remained as a best practice.

cheers, Rich.

No Events found!

Top