Skip to content

Commit 0253618

Browse files
authored
add sg_inq and find binaries needed for rescan-scsi-bus and resize (#305)
Signed-off-by: Raunak <raunak.kumar@hpe.com>
1 parent f5bae5e commit 0253618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/csi-driver/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ RUN ln -s /chroot/chroot-host-wrapper.sh /chroot/blkid \
4646
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/umount \
4747
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/ip \
4848
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dmidecode \
49-
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dnsdomainname
49+
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/dnsdomainname \
50+
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/sg_inq \
51+
&& ln -s /chroot/chroot-host-wrapper.sh /chroot/find
5052

5153
ENV PATH="/chroot:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
5254

0 commit comments

Comments
 (0)