Skip to content

OpenShift 4.19 os-release ID="rhel" instead of ID="rhcos" install-blobfuse-proxy crash #2192

@jsanchezmartinez

Description

@jsanchezmartinez

What happened:
After upgrading to OpenShift 4.19, the CSI node init container crashes due to is not using "install-proxy-rhcos.sh" (instead using install-prox.sh") because the ID of os-release is now rhel instead of rhcos.
Any advice?

OpenShift 4.18 (cat /etc/os-release):
    NAME="Red Hat Enterprise Linux CoreOS"
    ID="rhcos"
    ID_LIKE="rhel fedora"
    VERSION="418.94.202508060022-0"
    VERSION_ID="4.18"
    VARIANT="CoreOS"
    VARIANT_ID=coreos
    PLATFORM_ID="platform:el9"
    PRETTY_NAME="Red Hat Enterprise Linux CoreOS 418.94.202508060022-0"
    ANSI_COLOR="0;31"
    CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos::coreos"
    HOME_URL="https://www.redhat.com/"
    DOCUMENTATION_URL="https://docs.okd.io/latest/welcome/index.html"
    BUG_REPORT_URL="https://access.redhat.com/labs/rhir/"
    REDHAT_BUGZILLA_PRODUCT="OpenShift Container Platform"
    REDHAT_BUGZILLA_PRODUCT_VERSION="4.18"
    REDHAT_SUPPORT_PRODUCT="OpenShift Container Platform"
    REDHAT_SUPPORT_PRODUCT_VERSION="4.18"
    OPENSHIFT_VERSION="4.18"
    RHEL_VERSION=9.4
    OSTREE_VERSION="418.94.202508060022-0"
OpenShift 4.19 (cat /etc/os-release):
    NAME="Red Hat Enterprise Linux CoreOS"
    VERSION="9.6.20250916-0 (Plow)"
    ID="rhel"
    ID_LIKE="fedora"
    VERSION_ID="9.6"
    PLATFORM_ID="platform:el9"
    PRETTY_NAME="Red Hat Enterprise Linux CoreOS 9.6.20250916-0 (Plow)"
    ANSI_COLOR="0;31"
    LOGO="fedora-logo-icon"
    CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
    HOME_URL="https://www.redhat.com/"
    DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9"
    BUG_REPORT_URL="https://issues.redhat.com/"
    REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"
    REDHAT_BUGZILLA_PRODUCT_VERSION=9.6
    REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
    REDHAT_SUPPORT_PRODUCT_VERSION="9.6"
    OSTREE_VERSION='9.6.20250916-0'
    VARIANT=CoreOS
    VARIANT_ID=coreos
    OPENSHIFT_VERSION="4.19"

What you expected to happen:
CSI driver working.

How to reproduce it:
OpenShift 4.19.

Anything else we need to know?:
N/A.

Environment:
CSI 1.24 or 1.25 or 1.26.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions