Whamcloud - gitweb
LU-2526 quota: writer proper size in test_9
authorNiu Yawei <niu@whamcloud.com>
Mon, 28 Jan 2013 04:34:00 +0000 (23:34 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 17 Feb 2013 05:59:46 +0000 (00:59 -0500)
Write proper size (4.5G) in test_9 of s-q.

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

index bf8cfec..864b4e8 100644 (file)
@@ -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