All of lore.kernel.org
 help / color / mirror / Atom feed
* knsfd - files don't sync to disk
@ 2002-05-16 19:43 Jörgen Karlsson
  2002-05-17 11:58 ` Neil Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Jörgen Karlsson @ 2002-05-16 19:43 UTC (permalink / raw)
  To: nfs

Hi,

We have a serious problem with knfsd and kernel 2.4.17.

When doing a database backup in our linux cluster we have noticed that
a few files are not written to disk properly. The files have zero
file size when checked with the 'ls' command

Several thousands of files are written to the nfs server during a
short period of time.  Average file size is 300-400 bytes.

We have noticed that usually 1-2 out of 3000 files will have their sizes
truncated to 0.

File  system is exported with (rw,sync)

The disk filesystem is ext2.

E.g. this is what is happening:
          - client writes 272 bytes to the server
          - mm/file.c:generic_file_write() returns 272 bytes written
          - fs/nfsd/vfs.c:nfs_write() increments nfsdstats.io_write +=272
             and returns that the write was sucessful.
          - knfsd returns to client that 272 bytes was written.
          - when checking with 'ls' command on server the file size is zero.

Apparently the nfs server lies to the client and the files are not
properly synced/written to disk.

Setting no_wdelay makes no difference.

When running with async set (or sync removed) the problem
disappears (no files have their sizes truncated to zero).

The nfs server is a PIII-700/ 1GB RAM

Any ideas what is going on ?

/Jörgen Karlsson














_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

end of thread, other threads:[~2002-05-17 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-16 19:43 knsfd - files don't sync to disk Jörgen Karlsson
2002-05-17 11:58 ` Neil Brown
2002-05-17 17:18   ` Jörgen Karlsson
2002-05-17 20:56     ` Neil Brown

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.