Bug 21229

Summary: [nfs] [patch] Proper value for vfs.nfs.access_cache_timeout in nfs.h
Product: Base System Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andre Albsmeier 2000-09-12 18:20:00 UTC
When using NFS, vfs.nfs.access_cache_timeout is set to 2 by /etc/rc.network
Without this sysctl the value would be 60. Since 2 seems to be an
appropriate value, I would suggest to set it in /sys/nfs/nfs.h already.

How-To-Repeat: 
Examine vfs.nfs.access_cache_timeout with and without NFS enabled.
Comment 1 Sheldon Hearn 2000-09-12 19:36:16 UTC
On Tue, 12 Sep 2000 19:14:19 +0200, Andre Albsmeier wrote:

> >Number:         21229
> >Category:       kern
> >Synopsis:       Proper value for vfs.nfs.access_cache_timeout in nfs.h

Matt, are you still our NFS maintainer?

Ciao,
Sheldon.
Comment 2 Andre.Albsmeier 2005-08-22 08:59:07 UTC
Please close this PR.

NFS_MAXATTRTIMO can be set in the kernel config now as well.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2005-08-22 17:11:01 UTC
State Changed
From-To: open->closed

Submitter notes that this can now be set by a kernel config option.