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