Bug 1840822
| Summary: | [azure]Machine status should be "Failed" with an invalid configuration | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Joel Speed <jspeed> |
| Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> |
| Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | dgrigore, zhsun |
| Version: | 4.5 | Keywords: | Regression |
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: When updating the phase to failed, an update to the Machine annotations overwrote changes to the status
Consequence: Status updates were never persisted on a failed phase
Fix: Update the annotations before starting to update the phase
Result: Annotation and phase changes are persisted
|
Story Points: | --- |
| Clone Of: | 1840552 | Environment: | |
| Last Closed: | 2020-07-13 17:42:22 UTC | Type: | --- |
| 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: | 1840552 | ||
| Bug Blocks: | |||
|
Description
Joel Speed
2020-05-27 16:38:28 UTC
Verified create a machine with invalid image, machine phase became to $ oc get machine NAME PHASE TYPE REGION ZONE AGE zhsun63azure-7h44z-master-0 Running Standard_D8s_v3 westus 6h28m zhsun63azure-7h44z-master-1 Running Standard_D8s_v3 westus 6h28m zhsun63azure-7h44z-master-2 Running Standard_D8s_v3 westus 6h28m zhsun63azure-7h44z-worker-westus-4cmjd Running Standard_D2s_v3 westus 6h16m zhsun63azure-7h44z-worker-westus-hv647 Running Standard_D2s_v3 westus 6h16m zhsun63azure-7h44z-worker-westus-plvx5 Failed 7s zhsun63azure-7h44z-worker-westus-wtz6j Running Standard_D2s_v3 westus 6h16m $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.5.0-0.nightly-2020-06-03-013823 True False 5h49m Cluster version is 4.5.0-0.nightly-2020-06-03-013823 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-2020:2409 |