From: Julien Cristau Date: Fri, 25 Oct 2019 15:09:02 +0000 (+0200) Subject: Add /dev/sdc PV at manda X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b52ef18be6c864fd1261f113737522aa840fe0dd;p=mirror%2Fdsa-puppet.git Add /dev/sdc PV at manda --- diff --git a/modules/profile/manifests/lvm/ganeti_manda.pp b/modules/profile/manifests/lvm/ganeti_manda.pp index b3b500956..15e6c4cdf 100644 --- a/modules/profile/manifests/lvm/ganeti_manda.pp +++ b/modules/profile/manifests/lvm/ganeti_manda.pp @@ -1,7 +1,7 @@ # LVM config for the 2018 dell servers that make up ganeti.manda.debian.org class profile::lvm::ganeti_manda { class { 'lvm': - global_filter => '[ "a|^/dev/sd[ab][0-9]*$|", "r/.*/" ]', + global_filter => '[ "a|^/dev/sd[abc][0-9]*$|", "r/.*/" ]', issue_discards => true, } }