Whamcloud - gitweb
LU-2526 quota: writer proper size in test_9
authorNiu Yawei <niu@whamcloud.com>
Thu, 27 Dec 2012 03:05:28 +0000 (22:05 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Jan 2013 05:37:37 +0000 (00:37 -0500)
Write proper size (4.5G) in test_9 of s-q.

Signed-off-by: Niu Yawei <niu@whamcloud.com>
Change-Id: I5233368bbfb47e926c852baf413791ee043acded
Reviewed-on: http://review.whamcloud.com/4892
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
lustre/tests/sanity-quota.sh

index 1b8ad24..113ba49 100644 (file)
@@ -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