Browse Source

Merge pull request #7831 from nixpanic/pr/glusterfs-modprobe

GlusterFS: enable modprobe in pods that manage bricks
Michael Gugino 7 years ago
parent
commit
907d9424d4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      roles/openshift_storage_glusterfs/files/glusterfs-template.yml

+ 6 - 0
roles/openshift_storage_glusterfs/files/glusterfs-template.yml

@@ -69,6 +69,9 @@ objects:
           - name: glusterfs-ssl
             mountPath: "/etc/ssl"
             readOnly: true
+          - name: kernel-modules
+            mountPath: "/usr/lib/modules"
+            readOnly: true
           - name: glusterfs-target
             mountPath: "/etc/target"
           securityContext:
@@ -127,6 +130,9 @@ objects:
         - name: glusterfs-ssl
           hostPath:
             path: "/etc/ssl"
+        - name: kernel-modules
+          hostPath:
+            path: "/usr/lib/modules"
         - name: glusterfs-target
           hostPath:
             path: "/etc/target"