Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.
Open
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
19 changes: 19 additions & 0 deletions deploy/templates/gcs-manifests/gcs-gd2.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,16 @@ spec:
- name: gluster-cgroup
mountPath: "/sys/fs/cgroup"
readOnly: true
- name: gluster-run
mountPath: "/run"
- name: gluster-lvm
mountPath: "/run/lvm"
- name: gluster-lvm-lvmetad
mountPath: "/run/lvm/lvmetad.socket"
- name: gluster-udev
mountPath: "/run/udev"
- name: gluster-udev-control
mountPath: "/run/udev/control"
- name: gluster-kmods
mountPath: "/usr/lib/modules"
readOnly: true
Expand All @@ -80,9 +88,20 @@ spec:
- name: gluster-cgroup
hostPath:
path: "/sys/fs/cgroup"
- name: gluster-run
emptyDir: {}
- name: gluster-lvm
hostPath:
path: "/run/lvm"
- name: gluster-lvm-lvmetad
hostPath:
path: "/run/lvm/lvmetad.socket"
- name: gluster-udev
hostPath:
path: "/run/udev"
- name: gluster-udev-control
hostPath:
path: "/run/udev/control"
- name: gluster-kmods
hostPath:
path: "/usr/lib/modules"
Expand Down