This bug is not restricted to creation of files. It also occurs in the 
following scenario:

[EMAIL PROTECTED]:~$ echo A >> test.txt
.. pass some time ...
[EMAIL PROTECTED]:~$ echo B >> test.txt
.. pass some time ...
[EMAIL PROTECTED]:~$ echo A >> test.txt
...

only gives

[EMAIL PROTECTED]:/home/user# cat test.txt
A
A
..
(updates from B are omitted)

or even worse
[EMAIL PROTECTED]:/home/user# cat test.txt
A
  A
  A
  A
B
(updates from B are somehow garbled)

It has been reported and is currently also discussed here:
http://linux-nfs.org/pipermail/nfsv4/2007-May/005992.html

Kind regards,
Jonathan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to