Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deploy/templates/gcs-manifests/gcs-gd2.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ spec:
readOnly: true
- name: gluster-lvm
mountPath: "/run/lvm"
- name: gluster-udev
mountPath: "/run/udev"
- name: gluster-kmods
mountPath: "/usr/lib/modules"
readOnly: true
Expand All @@ -83,6 +85,9 @@ spec:
- name: gluster-lvm
hostPath:
path: "/run/lvm"
- name: gluster-udev
hostPath:
path: "/run/udev"
- name: gluster-kmods
hostPath:
path: "/usr/lib/modules"
Expand Down