Skip to content

Commit

Permalink
Merge pull request #6 from jsafrane/fix-scsi_id-path
Browse files Browse the repository at this point in the history
Fix scsi_id installation
  • Loading branch information
openshift-merge-robot committed Nov 23, 2020
2 parents 0e93d06 + 4f3b471 commit 091f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Expand Up @@ -7,7 +7,7 @@ RUN make gce-pd-driver
FROM registry.svc.ci.openshift.org/ocp/4.7:base
# Get mkfs & blkid
RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux systemd-udev && \
yum clean all && rm -rf /var/cache/yum/* && \
mkdir -p /lib/udev_containerized && cp /usr/lib/udev/scsi_id /lib/udev_containerized/scsi_id # The driver assumes this path

Expand Down

0 comments on commit 091f021

Please sign in to comment.