Linux NFS development
 help / color / mirror / Atom feed
* NFS data corruption on congested network
@ 2024-02-22 14:54 Jacek Tomaka
  2024-02-25 23:02 ` NeilBrown
  0 siblings, 1 reply; 6+ messages in thread
From: Jacek Tomaka @ 2024-02-22 14:54 UTC (permalink / raw)
  To: trond.myklebust, anna.schumaker, neilb; +Cc: linux-nfs

Hello,
I ran into an issue where the NFS file ends up being corrupted on disk. We started noticing it on certain, quite old hardware after upgrading OS from Centos 6 to Rocky 9.2. We do see it on Rocky 9.3 but not on 9.1.

After some investigation we have reasons to believe that the change was introduced by the following commit: 
https://github.com/torvalds/linux/commit/6df25e58532be7a4cd6fb15bcd85805947402d91

We write a number of files on a single thread. Each file is up to 4GB. Before closing we call fdatasync. Sometimes the file ends up being corrupted. The corruptions is in a form of a number ( more than 3k pages in one case) of zero filled pages.
When this happens the file cannot be deleted from the client machine which created the file, even when the process which wrote the file completed successfully.

The machines have about 128GB of memory, i think and probably network that leaves to be desired.

My reproducer is currently tied up to our internal software, but i suspect setting the write_congested flag randomly should allow to reproduce the issue.

Regards.
Jacek Tomaka

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

end of thread, other threads:[~2024-02-27 23:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 14:54 NFS data corruption on congested network Jacek Tomaka
2024-02-25 23:02 ` NeilBrown
2024-02-25 23:19   ` NeilBrown
2024-02-26  8:39     ` Cedric Blancher
2024-02-26 11:58     ` Jacek Tomaka
2024-02-27 22:59       ` NeilBrown

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