From ec3bc59ab20c4c21b7cfd27065c1a9b811bd9518 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 16 Feb 2018 20:53:38 +0100 Subject: Fixes for Ands --- .../files/v3.7/glusterfs-template.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'roles/openshift_storage_glusterfs') 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" -- cgit v1.2.1