All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: NFS speed problem when appending data to existing files
@ 2003-10-08 22:08 Bernd Schubert
  2003-10-09 10:33 ` Torsten Werner
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Schubert @ 2003-10-08 22:08 UTC (permalink / raw)
  To: Torsten Werner; +Cc: linux-kernel

> on the client side (2.4.22, server is a 2.4.21 kernel based nfsd). Only
> appending small amounts of data to an existing file shows the problem.
> Writing a large file happens at FastEthernet speed flawlessly. Any help,
> please?
> 

Hello Torsten,

2.4.22 has a client-side nfs-bug causing this. I'm not sure if this is already 
fixed in 2.4.23-pre6, so I suggest you downgrade to 2.4.21.

Cheers,
	Bernd


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

* Re: NFS speed problem when appending data to existing files
  2003-10-08 22:08 NFS speed problem when appending data to existing files Bernd Schubert
@ 2003-10-09 10:33 ` Torsten Werner
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Werner @ 2003-10-09 10:33 UTC (permalink / raw)
  To: linux-kernel

Hello Bernd,

On 2003-10-09, Bernd Schubert wrote:
> 2.4.22 has a client-side nfs-bug causing this. I'm not sure if this is
> already fixed in 2.4.23-pre6, so I suggest you downgrade to 2.4.21.

Thanks, that does avoid the error messages in the kernel log but it does
not solve the problem. You can download a strace log from
http://twerner.debian.net/strace.out.bz2 . You will see a programm that
repeatedly opens a file in append mode, writes some data and closes the
file. Sometimes the close need overs half a second which is far to much.
(Please just 'grep close strace.out' to see it clearly.)

It did work with some older kernel that I have already deinstalled. :-(

Regards,
Torsten

-- 
Torsten Werner                         Dresden University of Technology
email@twerner42.de                   +49 351 46336711 / +49 162 3123004
http://www.twerner42.de/                      telefax: +49 351 46336809


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

* NFS speed problem when appending data to existing files
@ 2003-10-08 15:53 Torsten Werner
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Werner @ 2003-10-08 15:53 UTC (permalink / raw)
  To: linux-kernel

Hello,

the following command

for i in `seq 1 10240`; do dd if=/dev/zero bs=100 count=1 2> /dev/null | tee -a tmp0; done

is very slow on a nfs mounted homedir and I get lots of error messages

nfs: server xxxxxx not responding, still trying
nfs: server xxxxxx OK

on the client side (2.4.22, server is a 2.4.21 kernel based nfsd). Only
appending small amounts of data to an existing file shows the problem.
Writing a large file happens at FastEthernet speed flawlessly. Any help,
please?

Thanks,
Torsten

-- 
Torsten Werner                         Dresden University of Technology
email@twerner42.de                   +49 351 46336711 / +49 162 3123004
http://www.twerner42.de/                      telefax: +49 351 46336809


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

end of thread, other threads:[~2003-10-09 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-08 22:08 NFS speed problem when appending data to existing files Bernd Schubert
2003-10-09 10:33 ` Torsten Werner
  -- strict thread matches above, loose matches on Subject: below --
2003-10-08 15:53 Torsten Werner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.