Bug 1840821
Summary: | [gcp]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:37:07 UTC
Verified Clusterversion: 4.5.0-0.nightly-2020-06-02-174025 create a new machine with invalid image, machine became to Failed. $ oc get machine NAME PHASE TYPE REGION ZONE AGE hongli-pl025-vqdlx-master-0 Running n1-standard-4 us-central1 us-central1-a 5h40m hongli-pl025-vqdlx-master-1 Running n1-standard-4 us-central1 us-central1-b 5h40m hongli-pl025-vqdlx-master-2 Running n1-standard-4 us-central1 us-central1-c 5h40m hongli-pl025-vqdlx-worker-a-xnwrk Running n1-standard-4 us-central1 us-central1-a 5h35m hongli-pl025-vqdlx-worker-b-zwz4s Running n1-standard-4 us-central1 us-central1-b 5h35m hongli-pl025-vqdlx-worker-c-9srjr Running n1-standard-4 us-central1 us-central1-c 5h35m hongli-pl025-vqdlx-worker-f-5rk7j Failed 10s 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 |