From 0db2995395d28caf4676ab566085b7c66130b629 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 11 Mar 2018 20:02:50 +0100 Subject: Add patches also for small modules --- anslib/patches/glusterfs-ds-mountrun.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 anslib/patches/glusterfs-ds-mountrun.patch (limited to 'anslib/patches/glusterfs-ds-mountrun.patch') diff --git a/anslib/patches/glusterfs-ds-mountrun.patch b/anslib/patches/glusterfs-ds-mountrun.patch deleted file mode 100644 index 02f7e15..0000000 --- a/anslib/patches/glusterfs-ds-mountrun.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- 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" -- cgit v1.2.3