Skip to content

Commit

Permalink
ZTS: checkpoint_discard_busy does not set 16M on cleanup
Browse files Browse the repository at this point in the history
Originally hex value is used as decimal.

Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Toomas Soome <[email protected]>
Closes openzfs#16917
  • Loading branch information
tsoome authored and behlendorf committed Jan 3, 2025
1 parent e411081 commit 997db7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ log_unsupported "Skipping, issue https://github.com/openzfs/zfs/issues/12053"
function test_cleanup
{
# reset memory limit to 16M
set_tunable64 SPA_DISCARD_MEMORY_LIMIT 1000000
set_tunable64 SPA_DISCARD_MEMORY_LIMIT 16777216
cleanup_nested_pools
}

Expand Down

0 comments on commit 997db7a

Please sign in to comment.