summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-10 17:27:56 -0400
committerScott Dodson <sdodson@redhat.com>2017-10-30 09:25:45 -0400
commitbbafaeb918a2ffbd591595bb5fb2a99eb900721d (patch)
tree4ec82db8913eb79ce03e4dd552936aa9d1769d62 /roles/openshift_storage_glusterfs/templates
parentb0ba3dc4b11199c5ccae37bdc452e3e35e225edc (diff)
downloadopenshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.tar.gz
openshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.tar.bz2
openshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.tar.xz
openshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.zip
Add dm_thin_pool for gluster use
Diffstat (limited to 'roles/openshift_storage_glusterfs/templates')
-rw-r--r--roles/openshift_storage_glusterfs/templates/glusterfs.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_storage_glusterfs/templates/glusterfs.conf b/roles/openshift_storage_glusterfs/templates/glusterfs.conf
new file mode 100644
index 000000000..dd4d6e6f7
--- /dev/null
+++ b/roles/openshift_storage_glusterfs/templates/glusterfs.conf
@@ -0,0 +1,4 @@
+#{{ ansible_managed }}
+dm_thin_pool
+dm_snapshot
+dm_mirror \ No newline at end of file