Bug 1975460
Summary: | VMware console shows errors and also machines shows updated status in OCP webconsole | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ankita Kanekar <akanekar> | ||||
Component: | Cloud Compute | Assignee: | Michael McCune <mimccune> | ||||
Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> | ||||
Status: | CLOSED NOTABUG | Docs Contact: | |||||
Severity: | low | ||||||
Priority: | low | CC: | mimccune | ||||
Version: | 4.7 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: |
VMware vSphere
OCP 4.6
|
|||||
Last Closed: | 2021-06-30 19:11:49 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: | |||||||
Attachments: |
|
Description
Ankita Kanekar
2021-06-23 17:55:23 UTC
@akanekar i'm curious to understand this better, is the issue here that the machine-api controller is sending events for each reconfigure that happens in vSphere, and that we should be parsing out those reconfiguration events? thanks for the update Ankita, i have a feeling we could improve this at the machine-api controller level, but i am concerned that we will become more dependent on the specific message texts that are coming from the vSphere events. i also think it might be tough for us to know which events a user will want to see versus which one they don't. i think this is a good request to bring before our cloud infrastructure team, but i am going to drop the severity/priority since this is not affecting functionality and is more a user experience issue. Ankita, i have spoken with the team about this issue and we feel that this behavior is working as it is intended. the controller should read all updates from the vCenter and display them as logs/events. this may be causing excessive noise in the events console, but this behavior has existed in OpenShift for some time now. we also discussed the idea of parsing those messages from the vCenter to see if we could remove them from the logs/events in OpenShift by analysing the contents of the messages. but, this would mean that we would need to know more detail about the messages coming from vCenter and would make us the arbitrator of which messages get relayed. the team felt that we should not be making decisions about which messages the user sees from the vCenter. in situations where a user only had access to the OpenShift events and could not access the vCenter, they would need to have this information from OpenShift. i hope this helps to clear up the issue, i am going to mark this as closed/notabug. if you feel that this is incorrect, then i think it would be appropriate to make a feature request for the changes. |