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