Hide Forgot
This is observed in glusterfs-3.0.4rc1.
When multiple clients are mounted and from all the mountpoints if simultaneous rm -rf is done on a directory then the clients hang. In my test I had mounted 3 clients. 2 servers. No performance translators both server and client sides. copied /usr into the mountpoint. then did rm -rf on all the 3 mountpoints simultaneously. Then 2 clients hung and one of the clients was removing the directory. Even after the removal of the directory the 2 clients remained hung only.
PATCH: http://patches.gluster.com/patch/3028 in master (cluster/afr: UNWIND if opendir returns an error.)
PATCH: http://patches.gluster.com/patch/3029 in release-3.0 (cluster/afr: UNWIND if opendir returns an error.)