From: wangdi Date: Thu, 31 May 2007 11:25:52 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1563 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=915d242a9e6b6119c926a5b31b068f07456c6b49;p=fs%2Flustre-release.git Branch b1_6 typo fixes in test_60c --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 2afd981..81958f1 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2484,9 +2484,9 @@ test_60b() { # bug 6411 run_test 60b "limit repeated messages from CERROR/CWARN ========" test_60c() { - echo "create 100 files" + echo "create 5000 files" createmany -o $DIR/f60c- 5000 - sysctl -w lustre.fail_loc=0x80000137 + sysctl -w lustre.fail_loc=0x80000137 unlinkmany $DIR/f60c- 5000 } run_test 60c "unlink file when mds full"