From bd78a8a4a91f4f6f3b9bacb06c772bdda1d45b75 Mon Sep 17 00:00:00 2001 From: zhanghc <zhanghc> Date: Mon, 27 Oct 2008 07:35:37 +0000 Subject: [PATCH] Branch b1_6 handle the problem of test_120a in sanity.sh: 1 cancel RPC occured b=14502 i=adilger i=grev --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 00fd9c65e6..e830e8c057 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4762,7 +4762,7 @@ test_120a() { stat $DIR/$tdir > /dev/null can1=`lctl get_param -n ldlm.services.ldlm_canceld.stats | awk '/ldlm_cancel/ {print $2}'` blk1=`lctl get_param -n ldlm.services.ldlm_cbd.stats | awk '/ldlm_bl_callback/ {print $2}'` - mkdir -p $DIR/$tdir/d1 + mkdir $DIR/$tdir/d1 can2=`lctl get_param -n ldlm.services.ldlm_canceld.stats | awk '/ldlm_cancel/ {print $2}'` blk2=`lctl get_param -n ldlm.services.ldlm_cbd.stats | awk '/ldlm_bl_callback/ {print $2}'` [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured." -- GitLab