Add /dev/sdc PV at manda
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / ganeti_manda.pp
1 # LVM config for the 2018 dell servers that make up ganeti.manda.debian.org
2 class profile::lvm::ganeti_manda {
3   class { 'lvm':
4     global_filter  => '[ "a|^/dev/sd[abc][0-9]*$|", "r/.*/" ]',
5     issue_discards => true,
6   }
7 }