From 49382d8b2ba63a815d9490fd1fe5560feef76322cbef352e4fa8277aa2782c49 Mon Sep 17 00:00:00 2001 From: Gang He Date: Thu, 9 Jan 2020 03:31:00 +0000 Subject: [PATCH] Accepting request 762035 from home:ganghe:branches:openSUSE:Factory - Update lvm.conf file (bsc#1159238) - enable issue_discards by default OBS-URL: https://build.opensuse.org/request/show/762035 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=265 --- lvm.conf | 2 +- lvm2.changes | 6 ++++++ lvm2.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lvm.conf b/lvm.conf index 0503ef1..99f4661 100644 --- a/lvm.conf +++ b/lvm.conf @@ -278,7 +278,7 @@ devices { # benefit from discards, but SSDs and thinly provisioned LUNs # generally do. If enabled, discards will only be issued if both the # storage and kernel provide support. - issue_discards = 0 + issue_discards = 1 # Configuration option devices/allow_changes_with_duplicate_pvs. # Allow VG modification while a PV appears on multiple devices. diff --git a/lvm2.changes b/lvm2.changes index d0a24e1..1fcf5ac 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 9 10:00:30 UTC 2020 - ghe@suse.com + +- Update lvm.conf file (bsc#1159238) + - enable issue_discards by default + ------------------------------------------------------------------- Mon Dec 23 07:22:00 UTC 2019 - heming.zhao@suse.com diff --git a/lvm2.spec b/lvm2.spec index bbd5666..a8e1bcf 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,7 +1,7 @@ # # spec file for package lvm2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed