ZTS: checkpoint_discard_busy does not set 16M on cleanup

Originally hex value is used as decimal.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Toomas Soome <tsoome@me.com>
Closes #16917
This commit is contained in:
Toomas Soome 2025-01-03 01:57:24 +02:00 committed by GitHub
parent d6b4110d71
commit d35f9f2e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}