diff options
author | Ryan Moeller <[email protected]> | 2020-01-29 14:25:15 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-29 11:25:15 -0800 |
commit | 9d8ce2457d67e112552ac20b9408464bc246b727 (patch) | |
tree | 33cab5c5eca39298b2322dfe18c9ac502b8d0847 /tests | |
parent | 395a6b19d35c97d14d9a3a009433a727a5f59e41 (diff) |
ZTS: FreeBSD tunable for DISABLE_IVSET_GUID_CHECK
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9907
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zfs-tests/include/tunables.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/include/tunables.cfg b/tests/zfs-tests/include/tunables.cfg index 8e24df5da..2a4ea9bdc 100644 --- a/tests/zfs-tests/include/tunables.cfg +++ b/tests/zfs-tests/include/tunables.cfg @@ -31,7 +31,7 @@ DEADMAN_CHECKTIME_MS deadman_checktime_ms zfs_deadman_checktime_ms DEADMAN_FAILMODE deadman_failmode zfs_deadman_failmode DEADMAN_SYNCTIME_MS deadman_synctime_ms zfs_deadman_synctime_ms DEADMAN_ZIOTIME_MS deadman_ziotime_ms zfs_deadman_ziotime_ms -DISABLE_IVSET_GUID_CHECK UNSUPPORTED zfs_disable_ivset_guid_check +DISABLE_IVSET_GUID_CHECK disable_ivset_guid_check zfs_disable_ivset_guid_check INITIALIZE_CHUNK_SIZE initialize_chunk_size zfs_initialize_chunk_size INITIALIZE_VALUE initialize_value zfs_initialize_value KEEP_LOG_SPACEMAPS_AT_EXPORT keep_log_spacemaps_at_export zfs_keep_log_spacemaps_at_export |