]> granicus.if.org Git - zfs/commit
ZTS: Use decimal values when setting tunables
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 22 Aug 2019 17:36:57 +0000 (10:36 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2019 17:36:57 +0000 (10:36 -0700)
commit31b548ffb91f1475f5154df9d26e8917e96f81fb
treeec75c3eb39ba8837d60fe48781000752cf1c560d
parenta3ba6e589fcea2c08a50d3442c5e1805bdfb86f4
ZTS: Use decimal values when setting tunables

The mdb_set_uint32 function requires that the values passed in be
decimal.  This was overlooked initially because the matching Linux
function accepts both decimal and hexadecimal values.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Sara Hartse <sara.hartse@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Igor Kozhukhov <igor@dilos.org>
Closes #9125
Closes #9195
tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_clone_livelist_condense_and_disable.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_clone_livelist_condense_races.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_clone_livelist.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_dev_removal_condense.ksh