Linux NFS development
 help / color / mirror / Atom feed
* [RFC} NFS client issue with exclusive creation when server died in the middle
@ 2017-10-16  8:49 Stanislav Kinsburskiy
  2017-10-16 14:57 ` Trond Myklebust
  0 siblings, 1 reply; 3+ messages in thread
From: Stanislav Kinsburskiy @ 2017-10-16  8:49 UTC (permalink / raw)
  To: linux-nfs; +Cc: Sergey Lysanov, Stanislav Kinsbursky

Hi,

We discovered an issue with NFSv4.0 mount.
Server has crashed (or killed by OOM; it was Ganesha) on exclusive open-create operation after file was actually created, but no response was send to the client.
Server was restarted (with grace period), and next clients attempt to create a file after server is ready fails with EEXIST.
This is, probably, because for each open request client creates opendata and puts new jiffies value as the verifier (in nfs4_opendata_alloc) in the request.
Does it sound like a client issue?

Thanks in advance,
Stanislav Kinsburskii



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

end of thread, other threads:[~2017-10-16 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16  8:49 [RFC} NFS client issue with exclusive creation when server died in the middle Stanislav Kinsburskiy
2017-10-16 14:57 ` Trond Myklebust
2017-10-16 15:18   ` Stanislav Kinsburskiy

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