On Dec 15, 2011, at 4:53 AM, Pranith Kumar K wrote: > Brian, > Could you give the output of the same files/dirs on the backends as well. I had to recreate the situation again so here is the new log entry to show the new file it is renaming: [2011-12-15 13:47:14.513882] W [fuse-bridge.c:1348:fuse_rename_cbk] 0-glusterfs-fuse: 395: /i130/whoosh_index/_MAIN_0.toc.1323956834.5 -> /i130/whoosh_index/_MAIN_0.toc => -1 (Permission denied) Backends (file only exists on brick 3 and 4): Brick1: 10.x.x.106: % sudo ls -l /var/g/data-instances/ | grep i130 drwxr-x--x 4 1630 anduin 4096 2011-12-15 13:46 i130 % sudo ls -l /var/g/data-instances/i130 | grep whoosh_index drwxr-x--- 2 1630 nogroup 4096 2011-12-15 13:46 whoosh_index % sudo ls -l /var/g/data-instances/i130/whoosh_index total 0 Brick2: 10.x.x.131: % sudo ls -l /var/g/data-instances/ | grep i130 drwxr-x--x 4 1630 anduin 4096 2011-12-15 13:46 i130 % sudo ls -l /var/g/data-instances/i130 | grep whoosh_index drwxr-x--- 2 1630 nogroup 4096 2011-12-15 13:46 whoosh_index % sudo ls -l /var/g/data-instances/i130/whoosh_index total 8 -rw-r----- 1 1630 nogroup 1267 2011-12-15 13:46 _MAIN_0.toc.1323956834.5 Brick3: 10.x.x.0: % sudo ls -l /var/g/data-instances/ | grep i130 drwxr-x--x 4 1630 anduin 4096 2011-12-15 13:46 i130 % sudo ls -l /var/g/data-instances/i130 | grep whoosh_index drwxr-x--- 2 1630 nogroup 4096 2011-12-15 13:46 whoosh_index % sudo ls -l /var/g/data-instances/i130/whoosh_index total 0 Brick4: 10.x.x.201: % sudo ls -l /var/g/data-instances/ | grep i130 drwxr-x--x 4 1630 anduin 4096 2011-12-15 13:46 i130 % sudo ls -l /var/g/data-instances/i130 | grep whoosh_index drwxr-x--- 2 1630 nogroup 4096 2011-12-15 13:46 whoosh_index % sudo ls -l /var/g/data-instances/i130/whoosh_index total 8 -rw-r----- 1 1630 nogroup 1267 2011-12-15 13:46 _MAIN_0.toc.1323956834.5 Brian Rosner