Bug 1827589
Summary: | Machine controller: Failed to remove finalizer from machine | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jianwei Hou <jhou> |
Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> |
Cloud Compute sub component: | OpenStack Provider | QA Contact: | Jianwei Hou <jhou> |
Status: | CLOSED INSUFFICIENT_DATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | adduarte, agarcial, egarcia, jspeed, m.andre, mfedosin, pprinett |
Version: | 4.5 | ||
Target Milestone: | --- | ||
Target Release: | 4.5.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: | 2020-04-29 12:00:11 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
Jianwei Hou
2020-04-24 09:33:40 UTC
@Jianwei Could you confirm for me whether or not the Machine doesn't actually get deleted? It looks to me like the cache is going stale and the controller is reconciling a second time after already removing the finalizer, so it gets a conflict when it tries to update the finalizer for a second time. If that's the case, I'm not really sure what we can do in that case apart from either not using a cached client or detecting this error in particular and ignoring it/not logging it Hi Joel, as I checked from the openshift-machine-api namespace, they were deleted, but I didn't check whether they were deleted from the cloud provider side(openstack console). I'm trying to reproduce this today, sorry but I can not reproduce it until now. Lowering the priority and if we can't reproduce this in next few days, we can close this one. Closing as per https://bugzilla.redhat.com/show_bug.cgi?id=1827589#c2 Please reopen if still relevant |