Hello,
>> * What do you think proper options for NFS auto/mounts would be for
>> extremely busy centralized NFS filers?
>
>Something like
>
>mount -t nfs -ohard,timeo=600,retrans=2,rsize=32768,wsize=32768,tcp
foo:/ /bar
>
>should be a fairly safe bet. You might want to add the 'intr' flag too,
depending on how you feel about the behaviour w.r.t. pressing ^C.
We use the following setup with good results and without loss of
functionality (assuminig linux defaults [eg, 'hard','rw', etc]):
For read-only filesystem:
ro,rsize=32768,wsize=32768,timeo=600,actimeo=600,intr,tcp,nfsvers=3
For read-write:
rsize=32768,wsize=32768,timeo=600,actimeo=120,intr,tcp,nfsvers=3
-Daniel
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs