File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ HOST_CMD="nsenter --mount=/proc/1/ns/mnt"
2929if [ " ${INSTALL_BLOBFUSE} " = " true" ]
3030then
3131 cp /blobfuse-proxy/packages-microsoft-prod.deb /host/etc/
32- $HOST_CMD dpkg -i /etc/packages-microsoft-prod.deb && \
32+ yes | $HOST_CMD dpkg -i /etc/packages-microsoft-prod.deb && \
3333 $HOST_CMD apt update && \
3434 $HOST_CMD apt-get install -y fuse blobfuse2 blobfuse=" ${BLOBFUSE_VERSION} " && \
3535 $HOST_CMD rm -f /etc/packages-microsoft-prod.deb
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ func getBlobfuseVersion() BlobfuseVersion {
111111 }
112112
113113 if osinfo .Distro == "Ubuntu" && osinfo .Version >= "22.04" {
114+ klog .V (2 ).Info ("proxy using blobfuse V2 for mounting" )
114115 return BlobfuseV2
115116 }
116117
You can’t perform that action at this time.
0 commit comments