Hi Gerry, Is your underlying FS (let's suppose it is EXT3) has the extended attributes mount option enabled ? I'm afraid it would not be as simple as this, but who knows ? So, question is : are your servers bricks FS mounted with extended attributes ? Regards, Sebastien. Gerry Reno a écrit : > Gerry Reno wrote: >> Krishna, >> Still no luck: >> >> [root@grp-01-20-01 glusterfs]# find /mnt/glusterfs* >> /mnt/glusterfs0 >> /mnt/glusterfs0/file0 >> /mnt/glusterfs0/file1 >> /mnt/glusterfs1 >> /mnt/glusterfs1/file0 >> /mnt/glusterfs1/file2 >> /mnt/glusterfs1/file1 >> /mnt/glusterfs2 >> /mnt/glusterfs2/file0 >> /mnt/glusterfs2/file2 >> /mnt/glusterfs2/file1 >> /mnt/glusterfs3 >> /mnt/glusterfs3/file0 >> /mnt/glusterfs3/file2 >> /mnt/glusterfs3/file1 >> [root@grp-01-20-01 glusterfs]# rm /mnt/glusterfs*/* >> rm: remove regular empty file `/mnt/glusterfs0/file0'? y >> rm: remove regular empty file `/mnt/glusterfs0/file1'? y >> rm: remove regular empty file `/mnt/glusterfs1/file0'? y >> rm: remove regular empty file `/mnt/glusterfs1/file1'? y >> rm: remove regular empty file `/mnt/glusterfs1/file2'? y >> rm: remove regular empty file `/mnt/glusterfs2/file0'? y >> rm: remove regular empty file `/mnt/glusterfs2/file1'? y >> rm: remove regular empty file `/mnt/glusterfs2/file2'? y >> rm: remove regular empty file `/mnt/glusterfs3/file0'? y >> rm: remove regular empty file `/mnt/glusterfs3/file1'? y >> rm: remove regular empty file `/mnt/glusterfs3/file2'? y >> [root@grp-01-20-01 glusterfs]# find /mnt/glusterfs* >> /mnt/glusterfs0 >> /mnt/glusterfs1 >> /mnt/glusterfs2 >> /mnt/glusterfs3 >> [root@grp-01-20-01 glusterfs]# touch /mnt/glusterfs0/file0 >> [root@grp-01-20-01 glusterfs]# find /mnt/glusterfs* >> /mnt/glusterfs0 >> /mnt/glusterfs0/file0 >> /mnt/glusterfs1 >> /mnt/glusterfs2 >> /mnt/glusterfs3 >> [root@grp-01-20-01 glusterfs]# >> >> >> > > Here is the log from this sequence: > > *snip*