Hi , I have setup of four glusterFS server and one client. I am facing issue during removing older directories after adding 4th node in cluster. I am getting **rm: cannot remove directory** while doing **rm -rf dirname**. I started glusterfs client in debug mode and found following entries in log file. [2009-11-06 13:09:11] D [fuse-bridge.c:921:fuse_unlink_cbk] glusterfs-fuse: 84: RMDIR() /dir1/20091001010001 => -1 (Directory not empty) [2009-11-06 13:09:11] D [fuse-bridge.c:921:fuse_unlink_cbk] glusterfs-fuse: 87: RMDIR() /dir1/20091002010002 => -1 (Directory not empty) [2009-11-06 13:09:11] D [fuse-bridge.c:921:fuse_unlink_cbk] glusterfs-fuse: 90: RMDIR() /dir1/20091003010002 => -1 (Directory not empty) [2009-11-06 13:19:03] D [fuse-bridge.c:921:fuse_unlink_cbk] glusterfs-fuse: 19076: RMDIR() /dir1/20090921010002 => -1 (Directory not empty) [2009-11-06 13:19:29] D [fuse-bridge.c:921:fuse_unlink_cbk] glusterfs-fuse: 19096: RMDIR() /dir1/20090921010002 => -1 (Directory not empty) Can anybody help me to resolve this issue?