]> git.proxmox.com Git - lvm.git/blob - patchdir/0002-enable-issue_discards-by-default.patch
refresh and drop patches
[lvm.git] / patchdir / 0002-enable-issue_discards-by-default.patch
1 From 1462604ed3fb71fd4540ccfb034fccabce9e585b Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Fri, 17 Mar 2017 11:59:54 +0100
4 Subject: [PATCH 2/2] enable issue_discards by default
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-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
14 diff --git a/conf/example.conf.in b/conf/example.conf.in
15 index 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 --
28 2.1.4
29