diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg | 1 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg b/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg index fb389cb10..8994332b5 100644 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg @@ -74,6 +74,7 @@ typeset -a properties=( "feature@device_removal" "feature@obsolete_counts" "feature@zpool_checkpoint" + "feature@spacemap_v2" ) # Additional properties added for Linux. diff --git a/tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh b/tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh index 54dcd59c3..f1abad063 100755 --- a/tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh +++ b/tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh @@ -19,7 +19,7 @@ # # DESCRIPTION: -# Discard checkpoint on a stressed pool. Ensure that we can +# Discard checkpoint on a stressed pool. Ensure that we can # export and import the pool while discarding but not run any # operations that have to do with the checkpoint or change the # pool's config. @@ -63,6 +63,10 @@ log_onexit test_cleanup # the current setup the checkpoint space maps should # have tens of thousands of entries. # +# Note: If two-words entries are used in the space +# map, we should have even more time to +# verify this. +# set_tunable64 zfs_spa_discard_memory_limit 128 log_must zpool checkpoint $NESTEDPOOL |