Skip to content

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind bug

What this PR does / why we need it:
fix: blobfuse-proxy install on OpenShift 4.19

Which issue(s) this PR fixes:

Fixes #2192

Requirements:

Special notes for your reviewer:

Release note:

fix: blobfuse-proxy install on OpenShift 4.19 
@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 1, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from cvvz and feiskyer October 1, 2025 15:08
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 1, 2025
@andyzhangx andyzhangx requested a review from Copilot October 1, 2025 15:08
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 1, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds support for handling RHEL distributions in the blobfuse-proxy initialization logic to fix installation on OpenShift 4.19.

  • Extend case statement to include rhel alongside existing distributions.
  • No other functional changes; only pattern list expanded.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@andyzhangx
Copy link
Member Author

/retest

@andyzhangx andyzhangx removed the request for review from feiskyer October 2, 2025 08:27
@andyzhangx andyzhangx merged commit cd3218f into kubernetes-sigs:master Oct 2, 2025
21 of 22 checks passed
@andyzhangx
Copy link
Member Author

/cherrypick release-1.27

@andyzhangx
Copy link
Member Author

/cherrypick release-1.26

@andyzhangx
Copy link
Member Author

/cherrypick release-1.25

@andyzhangx
Copy link
Member Author

/cherrypick release-1.24

@k8s-infra-cherrypick-robot

@andyzhangx: #2193 failed to apply on top of branch "release-1.25":

Applying: fix: blobfuse-proxy install on OpenShift 4.19 Using index info to reconstruct a base tree... M	pkg/blobfuse-proxy/init.sh M	pkg/blobfuse-proxy/server/server.go Falling back to patching base and 3-way merge... Auto-merging pkg/blobfuse-proxy/server/server.go Auto-merging pkg/blobfuse-proxy/init.sh CONFLICT (content): Merge conflict in pkg/blobfuse-proxy/init.sh error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch hint: When you have resolved this problem, run "git am --continue". hint: If you prefer to skip this patch, run "git am --skip" instead. hint: To restore the original branch and stop patching, run "git am --abort". hint: Disable this message with "git config advice.mergeConflict false" Patch failed at 0001 fix: blobfuse-proxy install on OpenShift 4.19 

In response to this:

/cherrypick release-1.25

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-infra-cherrypick-robot

@andyzhangx: new pull request created: #2194

In response to this:

/cherrypick release-1.27

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-infra-cherrypick-robot

@andyzhangx: new pull request created: #2195

In response to this:

/cherrypick release-1.26

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-infra-cherrypick-robot

@andyzhangx: #2193 failed to apply on top of branch "release-1.24":

Applying: fix: blobfuse-proxy install on OpenShift 4.19 Using index info to reconstruct a base tree... M	pkg/blobfuse-proxy/init.sh M	pkg/blobfuse-proxy/server/server.go Falling back to patching base and 3-way merge... Auto-merging pkg/blobfuse-proxy/server/server.go Auto-merging pkg/blobfuse-proxy/init.sh CONFLICT (content): Merge conflict in pkg/blobfuse-proxy/init.sh error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch hint: When you have resolved this problem, run "git am --continue". hint: If you prefer to skip this patch, run "git am --skip" instead. hint: To restore the original branch and stop patching, run "git am --abort". hint: Disable this message with "git config advice.mergeConflict false" Patch failed at 0001 fix: blobfuse-proxy install on OpenShift 4.19 

In response to this:

/cherrypick release-1.24

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

3 participants