public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.2.19 + reiserfs 3.5.32 nfsd wait_on_buffer/down_failed
@ 2001-05-08 14:42 Michael Stiller
  2001-05-09  2:22 ` Chris Mason
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Stiller @ 2001-05-08 14:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: nfs

Hi,

we run a nfs server utilizing 2.2.19 + ReiserFS version 3.5.32 on a
P 3 550 machine. Disk subsystem is a GDT7518RN using 4 UW disks as raid 5
device. After upgrading from 2.2.17 + reiserfs to 2.2.19 we experience
many (very much more than with 2.2.17) problems with our nfs clients
about 12 (linux). Network ist 100Mbit full duplex / switched. 
I do not think this is network related, cause ping -f doesnt show any
packet loss. 

During not so heavy IO on the exported fs
one nfsd thread seems to be waiting for the disk:

  621 root       1   0     0    0 wait_on_b DW    6.2  0.0   1:49 nfsd

and the other threads are waiting in down_fail:

  610 root       0   0     0    0 down_fail DW    0.0  0.0   1:52 nfsd
  611 root       0   0     0    0 down_fail DW    0.0  0.0   1:40 nfsd
  612 root       0   0     0    0 down_fail DW    0.0  0.0   1:41 nfsd
  613 root       0   0     0    0 down_fail DW    0.0  0.0   1:48 nfsd
  614 root       0   0     0    0 down_fail DW    0.0  0.0   1:45 nfsd
  615 root       0   0     0    0 down_fail DW    0.0  0.0   1:43 nfsd
  616 root       0   0     0    0 down_fail DW    0.0  0.0   1:50 nfsd
  617 root       0   0     0    0 down_fail DW    0.0  0.0   1:42 nfsd
  618 root       0   0     0    0 down_fail DW    0.0  0.0   1:44 nfsd
  619 root       0   0     0    0 down_fail DW    0.0  0.0   1:42 nfsd
  620 root       0   0     0    0 down_fail DW    0.0  0.0   1:47 nfsd
  622 root       0   0     0    0 down_fail DW    0.0  0.0   1:47 nfsd
  623 root       0   0     0    0 down_fail DW    0.0  0.0   1:43 nfsd
  624 root       0   0     0    0 down_fail DW    0.0  0.0   1:48 nfsd
  609 root       0   0     0    0 down_fail DW    0.0  0.0   1:50 nfsd

During this event:

- If i check the disk io with e.g. vmstat 1 the machine is doing about 200 bi
  per second, which is not so much i guess. 
- the client machines hang, should be clear:

nfs: server foo is not responding
nfs: server foo still not responding
nfs: server foo OK

Our idea is to revert back to 2.2.17 cause the behaviour was much better.

How can i debug this ? Can i do some tuning ? 
Should i revert to some older kernel. 
Are there any patches for this problem ? Does anyone has the same or
related problem ?

Any pointer would be useful.

TIA and cheers,

-Michael

-- 
In a world where an admin is rendered useless when the ball in his mouse
has been taken out, its good to know that I know UNIX. 

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

* Re: 2.2.19 + reiserfs 3.5.32 nfsd wait_on_buffer/down_failed
  2001-05-08 14:42 2.2.19 + reiserfs 3.5.32 nfsd wait_on_buffer/down_failed Michael Stiller
@ 2001-05-09  2:22 ` Chris Mason
  2001-05-09  6:38   ` Michael Stiller
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Mason @ 2001-05-09  2:22 UTC (permalink / raw)
  To: Michael Stiller, linux-kernel; +Cc: nfs



On Tuesday, May 08, 2001 04:42:43 PM +0200 Michael Stiller <michael@ping.de> wrote:

> Hi,
> 
> we run a nfs server utilizing 2.2.19 + ReiserFS version 3.5.32 on a
> P 3 550 machine. Disk subsystem is a GDT7518RN using 4 UW disks as raid 5
> device. After upgrading from 2.2.17 + reiserfs to 2.2.19 we experience
> many (very much more than with 2.2.17) problems with our nfs clients
> about 12 (linux). Network ist 100Mbit full duplex / switched. 
> I do not think this is network related, cause ping -f doesnt show any
> packet loss. 
> 
> During not so heavy IO on the exported fs
> one nfsd thread seems to be waiting for the disk:

Are you running any patches to make knfsd deal with the reiserfs iget issues?

-chris


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

* Re: 2.2.19 + reiserfs 3.5.32 nfsd wait_on_buffer/down_failed
  2001-05-09  2:22 ` Chris Mason
@ 2001-05-09  6:38   ` Michael Stiller
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Stiller @ 2001-05-09  6:38 UTC (permalink / raw)
  To: Chris Mason; +Cc: Michael Stiller, linux-kernel, nfs

> > we run a nfs server utilizing 2.2.19 + ReiserFS version 3.5.32 on a
> > P 3 550 machine. Disk subsystem is a GDT7518RN using 4 UW disks as raid 5
> > device. After upgrading from 2.2.17 + reiserfs to 2.2.19 we experience
> > many (very much more than with 2.2.17) problems with our nfs clients
> > about 12 (linux). Network ist 100Mbit full duplex / switched. 
> > I do not think this is network related, cause ping -f doesnt show any
> > packet loss. 
> > 
> > During not so heavy IO on the exported fs
> > one nfsd thread seems to be waiting for the disk:
> 
> Are you running any patches to make knfsd deal with the reiserfs iget issues?

No. Just plain 2.2.19 + reiserfs 3.5.32. Should i use any patches ? 
I just checked ftp.suse.com/pub/people/mason/reiserfs/patches and 
there are only 2.2.19pre patches. 

Does it help to mount the filesystems noatime ?

Chris, do you have any idea where the problem may be located ? 

Cheers,

-Michael



-- 
x(f,s,c)char *s;{return f&1 ? *s ? *s-c ? x(f,++s,c) :7[s]:0:f&2 
? x(--f,"!/*,xq-ih9]c$=le&M t)r\nm@p31n%ag.8}Sdoy",c):f&4 ? *s ? 
x(f,s+1,putchar(x(f-2,"^&%!*)",*s))) : 0 : 0;}main(){return x(4,
"]!x/mhicn$!iihle&!x/mhiM$agimr%p !r@p%he&!x/mhiM !r@p%he",65);}



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

end of thread, other threads:[~2001-05-09  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-08 14:42 2.2.19 + reiserfs 3.5.32 nfsd wait_on_buffer/down_failed Michael Stiller
2001-05-09  2:22 ` Chris Mason
2001-05-09  6:38   ` Michael Stiller

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