aboutsummaryrefslogtreecommitdiffstats
path: root/roles/lvm/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lvm/templates')
-rw-r--r--roles/lvm/templates/etc/lvm/lvm.conf.j227
1 files changed, 27 insertions, 0 deletions
diff --git a/roles/lvm/templates/etc/lvm/lvm.conf.j2 b/roles/lvm/templates/etc/lvm/lvm.conf.j2
new file mode 100644
index 0000000..68dfe5e
--- /dev/null
+++ b/roles/lvm/templates/etc/lvm/lvm.conf.j2
@@ -0,0 +1,27 @@
+config {
+}
+
+devices {
+ use_devicesfile = {{ lvm_use_devicesfile | int }}
+}
+
+allocation {
+}
+
+log {
+}
+
+backup {
+}
+
+shell {
+}
+
+global {
+}
+
+activation {
+}
+
+dmeventd {
+}