Whamcloud - gitweb
LU-13810 tests: increase limit for 1g 17/39917/2
authorSergey Cheremencev <sergey.cheremencev@hpe.com>
Tue, 15 Sep 2020 11:34:29 +0000 (14:34 +0300)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Oct 2020 05:46:30 +0000 (05:46 +0000)
With wide striping file has objects at all
OSTs. As ZFS acquires several Kb for each
inode, each OST reserves minimum qunit 1M
even without write. At clean system with
8 OSTs, it acquires 8MB after file creation.
Increase pool limit from 10M to 20M to
make sanity-quota_1g pass at ZFS with 8 OSTs.

HPE-bug-id: LUS-9349
Test-Parameters: env=ONLY=1g testlist=sanity-quota
Change-Id: I1286e57aadebdd665c51d965220961b1f758c6f5
Signed-off-by: Sergey Cheremencev <sergey.cheremencev@hpe.com>
Reviewed-on: https://review.whamcloud.com/39917
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-quota.sh

index 9a360a0..e579ee1 100755 (executable)
@@ -1000,8 +1000,8 @@ test_1f() {
 run_test 1f "Quota pools: correct qunit after removing/adding OST"
 
 test_1g() {
-       local limit=10  # 10M
-       local global_limit=20  # 20M
+       local limit=20  # 20M
+       local global_limit=40  # 40M
        local testfile="$DIR/$tdir/$tfile-0"
        local qpool="qpool1"
        local mdmb_param="osc.*.max_dirty_mb"