Ravishankar N <ravishankar@xxxxxxxxxx> wrote: > No, the IO is done from the mount point, so there will be pending afr > xattrs. Then there is something I do not get. Here is the section that creates the split brain. It does not goes through $M0, but directly through bricks backends in $B0, and moreover during glusterfsd downtime. How could pending xattr appear? replica_0_files_list=( $B0/${V0}1/* ) replica_1_files_list=( $B0/${V0}3/* ) ############ Create data split-brain in the files. #### TEST kill_brick $V0 $H0 $B0/${V0}1 for file in ${!replica_0_files_list[*]} do echo "B1 is down">>${replica_0_files_list[$file]} done TEST kill_brick $V0 $H0 $B0/${V0}3 for file in ${!replica_1_files_list[*]} do echo "B3 is down">>${replica_1_files_list[$file]} done -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@xxxxxxxxxx _______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel