transition manda cluster to new lvm config, 2
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / ganeti_manda.pp
diff --git a/modules/profile/manifests/lvm/ganeti_manda.pp b/modules/profile/manifests/lvm/ganeti_manda.pp
new file mode 100644 (file)
index 0000000..b455b17
--- /dev/null
@@ -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,
+  }
+}