Uh oh!
There was an error while loading. Please reload this page.
[release-4.22] OCPBUGS-100305: Fix cache path to avoid /var/cache/dnf conflict - #783
Conversation
openshift-ci-robot
commented
Jul 30, 2026
@ericahinkleRH: This pull request references Jira Issue OCPBUGS-89330, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
OCPBUGS-89330: Change catalogd and operator-controller cache directories to use dedicated paths instead of conflicting with system paths like /var/cache/dnf which cause permission errors on startup. - catalogd: /var/cache/ -> /var/cache/catalogd - operator-controller: /var/cache -> /var/cache/operator-controller
10594e9 to
63e2644Compareopenshift-ci-robot
commented
Jul 30, 2026
@ericahinkleRH: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
ericahinkleRH
commented
Jul 30, 2026
/jira refresh |
openshift-ci-robot
commented
Jul 30, 2026
@ericahinkleRH: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
openshift-ci-robot
commented
Jul 30, 2026
@ericahinkleRH: This pull request references Jira Issue OCPBUGS-100305, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
ericahinkleRH
commented
Jul 30, 2026
/jira refresh |
openshift-ci-robot
commented
Jul 30, 2026
@ericahinkleRH: This pull request references Jira Issue OCPBUGS-100305, which is invalid:
Comment DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
ericahinkleRH
commented
Jul 30, 2026
/jira refresh |
openshift-ci-robot
commented
Jul 30, 2026
@ericahinkleRH: This pull request references Jira Issue OCPBUGS-100305, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
tmshort
commented
Jul 30, 2026
/lgtm |
ericahinkleRH
commented
Jul 30, 2026
/test e2e-gcp-ovn-upgrade |
tmshort
commented
Jul 30, 2026
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ericahinkleRH, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
tmshort
commented
Jul 30, 2026
This can be verified via |
@ericahinkleRH: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
dtfranz
commented
Jul 31, 2026
/verified by CI |
openshift-ci-robot
commented
Jul 31, 2026
@dtfranz: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
joelanford
commented
Jul 31, 2026
/label backport-risk-assessed |
f80de29
into
openshift:release-4.22Uh oh!
There was an error while loading. Please reload this page.
openshift-ci-robot
commented
Jul 31, 2026
@ericahinkleRH: Jira Issue Verification Checks: Jira Issue OCPBUGS-100305 Jira Issue OCPBUGS-100305 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
ericahinkleRH
commented
Jul 31, 2026
/cherry-pick release-4.21 |
openshift-cherrypick-robot
commented
Jul 31, 2026
@ericahinkleRH: new pull request created: #785 DetailsIn response to this:
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. |
Backport of #779 to release-4.22
Jira: https://redhat.atlassian.net/browse/OCPBUGS-100305
This fixes CrashLoopBackOff on startup due to
chmod /var/cache/dnf operation not permittedby using dedicated cache directories instead of conflicting with system paths.