Hi all,<br><div class="gmail_quote"><br>I installed glusterfs (version 3.1.3) with zfs-fuse (0.6.9) as the underlying filesystem.<br><br>After renaming a file, I found the file is duplicated.<br><br>Following is my test scenario.<br>


<br>root@ubuntu:/# zpool create tank /dev/sdb<br>
root@ubuntu:/# gluster volume create test-volume ubuntu:/tank/exp1 ubuntu:/exp2<br>root@ubuntu:/# gluster volume start test-volume<br>root@ubuntu:/# mount -t glusterfs ubuntu:/test-volume /mnt<br>root@ubuntu:/# cd /mnt<br>



root@ubuntu:/mnt# touch test.cc<br>root@ubuntu:/mnt# mv test.cc test1.cc<br>root@ubuntu:/mnt# ll<br>total 7<br>drwxr-xr-x   2 root root       3 2011-05-31 11:38 ./<br>drwxr-xr-x 29 root root 4096 2011-05-27 13:40 ../<br>


-rw-r--r--     1 root root      0  2011-05-31 11:38 test1.cc<br>
-rw-r--r--     1 root root      0  2011-05-31 11:38 test1.cc<br><br>Is any way to fix this problem?<br><br>BTW, I found the ACL list of test1.cc in /tank/exp2 looks different:<br><span style="background-color:rgb(255, 204, 102)">----------  1 root root 0 2011-05-31 11:38 test1.cc</span><br>



If I use ext4 as the underlying filesystem, the ACL list will look like:<br><span style="background-color:rgb(255, 204, 102)">---------T 1 root root 0 2011-05-31 11:38 test1.cc<br><br><span><span style="background-color:rgb(255, 255, 255)">I&#39;m wondering what does the character &#39;T&#39; in the ACL list mean. <br>
Is it related to the problem?<br>


<br>Thank you!<br><br>Ken<br></span></span></span><br></div>