[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] open-behind
From: |
Raghavendra Bhat |
Subject: |
[Gluster-devel] open-behind |
Date: |
Mon, 11 Feb 2013 17:45:20 +0530 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
Hi,
I have found out this behavior when open-behind is enabled.
Suppose 2 fuse clients are mounted. Create a file with some data. open
the file, sleep for some time, (while sleeping remove the file opened
from other client), read from the opened fd. Actually since the file
open was successful and fd is there, read operation should be
successful. But with open-behind even though open is successful, read is
failing and getting EUCLEAN (structure needs cleaning).
When open-behind is turned off, then even though the file is deleted
from other mount point after being opened, the process is able to read
the file.
Regards,
Raghavendra Bhat
- [Gluster-devel] open-behind,
Raghavendra Bhat <=