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"