Bug 1989980
| Summary: | Worker machine object updated too many times [vsphere] | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mike Fedosin <mfedosin> |
| Component: | Cloud Compute | Assignee: | Mike Fedosin <mfedosin> |
| Cloud Compute sub component: | Other Providers | QA Contact: | Milind Yadav <miyadav> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | mimccune |
| Version: | 4.9 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.9.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: | 2021-10-18 17:45:01 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: | |||
|
Description
Mike Fedosin
2021-08-04 13:32:59 UTC
hey Mike, i wonder if this is related to https://bugzilla.redhat.com/show_bug.cgi?id=1975460 as well? Yes, I think it's the same issue Validated on :
[miyadav@miyadav ~]$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.9.0-0.nightly-2021-08-16-154237 True False 22m Cluster version is 4.9.0-0.nightly-2021-08-16-154237
[miyadav@miyadav ~]$
When deleted machine , the update event was fired only when resourceVersion is modified
[miyadav@miyadav ~]$ oc logs machine-api-controllers-78f7577d6-rbp7m -c machine-controller | grep -i "Updated Machine miyadav-1708-fkdx9-worker-5p8hq"
I0817 02:18:09.071770 1 recorder.go:104] controller-runtime/manager/events "msg"="Normal" "message"="Updated Machine miyadav-1708-fkdx9-worker-5p8hq" "object"={"kind":"Machine","namespace":"openshift-machine-api","name":"miyadav-1708-fkdx9-worker-5p8hq","uid":"7dedbf38-d8b0-4157-b5ec-d19ccad52dd7","apiVersion":"machine.openshift.io/v1beta1","resourceVersion":"11256"} "reason"="Update"
I0817 02:22:00.577300 1 recorder.go:104] controller-runtime/manager/events "msg"="Normal" "message"="Updated Machine miyadav-1708-fkdx9-worker-5p8hq" "object"={"kind":"Machine","namespace":"openshift-machine-api","name":"miyadav-1708-fkdx9-worker-5p8hq","uid":"7dedbf38-d8b0-4157-b5ec-d19ccad52dd7","apiVersion":"machine.openshift.io/v1beta1","resourceVersion":"17102"} "reason"="Update"
I0817 02:22:32.335261 1 recorder.go:104] controller-runtime/manager/events "msg"="Normal" "message"="Updated Machine miyadav-1708-fkdx9-worker-5p8hq" "object"={"kind":"Machine","namespace":"openshift-machine-api","name":"miyadav-1708-fkdx9-worker-5p8hq","uid":"7dedbf38-d8b0-4157-b5ec-d19ccad52dd7","apiVersion":"machine.openshift.io/v1beta1","resourceVersion":"17599"} "reason"="Update"
I0817 02:23:03.745376 1 recorder.go:104] controller-runtime/manager/events "msg"="Normal" "message"="Updated Machine miyadav-1708-fkdx9-worker-5p8hq" "object"={"kind":"Machine","namespace":"openshift-machine-api","name":"miyadav-1708-fkdx9-worker-5p8hq","uid":"7dedbf38-d8b0-4157-b5ec-d19ccad52dd7","apiVersion":"machine.openshift.io/v1beta1","resourceVersion":"18227"} "reason"="Update"
I0817 02:31:57.687824 1 recorder.go:104] controller-runtime/manager/events "msg"="Normal" "message"="Updated Machine miyadav-1708-fkdx9-worker-5p8hq" "object"={"kind":"Machine","namespace":"openshift-machine-api","name":"miyadav-1708-fkdx9-worker-5p8hq","uid":"7dedbf38-d8b0-4157-b5ec-d19ccad52dd7","apiVersion":"machine.openshift.io/v1beta1","resourceVersion":"25459"} "reason"="Update"
Additional info:
Move to verified based on above ..
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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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/RHSA-2021:3759 |