-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-381221: Increase NFS timeouts to the expected value
Newer kernels have more reliable NFS timeouts but they also do not behave quite like the manpage describes regarding major timeouts with soft TCP NFS mounts. From experimentation and reading the code, a major timeout occurs after min(600, (timeo/10) * (retrans + 1)) seconds. With the current defaults, that means 40 seconds. However, the intention with CA-302514 was to set it to 100 seconds so increase timeo and retrans accordingly. Signed-off-by: Ross Lagerwall <[email protected]>
- Loading branch information
1 parent
4ab0276
commit a777e29
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters