linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: NFS Client and SMP
@ 2001-08-28 16:33 Elgar, Jeremy
  2001-08-28 16:47 ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Elgar, Jeremy @ 2001-08-28 16:33 UTC (permalink / raw)
  To: Linux-Kernel

I am having a similar problem that I had been putting down to a problem with
an OpenBSD box,

Copying a large (n>20) number of file from local disk to an nfs share (on
the BSD box)
causes the server to totally freeze (have to reboot) normally have to bring
the local machines nic up and down to get anything back. kill's on the cp's
wont do anything

happened with each 2.4.x from 4 onwards, on an SMP Dual PIII 933 2Gb Ram

Oddly enough its only on a 'cp -r dir' or 'cp dir/*' it seems to hang, (so
much so that I have been doing a for each script hack, upto now.

All other machines (a mixture of Debian and open BSD boxes are okay)

I can supply / test if it turns out to be a linux problem.

Jeremy

  

> -----Original Message-----
> From: Oliver Paukstadt [mailto:pstadt@stud.fh-heilbronn.de]
> Sent: 28 August 2001 17:17
> To: Linux-Kernel
> Subject: NFS Client and SMP
> 
> 
> HY HY
> 
> I have massive problems using client nfs on SMP boxes.
> I can reproduce it 2.4.[0-7] on s390 and s390x and with 
> 2.4.[0-8] on IA32.
> 
> Try to reproduce starting massive IO on an nfs mounted 
> volume, eg. tar it
> to /dev/null.
> I tested it against verious servers, eg Slowlaris, HP-UX, 
> DEC, Linux 2.2,
> Linux 2.4, no tar survived.
> using NFS v2 or v3 caused no differences.
> One Intel we have to identical machines with identical setup 
> and only the
> box locks up running nfs client (we switched the roles of the boxes)
> 
> On S390 it took 5 to 30 minutes to lock the system, on Intel 
> sometimes it
> took up to 3 hours.
> 
> Running the system with only one cpu caused no hangs, all 
> tars finished.
> 
> BYtE Oli
> 
> +++LINUX++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++
> +++Manchmal stehe ich sogar nachts auf und installiere mir 
> eins....+++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++ 
>  
> 
> -
> 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/
> 


 
===============================================================
Information contained in this email message is intended only for
use of the individual or entity named above. If the reader of this
message is not the intended recipient, or the employee or agent
responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please immediately notify us by email
to postmaster@ndsuk.com and destroy the original message. 



^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: NFS Client and SMP
@ 2001-08-28 16:49 Elgar, Jeremy
  0 siblings, 0 replies; 8+ messages in thread
From: Elgar, Jeremy @ 2001-08-28 16:49 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Ill force a freeze tonight and check the logs just to check, but as you say
im inclined to suspect some problem with the server.

Cheers.
Jeremy


> -----Original Message-----
> From: Alan Cox [mailto:alan@lxorguk.ukuu.org.uk]
> Sent: 28 August 2001 17:48
> To: JElgar@ndsuk.com
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: NFS Client and SMP
> 
> 
> > Copying a large (n>20) number of file from local disk to an 
> nfs share (on
> > the BSD box)
> > causes the server to totally freeze (have to reboot) 
> normally have to bring
> > the local machines nic up and down to get anything back. 
> kill's on the cp's
> > wont do anything
> 
> Whichever end froze is the buggy one. NFS clients are 
> supposed to be robust
> so if Linux was doing something bad the openbsd box should 
> have errored it
> and vice versa. Both may indeed be buggy but the freeze is th efirst
> target.
> 
> Alan
> 


 
===============================================================
Information contained in this email message is intended only for
use of the individual or entity named above. If the reader of this
message is not the intended recipient, or the employee or agent
responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please immediately notify us by email
to postmaster@ndsuk.com and destroy the original message. 



^ permalink raw reply	[flat|nested] 8+ messages in thread
* NFS Client and SMP
@ 2001-08-28 16:16 Oliver Paukstadt
  2001-08-28 18:57 ` Trond Myklebust
  2001-08-28 19:13 ` Trond Myklebust
  0 siblings, 2 replies; 8+ messages in thread
From: Oliver Paukstadt @ 2001-08-28 16:16 UTC (permalink / raw)
  To: Linux-Kernel

HY HY

I have massive problems using client nfs on SMP boxes.
I can reproduce it 2.4.[0-7] on s390 and s390x and with 2.4.[0-8] on IA32.

Try to reproduce starting massive IO on an nfs mounted volume, eg. tar it
to /dev/null.
I tested it against verious servers, eg Slowlaris, HP-UX, DEC, Linux 2.2,
Linux 2.4, no tar survived.
using NFS v2 or v3 caused no differences.
One Intel we have to identical machines with identical setup and only the
box locks up running nfs client (we switched the roles of the boxes)

On S390 it took 5 to 30 minutes to lock the system, on Intel sometimes it
took up to 3 hours.

Running the system with only one cpu caused no hangs, all tars finished.

BYtE Oli

+++LINUX++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++Manchmal stehe ich sogar nachts auf und installiere mir eins....+++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 


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

end of thread, other threads:[~2001-08-29  8:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28 16:33 NFS Client and SMP Elgar, Jeremy
2001-08-28 16:47 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2001-08-28 16:49 Elgar, Jeremy
2001-08-28 16:16 Oliver Paukstadt
2001-08-28 18:57 ` Trond Myklebust
2001-08-28 19:13 ` Trond Myklebust
2001-08-28 20:59   ` Tom Sightler
2001-08-29  8:57     ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).