mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-04-14 07:31:45 +03:00
ZTS: Adjust mmp_on_uberblocks threshold
Decrease the number of required uberblock blocks write slightly due to observed variation when running in the CI. This should help avoid future false positives. Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #18280
This commit is contained in:
parent
75659a4e50
commit
f6205fdf64
@ -44,7 +44,7 @@ EXPECTED=$((($(echo $DISKS | wc -w) * $DURATION * 1000) / $MMP_INTERVAL_DEFAULT)
|
|||||||
FUDGE=$((EXPECTED * 20 / 100))
|
FUDGE=$((EXPECTED * 20 / 100))
|
||||||
MIN_UB_WRITES=$((EXPECTED - FUDGE))
|
MIN_UB_WRITES=$((EXPECTED - FUDGE))
|
||||||
MAX_UB_WRITES=$((EXPECTED + FUDGE))
|
MAX_UB_WRITES=$((EXPECTED + FUDGE))
|
||||||
MIN_SEQ_VALUES=10
|
MIN_SEQ_VALUES=8
|
||||||
|
|
||||||
function cleanup
|
function cleanup
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user