6beaed3f99
since Debian unstable has not been updated yet.
46 lines
1.2 KiB
Diff
46 lines
1.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: DeHackEd <DeHackEd@users.noreply.github.com>
|
|
Date: Tue, 16 Jan 2018 13:18:08 -0500
|
|
Subject: [PATCH] Remove l2arc_nocompress from zfs-module-parameters(5)
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Parameter was removed in d3c2ae1c0806
|
|
(OpenZFS 6950 - ARC should cache compressed data)
|
|
|
|
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
|
|
Signed-off-by: DHE <git@dehacked.net>
|
|
Closes #7043
|
|
(cherry picked from commit 2a7b736dcea1abad62cceb36947e757b98c0e330)
|
|
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
|
---
|
|
man/man5/zfs-module-parameters.5 | 11 -----------
|
|
1 file changed, 11 deletions(-)
|
|
|
|
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
|
|
index 4c957029d..19e6becfd 100644
|
|
--- a/man/man5/zfs-module-parameters.5
|
|
+++ b/man/man5/zfs-module-parameters.5
|
|
@@ -96,17 +96,6 @@ successfully compressed before writing. A value of 100 disables this feature.
|
|
Default value: \fB200\fR.
|
|
.RE
|
|
|
|
-.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
|
|
--
|
|
2.14.2
|
|
|