From e1d27420cc805274e69650946d2f0c08ed4e2c7d Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Tue, 5 Feb 2019 17:21:04 +0530 Subject: [PATCH] Make /run/udev availble to gd2 container from host Signed-off-by: Kotresh HR --- deploy/templates/gcs-manifests/gcs-gd2.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/templates/gcs-manifests/gcs-gd2.yml.j2 b/deploy/templates/gcs-manifests/gcs-gd2.yml.j2 index 524d82f..4a9cbd4 100644 --- a/deploy/templates/gcs-manifests/gcs-gd2.yml.j2 +++ b/deploy/templates/gcs-manifests/gcs-gd2.yml.j2 @@ -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 @@ -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"