Bug 1669933
Summary: | ./openshift-install destroy cluster failed: "panic: runtime error: invalid memory address or nil pointer dereference" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Rutvik <rkshirsa> |
Component: | Installer | Assignee: | Matthew Staebler <mstaeble> |
Installer sub component: | openshift-installer | QA Contact: | Johnny Liu <jialiu> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | mstaeble, wking |
Version: | 4.1.0 | ||
Target Milestone: | --- | ||
Target Release: | 4.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-30 02:49:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1664187 |
Description
Rutvik
2019-01-28 05:20:24 UTC
> Relase: 0.10.0 Deletion got a major rewrite in 0.10.1. Can you still reproduce? There's also a similar bug 1669925, but that panics via a different code path. The cause of the panic here and in bug 1669925 is that the load balancer fetched from aws does not have a VPC ID. > The cause of the panic here and in bug 1669925 is that the load balancer fetched from aws does not have a VPC ID. Do we still break in that case since dropping [1]? I don't see how it would cause a problem in 0.10.1 and later. [1]: https://github.com/openshift/installer/pull/1039/files#diff-ab65f0e2ba0237c5cc1429673c22cc08L216 (In reply to W. Trevor King from comment #3) > > The cause of the panic here and in bug 1669925 is that the load balancer fetched from aws does not have a VPC ID. > > Do we still break in that case since dropping [1]? I don't see how it would > cause a problem in 0.10.1 and later. > > [1]: > https://github.com/openshift/installer/pull/1039/files#diff- > ab65f0e2ba0237c5cc1429673c22cc08L216 We no longer break in the specific code that caused this panic, but we do still have code that de-references the VPC ID for the load balancer before checking that it is non-nil. I can close this one as a duplicate of bug 1669925. *** This bug has been marked as a duplicate of bug 1669925 *** |