From 0ead672f4f900581e0d8af12b147d4ae5d56737a Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Wed, 26 Dec 2012 22:05:28 -0500 Subject: [PATCH 1/1] 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: I5233368bbfb47e926c852baf413791ee043acded Reviewed-on: http://review.whamcloud.com/4892 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Fan Yong Reviewed-by: Johann Lombardi --- 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 1b8ad24..113ba49 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1204,7 +1204,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