From: Peter Palfrader Date: Thu, 29 Aug 2019 18:22:19 +0000 (+0200) Subject: The previos LVM config for the ppc cluster did not have issue_discards. Let's keep... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ae61fed3705fccad341a1e3f0f3fbcbd4d2ea1fa;p=mirror%2Fdsa-puppet.git The previos LVM config for the ppc cluster did not have issue_discards. Let's keep it that way. --- diff --git a/modules/profile/manifests/lvm/ganeti2_osuosl.pp b/modules/profile/manifests/lvm/ganeti2_osuosl.pp index 95bd8139a..fbac6b801 100644 --- a/modules/profile/manifests/lvm/ganeti2_osuosl.pp +++ b/modules/profile/manifests/lvm/ganeti2_osuosl.pp @@ -2,6 +2,5 @@ class profile::lvm::ganeti2_osuosl { class { 'lvm': global_filter => '[ "a|^/dev/sda[0-9]*$|", "r/.*/" ]', - issue_discards => true, } }