From: tianzy Date: Thu, 4 Sep 2008 07:59:33 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_7_100~1^424~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7d62e98359b92268fc3f9a0784e50a1edd97712a;p=fs%2Flustre-release.git Branch b1_8 sanity-quota test_23 failed with 7 OSTs b=16948 i=johann i=panda --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 72d9537..84e24ba 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1692,13 +1692,13 @@ test_23_sub() { } test_23() { - log "run for 10MB test file" - test_23_sub 10240 #10MB + log "run for $((OSTCOUNT * 3))MB test file" + test_23_sub $((OSTCOUNT * 3 * 1024)) OST0_MIN=120000 check_whether_skip && return 0 - log "run for 100MB test file" - test_23_sub 102400 #100MB + log "run for $((OSTCOUNT * 30))MB test file" + test_23_sub $((OSTCOUNT * 30 * 1024)) } run_test_with_stat 23 "run for fixing bug16125 ==========="