File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ DISTRIBUTION=$($HOST_CMD cat /etc/os-release | grep ^ID= | cut -d'=' -f2 | tr -d
3737ARCH=$( $HOST_CMD uname -m)
3838echo " Linux distribution: $DISTRIBUTION , Arch: $ARCH "
3939
40- # install blobfuse-proxy and blobfuse/blofuse2 if needed
40+ # install blobfuse-proxy and blobfuse/blobfuse2 if needed
4141case " ${DISTRIBUTION} " in
42- " rhcos" | " cos" | " gardenlinux" )
42+ " rhcos" | " rhel " | " cos" | " gardenlinux" )
4343 . ./blobfuse-proxy/install-proxy-rhcos.sh
4444 ;;
4545 * )
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ func getBlobfuseVersion() BlobfuseVersion {
140140 return BlobfuseV2
141141 }
142142
143- if strings .EqualFold (osinfo .Distro , "rhcos" ) {
144- klog .V (2 ).Info ("proxy default using blobfuse V2 for mounting on RHCOS" )
143+ if strings .EqualFold (osinfo .Distro , "rhcos" ) || strings . EqualFold ( osinfo . Distro , "rhel" ) {
144+ klog .V (2 ).Info ("proxy default using blobfuse V2 for mounting on RHCOS/RHEL " )
145145 return BlobfuseV2
146146 }
147147
You can’t perform that action at this time.
0 commit comments