-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-45182: Disable openstack-manila-csi-controllerplugin crash detection in e2e #5200
Conversation
@EmilienM: This pull request references Jira Issue OCPBUGS-45182, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (itbrown@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
/test e2e-openstack |
/cherry-pick release-4.18 |
@EmilienM: once the present PR merges, I will cherry-pick it on top of In 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. |
…tection in e2e Whether it's on a Standalone OCP cluster or in a HostedCluster, we have a race condition for Manila CSI with the NFS driver. The result is openstack-manila-csi-controllerplugin crashes but eventually stabilizes after a restart. We will solve the race condition. For now we need to disable crash detection of openstack-manila-csi-controllerplugin to unblock the presubmit jobs.
1924865
to
cee9cf8
Compare
/test e2e-openstack |
/hold |
/testwith openshift/hypershift/main/e2e-openstack #5202 |
/hold cancel |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM, jparrill 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 |
/hold |
/retest-required |
@EmilienM: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
We didn't come up with a proper fix in CSI operator but we realise that we might have more work to do on this one, so for now let's just tolerate the restart. We'll provide a cleaner fix in 4.19. |
/close |
@EmilienM: Closed this PR. In 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. |
@EmilienM: This pull request references Jira Issue OCPBUGS-45182. The bug has been updated to no longer refer to the pull request using the external bug tracker. In 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. |
What this PR does / why we need it:
Whether it's on a Standalone OCP cluster or in a HostedCluster, we have a race condition
for Manila CSI with the NFS driver.
The result is openstack-manila-csi-controllerplugin crashes but eventually stabilizes after a restart.
We will solve the race condition.
For now we need to disable crash detection of openstack-manila-csi-controllerplugin to unblock the presubmit jobs.