From 2bff3b05114e38df1ff128e93aaca27d072dcfb0 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. Lustre-change: https://review.whamcloud.com/53384 Lustre-commit: b58219ef1edebcb266cbe0dfede491ba5de491d1 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-by: Alex Deiter Reviewed-by: Andreas Dilger Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53516 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 b6737d5..b17768a 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -5668,7 +5668,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