aboutsummaryrefslogtreecommitdiffstats
path: root/roles/lvm/templates
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-05-22 08:52:38 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-05-22 08:52:38 -0400
commitd0025ee5343bd92a778ef13c35d3b29b084da6bd (patch)
tree553dcef8343a80503641d93db5bf882c56896a2e /roles/lvm/templates
parenta421be15346f29adf0188c40b58c8070097ad256 (diff)
downloadselfhosted-d0025ee5343bd92a778ef13c35d3b29b084da6bd.tar.gz
selfhosted-d0025ee5343bd92a778ef13c35d3b29b084da6bd.zip
lvm: fix config generation
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 {
+}