View previous topic :: View next topic |
Author |
Message |
RAPHEAD Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 20 Jun 2003 Posts: 134 Location: Germany
|
Posted: Sun Dec 02, 2007 3:14 pm Post subject: NFS4 Change Propagation Delay |
|
|
Hi,
I run a website with multiple web-servers which access the site centrally on an NFS4 server.
Works great except one problem:
Sometimes it takes a very long time until changes made to files
made directly on the file server get propagated on the web servers.
Is that normal behaviour with NFS?
Is there any way to tweak the behaviour?
thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
erik258 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/18778702754589d89edad52.gif)
Joined: 12 Apr 2005 Posts: 2650 Location: Twin Cities, Minnesota, USA
|
Posted: Sun Dec 02, 2007 7:37 pm Post subject: |
|
|
Are they being mounted with 'no_wdelay'? I think it's the default. And 'sync'? _________________ Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
RAPHEAD Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 20 Jun 2003 Posts: 134 Location: Germany
|
Posted: Sun Dec 02, 2007 7:42 pm Post subject: |
|
|
the servers mount like this in fstab
... nfs4 rsize=32768,wsize=32768,noatime,nodiratime 0 0
however, I think the settings you mention will only have an effect if you also write via NFS
or am I wrong |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|