From 98c0a90fdaf67289610c41e7a7affb2e0e4d6771 Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Sun, 27 Jan 2013 23:34:00 -0500 Subject: [PATCH] LU-2526 quota: writer proper size in test_9 Write proper size (4.5G) in test_9 of s-q. Signed-off-by: Niu Yawei Change-Id: I3dbb9f9b5e0b053529b97b90156dea1b75e366b1 Reviewed-on: http://review.whamcloud.com/5185 Tested-by: Hudson Reviewed-by: Johann Lombardi Reviewed-by: Fan Yong Tested-by: Maloo --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index bf8cfec..864b4e8 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1206,7 +1206,7 @@ check_whether_skip () { # run for fixing bug10707, it needs a big room. test for 64bit test_9() { - local filesize=$((1024 * 1024 * 1024 * 9 / 2)) # 4.5G + local filesize=$((1024 * 9 / 2)) # 4.5G check_whether_skip && return 0 -- 1.8.3.1