[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] Error in logs from catting a deleted file?
From: |
Gordan Bobic |
Subject: |
[Gluster-devel] Error in logs from catting a deleted file? |
Date: |
Thu, 15 May 2008 20:49:26 +0100 |
User-agent: |
Thunderbird 1.5.0.12 (X11/20080430) |
If I do the following:
(/home being the glusterfs mount point)
node1$ echo "test" > /home/test
node1$ cat /home/test
test
node2$ cat /home/test
test
node2$ rm /home/test
node1$ cat /home/test
I get the following in the error log on node1:
2008-05-15 20:44:30 E [fuse-bridge.c:459:fuse_entry_cbk] glusterfs-fuse:
80: (34) /test => -1 (2)
The behaviour of the FS is correct (the file gets deleted and the delete
propagates to both nodes).
I'm using AFR with NUFA scheduler.
Is this just over-paranoid logging, or is there really something going
wrong?
Gordan
- [Gluster-devel] Error in logs from catting a deleted file?,
Gordan Bobic <=