]> git.proxmox.com Git - lvm.git/blame - patchdir/0002-enable-issue_discards-by-default.patch
bump version to 2.03.02-pve2
[lvm.git] / patchdir / 0002-enable-issue_discards-by-default.patch
CommitLineData
51247e17 1From 829981232ec0ec4e8b2cae15d3fb940907feb28f Mon Sep 17 00:00:00 2001
ec236ca1
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Fri, 17 Mar 2017 11:59:54 +0100
51247e17 4Subject: [PATCH 2/6] enable issue_discards by default
ec236ca1
FG
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--
0be5568c 282.14.1
ec236ca1 29