8000 Make /run/udev available to gd2 container from host by kotreshhr · Pull Request #133 · gluster/gcs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Make /run/udev available to gd2 container from host #133

Merged
merged 1 commit into from
Feb 7, 2019
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
0