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 <scherementsev@ddn.com>
Change-Id: I8630db7b3948b335fef5d5349f960f79cb877fc3
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53384
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
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"