From 245eec73fb26654608b2524317f4a4af5f9ef61c Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Sun, 14 Sep 2014 16:51:25 +0530 Subject: cluster/afr: Handle EAGAIN properly in inodelk Problem: When one of the brick is taken down and brough back up in a replica pair, locks on that brick will be allowed. Afr returns inodelk success even when one of the bricks already has the lock taken. Fix: If any brick returns EAGAIN return failure to parent xlator. Change-Id: I5b842d0fc094359cc4231494053d2bfeb606bbbe BUG: 1141539 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/8710 Reviewed-by: Krutika Dhananjay Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/bugs/bug-1117851.t | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/bugs/bug-1117851.t b/tests/bugs/bug-1117851.t index 94f3104fedc..02e52f53787 100755 --- a/tests/bugs/bug-1117851.t +++ b/tests/bugs/bug-1117851.t @@ -35,7 +35,6 @@ check_files () { if [ ! -f $(printf %s/dst%04d $1 $i) ]; then if [ -f $(printf %s/src%04d $1 $i) ]; then echo "file $i didnt get moved" > /dev/stderr - errors=$((errors+1)) else echo "file $i is MISSING" > /dev/stderr errors=$((errors+1)) -- cgit