From: grev Date: Tue, 2 Sep 2008 18:40:20 +0000 (+0000) Subject: b=13306 X-Git-Tag: v1_7_110~2^70 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=00b054478d9043502846a9a0315986bdc71c7832;p=fs%2Flustre-release.git b=13306 i=Nathan.Rutman ignore test_116 failure --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 227b820..b60d066 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4258,7 +4258,7 @@ test_116() { echo "ok" else echo "failed - QOS mode won't be used" - error "QOS imbalance criteria not met" + error_ignore "QOS imbalance criteria not met" return fi @@ -4299,7 +4299,7 @@ test_116() { MAXC=$($GETSTRIPE --obd $UUID $DIR/$tdir | wc -l) echo "$MAXC files created on larger OST $MAXI1" [ $MINC -gt 0 ] && echo "Wrote $(($MAXC * 100 / $MINC - 100))% more files to larger OST $MAXI1" - [ $MAXC -gt $MINC ] || error "stripe QOS didn't balance free space" + [ $MAXC -gt $MINC ] || error_ignore "stripe QOS didn't balance free space" } run_test 116 "stripe QOS: free space balance ==================="