]> git.proxmox.com Git - lvm.git/blame - patchdir/0002-enable-issue_discards-by-default.patch
refresh and drop patches
[lvm.git] / patchdir / 0002-enable-issue_discards-by-default.patch
CommitLineData
ec236ca1
FG
1From 1462604ed3fb71fd4540ccfb034fccabce9e585b Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Fri, 17 Mar 2017 11:59:54 +0100
4Subject: [PATCH 2/2] enable issue_discards by default
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10---
11 conf/example.conf.in | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/conf/example.conf.in b/conf/example.conf.in
15index 1a8a67b..56b0795 100644
16--- a/conf/example.conf.in
17+++ b/conf/example.conf.in
18@@ -301,7 +301,7 @@ devices {
19 # benefit from discards, but SSDs and thinly provisioned LUNs
20 # generally do. If enabled, discards will only be issued if both the
21 # storage and kernel provide support.
22- issue_discards = 0
23+ issue_discards = 1
24
25 # Configuration option devices/allow_changes_with_duplicate_pvs.
26 # Allow VG modification while a PV appears on multiple devices.
27--
282.1.4
29