From b52ef18be6c864fd1261f113737522aa840fe0dd Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 25 Oct 2019 17:09:02 +0200 Subject: [PATCH] Add /dev/sdc PV at manda --- modules/profile/manifests/lvm/ganeti_manda.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- 2.20.1