Re: NFS on loopback locks up entire system(2.6.23-rc6)?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Trond Myklebust <Trond.Myklebust@...>
Cc: <nfs@...>, <linux-kernel@...>
Date: Thursday, September 20, 2007 - 11:12 pm

Thanks Trond, for clarifying this for me.

I have seen similar behavior when a remote NFS server is not
available. Many processes wait end up waiting in nfs_release_page. So,
what will happen if the remote server is not available,
nfs_release_page cannot free the memory since it waits on rpc request
to complete, which never completes and processes wait in there for
ever?

And unfortunately in my case, I cannot use "mount --bind". I want to
use the same file system from two different nodes, and I want file &
record locking to be consistent. The only way to make sure locking is
consistent is to use loopback NFS on 1 host and NFS mount the same
file system on other nodes, so that NFS server ensures file & record
locking to be consistent. Is there any alternative to this?

Is it possible or any efforts to integrate ext3 or other local file
systems locking & network file system locking, so that user can use
"mount --bind" on local host and NFS mount on remote nodes, but file &
record locking will be consistent between both the nodes?

Thanks
--Chakri

On 9/20/07, Trond Myklebust <Trond.Myklebust@netapp.com> wrote:
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: NFS on loopback locks up entire system(2.6.23-rc6)?, Trond Myklebust, (Thu Sep 20, 8:43 pm)
Re: NFS on loopback locks up entire system(2.6.23-rc6)?, Chakri n, (Thu Sep 20, 11:12 pm)
Re: [NFS] NFS on loopback locks up entire system(2.6.23-rc6)?, Trond Myklebust, (Fri Sep 21, 10:13 am)
Re: [NFS] NFS on loopback locks up entire system(2.6.23-rc6)?, Trond Myklebust, (Fri Sep 21, 12:24 pm)
Re: NFS on loopback locks up entire system(2.6.23-rc6)?, J. Bruce Fields, (Fri Sep 21, 8:47 am)