public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Stale Filehandles was: [2.6] nfs_rename: target $file busy, d_count=2
  2004-01-16 18:40   ` Mike Fedyk
@ 2004-01-16 18:55     ` Mike Fedyk
  2004-01-16 20:16       ` Mike Fedyk
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Fedyk @ 2004-01-16 18:55 UTC (permalink / raw)
  To: Patrick Mau, linux-kernel, netdev

On Fri, Jan 16, 2004 at 10:40:31AM -0800, Mike Fedyk wrote:
> I only had a few nfs clients doing light load, (kde home directories, and
> such) and was able to reproduce stale nfs file handles just by running "find
> > /dev/null" on the nfs share.
> 
> Have you tried the -mm tree recently?  2.6.1-mm4 even has some new nfsd
> patches in there (maybe you should wait until -mm5 though, there are a few

Stale filehandles is the main problem right now, and I don't see how
nfs_raname would be related (just that it was there while I was having
trouble with the stale file handles...)

http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1/2.6.1-mm4/broken-out/nfsd-01-stale-filehandles-fixes.patch

This one looks particularly interesting...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Stale Filehandles was: [2.6] nfs_rename: target $file busy, d_count=2
  2004-01-16 18:55     ` Stale Filehandles was: " Mike Fedyk
@ 2004-01-16 20:16       ` Mike Fedyk
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Fedyk @ 2004-01-16 20:16 UTC (permalink / raw)
  To: Patrick Mau, linux-kernel, netdev

On Fri, Jan 16, 2004 at 10:55:04AM -0800, Mike Fedyk wrote:
> On Fri, Jan 16, 2004 at 10:40:31AM -0800, Mike Fedyk wrote:
> > I only had a few nfs clients doing light load, (kde home directories, and
> > such) and was able to reproduce stale nfs file handles just by running "find
> > > /dev/null" on the nfs share.
> > 
> > Have you tried the -mm tree recently?  2.6.1-mm4 even has some new nfsd
> > patches in there (maybe you should wait until -mm5 though, there are a few
> 
> Stale filehandles is the main problem right now, and I don't see how
> nfs_raname would be related (just that it was there while I was having
> trouble with the stale file handles...)
> 
> http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1/2.6.1-mm4/broken-out/nfsd-01-stale-filehandles-fixes.patch
> 
> This one looks particularly interesting...
> 

Most of the nfs client patches are for NFS4 or RPCSEC_GSS.  Except for:

http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1/2.6.1-mm4/broken-out/

nfs-26-sock_disconnect.patch
nfs-31-attr.patch
nfs-client-deadlock-fix.patch
nfs-fix-bogus-setattr-calls.patch
nfs-open-intent-fix.patch
nfs-optimise-COMMIT-calls.patch
nfs-readonly-mounts-fix.patch
nfs-rpc-debug-oops-fix.patch

These might be interesting to test, but so far I haven't had troubles with
the stock Linus 2.6 nfs3 client.

Mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Stale Filehandles was: [2.6] nfs_rename: target $file busy, d_count=2
@ 2004-01-22  7:17 Jonathan Boler
  2004-01-22  7:37 ` hanasaki
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Boler @ 2004-01-22  7:17 UTC (permalink / raw)
  To: Linux Kernel Mailing List

On Fri, Jan 16, 2004 at 10:40:31AM -0800, Mike Fedyk wrote:
> > I only had a few nfs clients doing light load, (kde home directories, and
> > such) and was able to reproduce stale nfs file handles just by running "find
> > > /dev/null" on the nfs share.
> >
> > Have you tried the -mm tree recently? 2.6.1-mm4 even has some new nfsd
> > patches in there (maybe you should wait until -mm5 though, there are a few
> 
> Stale filehandles is the main problem right now, and I don't see how
> nfs_raname would be related (just that it was there while I was having
> trouble with the stale file handles...)
> 
> http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1/2.6.1-mm4/broken-out/nfsd-01-stale-filehandles-fixes.patch
> 
> This one looks particularly interesting...

I was getting alot of nfsv3 stale file handles with 2.6.1-mm1 so I dropped back to 2.6.1.

mm5 seems to have fixed everything.

Jonathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Stale Filehandles was: [2.6] nfs_rename: target $file busy, d_count=2
  2004-01-22  7:17 Stale Filehandles was: [2.6] nfs_rename: target $file busy, d_count=2 Jonathan Boler
@ 2004-01-22  7:37 ` hanasaki
  0 siblings, 0 replies; 4+ messages in thread
From: hanasaki @ 2004-01-22  7:37 UTC (permalink / raw)
  Cc: Linux Kernel Mailing List

I have been having them consistently with 2.6.0 and 2.6.1 clients 
against 2.6.0 and/or 2.6.1 servers.

2.6.1 and 2.6.0 against a 2.4.x server has no problems.

Jonathan Boler wrote:
> On Fri, Jan 16, 2004 at 10:40:31AM -0800, Mike Fedyk wrote:
> 
>>>I only had a few nfs clients doing light load, (kde home directories, and
>>>such) and was able to reproduce stale nfs file handles just by running "find
>>>
>>>>/dev/null" on the nfs share.
>>>
>>>Have you tried the -mm tree recently? 2.6.1-mm4 even has some new nfsd
>>>patches in there (maybe you should wait until -mm5 though, there are a few
>>
>>Stale filehandles is the main problem right now, and I don't see how
>>nfs_raname would be related (just that it was there while I was having
>>trouble with the stale file handles...)
>>
>>http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1/2.6.1-mm4/broken-out/nfsd-01-stale-filehandles-fixes.patch
>>
>>This one looks particularly interesting...
> 
> 
> I was getting alot of nfsv3 stale file handles with 2.6.1-mm1 so I dropped back to 2.6.1.
> 
> mm5 seems to have fixed everything.
> 
> Jonathan
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-22  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-22  7:17 Stale Filehandles was: [2.6] nfs_rename: target $file busy, d_count=2 Jonathan Boler
2004-01-22  7:37 ` hanasaki
  -- strict thread matches above, loose matches on Subject: below --
2004-01-16  5:06 Fwd: " Mike Fedyk
2004-01-16 13:03 ` Patrick Mau
2004-01-16 18:40   ` Mike Fedyk
2004-01-16 18:55     ` Stale Filehandles was: " Mike Fedyk
2004-01-16 20:16       ` Mike Fedyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox