mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-04-28 11:40:17 +00:00
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:
parent
d6b4110d71
commit
d35f9f2e84
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user