Bug 2106083
| Summary: | Debug log does not print actual reconcile result value | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | jun |
| Component: | Telco Edge | Assignee: | jun |
| Telco Edge sub component: | TALO | QA Contact: | yliu1 |
| Status: | CLOSED WONTFIX | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | ijolliff, jun |
| Version: | 4.10 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.12.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: | 2024-04-30 18:04:53 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2111110 | ||
2022-10-28T04:20:36.556Z INFO controllers.ClusterGroupUpgrade Finish reconciling CGU {"name": "ztp-install/test-sno-1", "requeueAfter": 300}
2022-10-28T04:20:36.697Z INFO controllers.ClusterGroupUpgrade Finish reconciling CGU {"name": "ztp-install/test-sno-1", "requeueAfter": 299.342395755}
2022-10-28T04:20:36.829Z INFO controllers.ClusterGroupUpgrade Finish reconciling CGU {"name": "ztp-install/test-sno-1", "requeueAfter": 299.201416896}
2022-10-28T04:23:12.968Z INFO controllers.ClusterGroupUpgrade Finish reconciling CGU {"name": "ztp-install/test-sno-1", "requeueAfter": 143.062674643}
2022-10-28T04:23:28.644Z INFO controllers.ClusterGroupUpgrade Finish reconciling CGU {"name": "ztp-install/test-sno-1", "requeueAfter": 30}
Verified with 4.12 TALM.
OCP is no longer using Bugzilla and this bug appears to have been left in an orphaned state. If the bug is still relevant, please open a new issue in the OCPBUGS Jira project: https://issues.redhat.com/projects/OCPBUGS/summary |
Description of problem: It always prints the initial value: 2022-07-11T14:21:33.944Z INFO controllers.ClusterGroupUpgrade Finish reconciling CGU {"name": "test-operator-update/operator-update", "result": {"Requeue":false,"RequeueAfter":0}} Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: It should print out the actual requeueAfter value which varies depending on the upgrade progress. Additional info: