Summary: | [cloud] Create a machine set availabilityZone to a non-existent zone, logs show subnet not exist | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | sunzhaohua <zhsun> |
Component: | Cloud Compute | Assignee: | Jan Chaloupka <jchaloup> |
Status: | CLOSED ERRATA | QA Contact: | sunzhaohua <zhsun> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.1.0 | CC: | jhou |
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-06-04 10:41:38 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: |
Description
sunzhaohua
2019-01-09 09:17:06 UTC
Tested in the new version, still will output like "error getting subnet IDs" $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-01-17-185315 True False 35m Cluster version is 4.0.0-0.nightly-2019-01-17-185315 $ oc logs -f clusterapi-manager-controllers-64584db79-d2hq5 -c machine-controller E0118 06:53:22.126414 1 instances.go:112] error describing availability zones: InvalidParameterValue: Invalid availability zone: [us-east-2all] status code: 400, request id: c7686a85-5905-4334-ab8c-3db30f57a76a E0118 06:33:39.051366 1 actuator.go:104] Machine error: error launching instance: error getting subnet IDs: error describing availability zones: InvalidParameterValue: Invalid availability zone: [us-east-2all] status code: 400, request id: 050f3c30-e876-46ae-b89b-1b2c6c29ef20, E0118 06:33:39.051376 1 actuator.go:113] error creating machine: error launching instance: error getting subnet IDs: error describing availability zones: InvalidParameterValue: Invalid availability zone: [us-east-2all] status code: 400, request id: 050f3c30-e876-46ae-b89b-1b2c6c29ef20, > error creating machine: error launching instance: error getting subnet IDs: error describing availability zones: InvalidParameterValue: Invalid availability zone: [us-east-2all]
That's expected. The error message now contains the reason why the subnet can not be found (due to invalid availability zone).
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758 |