summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-02-16 20:53:38 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-02-16 20:53:38 +0100
commitec3bc59ab20c4c21b7cfd27065c1a9b811bd9518 (patch)
tree7793532acdca3d97338bad51226d91642b4980fd /roles/openshift_storage_glusterfs
parent5160996a7bca9053720cd6230537f7acacaa2134 (diff)
downloadopenshift-ec3bc59ab20c4c21b7cfd27065c1a9b811bd9518.tar.gz
openshift-ec3bc59ab20c4c21b7cfd27065c1a9b811bd9518.tar.bz2
openshift-ec3bc59ab20c4c21b7cfd27065c1a9b811bd9518.tar.xz
openshift-ec3bc59ab20c4c21b7cfd27065c1a9b811bd9518.zip
Fixes for Ands
Diffstat (limited to 'roles/openshift_storage_glusterfs')
-rw-r--r--roles/openshift_storage_glusterfs/files/v3.7/glusterfs-template.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/files/v3.7/glusterfs-template.yml b/roles/openshift_storage_glusterfs/files/v3.7/glusterfs-template.yml
index 09850a2c2..506b0729e 100644
--- a/roles/openshift_storage_glusterfs/files/v3.7/glusterfs-template.yml
+++ b/roles/openshift_storage_glusterfs/files/v3.7/glusterfs-template.yml
@@ -49,6 +49,8 @@ objects:
mountPath: "/var/lib/heketi"
- name: glusterfs-run
mountPath: "/run"
+ - name: glusterfs-ands
+ mountPath: "/mnt/ands/glusterfs"
- name: glusterfs-lvm
mountPath: "/run/lvm"
- name: glusterfs-etc
@@ -98,7 +100,12 @@ objects:
hostPath:
path: "/var/lib/heketi"
- name: glusterfs-run
- emptyDir: {}
+ hostPath:
+ path: "/run/glusterd"
+# emptyDir: {}
+ - name: glusterfs-ands
+ hostPath:
+ path: "/mnt/ands/glusterfs"
- name: glusterfs-lvm
hostPath:
path: "/run/lvm"