From b58219ef1edebcb266cbe0dfede491ba5de491d1 Mon Sep 17 00:00:00 2001 From: Sergey Cheremencev Date: Sun, 3 Dec 2023 07:06:23 +0300 Subject: [PATCH] LU-17349 tests: sanity-quota_81 decrease timeout Decrease cfs fail timeout in sanity-quota_81 from 30 to 10 seconds to avoid soft lockup. Fixes: 862f0baa7c21 ("LU-15097 quota: stop pool_recalc before killing pool") Test-Parameters: trivial testlist=sanity-quota Signed-off-by: Sergey Cheremencev Change-Id: I8630db7b3948b335fef5d5349f960f79cb877fc3 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53384 Reviewed-by: Alex Deiter Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo --- 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 183b9b1..066bf86 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -5843,7 +5843,7 @@ test_81() pool_add $qpool || error "pool_add failed" #define OBD_FAIL_QUOTA_RECALC 0xA07 - do_facet mds1 $LCTL set_param fail_loc=0x80000A07 fail_val=30 + do_facet mds1 $LCTL set_param fail_loc=0x80000A07 fail_val=10 # added OST casues to start pool recalculation pool_add_targets $qpool 0 0 1 stop mds1 -f || error "MDS umount failed" -- 1.8.3.1