From: Peter Palfrader Date: Thu, 29 Aug 2019 16:25:09 +0000 (+0200) Subject: transition manda cluster to new lvm config, 2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=54bfbce01a51b775abca4bfe31760dd7fa7cea63;p=mirror%2Fdsa-puppet.git transition manda cluster to new lvm config, 2 --- diff --git a/modules/profile/manifests/lvm/ganeti_manda.pp b/modules/profile/manifests/lvm/ganeti_manda.pp new file mode 100644 index 000000000..b455b1797 --- /dev/null +++ b/modules/profile/manifests/lvm/ganeti_manda.pp @@ -0,0 +1,7 @@ +# LVM config for the 2018 dell servers that make up ganeti.manda.debian.org +class profile::lvm::ganeti2_ubc { + class { 'lvm': + global_filter => '[ "a|^/dev/sd[ab][0-9]*$|", "r/.*/" ]', + issue_discards => true, + } +}