From 5176c0494338de34be9b2bc35e55f91daaab67a6 Mon Sep 17 00:00:00 2001 From: Sergey Cheremencev Date: Tue, 15 Sep 2020 14:34:29 +0300 Subject: [PATCH] LU-13810 tests: increase limit for 1g 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 Reviewed-on: https://review.whamcloud.com/39917 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Petros Koutoupis Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 9a360a08..e579ee1 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -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" -- 1.8.3.1