blob: 02f7e15154739eeb6ea7725639fe84fc46546080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- 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-socket
+# mountPath: "/run/glusterd.socket"
- 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-socket
+# hostPath:
+# path: "/run/glusterd.socket"
- name: glusterfs-lvm
hostPath:
path: "/run/lvm"
|