Whamcloud - gitweb
LU-17349 tests: sanity-quota_81 decrease timeout
authorSergey Cheremencev <scherementsev@ddn.com>
Sun, 3 Dec 2023 04:06:23 +0000 (07:06 +0300)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 29 Dec 2023 11:12:04 +0000 (11:12 +0000)
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 <scherementsev@ddn.com>
Change-Id: I8630db7b3948b335fef5d5349f960f79cb877fc3
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53516
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity-quota.sh

index b6737d5..b17768a 100755 (executable)
@@ -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"