Hi all, I installed glusterfs (version 3.1.3) with zfs-fuse (0.6.9) as the underlying filesystem.
After renaming a file, I found the file is duplicated. Following is my test scenario. root@ubuntu:/# zpool create tank /dev/sdb root@ubuntu:/# gluster volume create test-volume ubuntu:/tank/exp1 ubuntu:/exp2 root@ubuntu:/# gluster volume start test-volume root@ubuntu:/# mount -t glusterfs ubuntu:/test-volume /mnt root@ubuntu:/# cd /mnt root@ubuntu:/mnt# touch test.cc root@ubuntu:/mnt# mv test.cc test1.cc root@ubuntu:/mnt# ll total 7 drwxr-xr-x 2 root root 3 2011-05-31 11:38 ./ drwxr-xr-x 29 root root 4096 2011-05-27 13:40 ../ -rw-r--r-- 1 root root 0 2011-05-31 11:38 test1.cc -rw-r--r-- 1 root root 0 2011-05-31 11:38 test1.cc Is any way to fix this problem? BTW, I found the ACL list of test1.cc in /tank/exp2 looks different: ---------- 1 root root 0 2011-05-31 11:38 test1.cc If I use ext4 as the underlying filesystem, the ACL list will look like: ---------T 1 root root 0 2011-05-31 11:38 test1.cc I'm wondering what does the character 'T' in the ACL list mean. Is it related to the problem? Thank you! Ken
_______________________________________________ Gluster-users mailing list [email protected] http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
