From: Sergey Cheremencev Date: Sun, 3 Dec 2023 04:06:23 +0000 (+0300) Subject: LU-17349 tests: sanity-quota_81 decrease timeout X-Git-Tag: 2.15.60~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F53384%2F3;p=fs%2Flustre-release.git 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 --- 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"