diff options
author | Ryan Moeller <[email protected]> | 2020-04-15 14:14:47 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-15 11:14:47 -0700 |
commit | a7929f31373497590f5884efbc7cde29104e94d5 (patch) | |
tree | 19860be7259b7f4432637a51898b6a9a8e512e87 /tests | |
parent | af99094dee7b47d32678b271ca90563e9b89bb78 (diff) |
Update FreeBSD tunables
Remove some obsolete legacy compat, rename some misnamed, and add some
missing tunables for FreeBSD.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10203
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 d7bd44b60..f85b15658 100644 --- a/tests/zfs-tests/include/tunables.cfg +++ b/tests/zfs-tests/include/tunables.cfg @@ -71,7 +71,7 @@ TRIM_EXTENT_BYTES_MIN trim.extent_bytes_min zfs_trim_extent_bytes_min TRIM_METASLAB_SKIP trim.metaslab_skip zfs_trim_metaslab_skip TRIM_TXG_BATCH trim.txg_batch zfs_trim_txg_batch TXG_HISTORY UNSUPPORTED zfs_txg_history -TXG_TIMEOUT txg_timeout zfs_txg_timeout +TXG_TIMEOUT txg.timeout zfs_txg_timeout UNLINK_SUSPEND_PROGRESS UNSUPPORTED zfs_unlink_suspend_progress VDEV_MIN_MS_COUNT vdev.min_ms_count zfs_vdev_min_ms_count VDEV_VALIDATE_SKIP vdev.validate_skip vdev_validate_skip |