Add /dev/sdc PV at manda
authorJulien Cristau <jcristau@debian.org>
Fri, 25 Oct 2019 15:09:02 +0000 (17:09 +0200)
committerJulien Cristau <jcristau@debian.org>
Fri, 25 Oct 2019 15:09:02 +0000 (17:09 +0200)
modules/profile/manifests/lvm/ganeti_manda.pp

index b3b5009..15e6c4c 100644 (file)
@@ -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,
   }
 }