diff options
author | DeHackEd <[email protected]> | 2018-01-16 13:18:08 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-01-16 10:18:08 -0800 |
commit | d658b2caa95726c13d99123874910cdedc7ce866 (patch) | |
tree | 056186e8a54561456d30f8b20b3372b722f3a164 | |
parent | c10cdcb55f81ea773486161b31bc91bb7b58b4c8 (diff) |
Remove l2arc_nocompress from zfs-module-parameters(5)
Parameter was removed in d3c2ae1c0806
(OpenZFS 6950 - ARC should cache compressed data)
Reviewed by: Brian Behlendorf <[email protected]>
Signed-off-by: DHE <[email protected]>
Closes #7043
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 316373d79..5b7a29d32 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -100,17 +100,6 @@ Default value: \fB200\fR%. .sp .ne 2 .na -\fBl2arc_nocompress\fR (int) -.ad -.RS 12n -Skip compressing L2ARC buffers -.sp -Use \fB1\fR for yes and \fB0\fR for no (default). -.RE - -.sp -.ne 2 -.na \fBl2arc_noprefetch\fR (int) .ad .RS 12n |