diff options
author | Ryan Moeller <[email protected]> | 2020-08-01 00:18:32 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-31 21:18:32 -0700 |
commit | af524bf7ff970c8dd70b3620b4ef6ee46441c27e (patch) | |
tree | ddd37ea99a33378aeda58763def1bc684a992bce /tests | |
parent | 3442c2a02d1b506d100914f056fc1686771f04da (diff) |
ZTS: FreeBSD does have a l2arc.trim_ahead tunable
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10633
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 9191f2955..67a32af1d 100644 --- a/tests/zfs-tests/include/tunables.cfg +++ b/tests/zfs-tests/include/tunables.cfg @@ -39,7 +39,7 @@ LUA_MAX_MEMLIMIT lua.max_memlimit zfs_lua_max_memlimit L2ARC_NOPREFETCH l2arc.noprefetch l2arc_noprefetch L2ARC_REBUILD_BLOCKS_MIN_L2SIZE l2arc.rebuild_blocks_min_l2size l2arc_rebuild_blocks_min_l2size L2ARC_REBUILD_ENABLED l2arc.rebuild_enabled l2arc_rebuild_enabled -L2ARC_TRIM_AHEAD UNSUPPORTED l2arc_trim_ahead +L2ARC_TRIM_AHEAD l2arc.trim_ahead l2arc_trim_ahead L2ARC_WRITE_BOOST l2arc.write_boost l2arc_write_boost L2ARC_WRITE_MAX l2arc.write_max l2arc_write_max LIVELIST_CONDENSE_NEW_ALLOC livelist.condense.new_alloc zfs_livelist_condense_new_alloc |