Re: [Gluster-devel] [PATCH] fuse: ignore entry-timeout on LOOKUP_REVAL

2014-07-03 Thread Miklos Szeredi
On Fri, Jun 27, 2014 at 9:59 AM, Niels de Vos nde...@redhat.com wrote: On Thu, Jun 26, 2014 at 08:21:57PM -0400, Anand Avati wrote: The following test case demonstrates the bug: sh# mount -t glusterfs localhost:meta-test /mnt/one sh# mount -t glusterfs localhost:meta-test /mnt/two

[Gluster-devel] [PATCH] fuse: ignore entry-timeout on LOOKUP_REVAL

2014-06-26 Thread Anand Avati
The following test case demonstrates the bug: sh# mount -t glusterfs localhost:meta-test /mnt/one sh# mount -t glusterfs localhost:meta-test /mnt/two sh# echo stuff /mnt/one/file; rm -f /mnt/two/file; echo stuff /mnt/one/file bash: /mnt/one/file: Stale file handle sh# echo stuff