diff options
author | наб <[email protected]> | 2021-06-04 22:29:26 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-09 14:35:30 -0700 |
commit | 2badb3457ad396b3c2d282d7a9eae90259b15a5a (patch) | |
tree | 1698731f0d8c3fc2e510c87c1d183f948c561be2 /tests | |
parent | b0f3e8a6ebe10a9098c7a984ae14c6fc9b0e0d7a (diff) |
Move properties, parameters, events, and concepts around manual sections
The pages moved as follows:
zpool-features.{5 => 7}
spl{-module-parameters.5 => .4}
zfs{-module-parameters.5 => .4}
zfs-events.5 => into zpool-events.8
zfsconcepts.{8 => 7}
zfsprops.{8 => 7}
zpoolconcepts.{8 => 7}
zpoolprops.{8 => 7}
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Co-authored-by: Daniel Ebdrup Jensen <[email protected]>
Closes #12149
Closes #12212
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh b/tests/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh index 489360d8c..5d0198c90 100755 --- a/tests/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh +++ b/tests/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh @@ -84,7 +84,7 @@ log_must zpool import -d $VDIR $TESTPOOL # from ARC, accessed later on as prefetches and transition to MRU as # prefetches. # If accessed again they are counted as MRU and the l2arc_mru_asize arcstat -# will not be 0 (mentioned also in zfs-module-parameters.5) +# will not be 0 (mentioned also in zfs.4) # For the purposes of this test we mitigate this by disabling (predictive) # ZFS prefetches with zfs_prefetch_disable=1. log_must test $(get_arcstat l2_mru_asize) -eq 0 |