-
Notifications
You must be signed in to change notification settings - Fork 30
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-43273: fix panic when vcenter address is incorrect #283
OCPBUGS-43273: fix panic when vcenter address is incorrect #283
Conversation
@rhrmo: This pull request references Jira Issue OCPBUGS-43273, which is invalid:
Comment 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. |
/jira refresh |
@rhrmo: This pull request references Jira Issue OCPBUGS-43273, 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 ([email protected]), skipping review request. 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. |
/hold |
a5c6000
to
4d811cc
Compare
/unhold |
/retest |
/lgtm |
/retest |
I reproduced it by modifying the vcenter link in cm/cloud-provider-config, with the PR, there is no panic anymore although the storage CO is degraded due to connect issue, which is expected.
And the storage CO reports the same:
|
/label qe-approved |
@rhrmo: This pull request references Jira Issue OCPBUGS-43273, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. 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-vsphere-operator-test |
@rhrmo you need to rebase :-( |
@jsafrane thank you, I did not notice 😅 |
4d811cc
to
d72cee9
Compare
@rhrmo: The following test 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. |
/lgtm |
@dobsonj: The label(s) 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dobsonj, rhrmo 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 |
/label acknowledge-critical-fixes-only |
13c887c
into
openshift:main
@rhrmo: Jira Issue OCPBUGS-43273: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-43273 has been moved to the MODIFIED state. 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. |
/cherry-pick release-4.18 |
@rhrmo: new pull request created: #292 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. |
[ART PR BUILD NOTIFIER] Distgit: ose-vmware-vsphere-csi-driver-operator |
When address of vcenter was set incorrectly, the code would throw runtime error, this PR fixes it.
cc @openshift/storage