Bug 2082667
Summary: | No new machines provisioned while machineset controller drained old nodes for change to machineset | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Justin Pierce <jupierce> |
Component: | Cloud Compute | Assignee: | dmoiseev |
Cloud Compute sub component: | Cloud Controller Manager | QA Contact: | sunzhaohua <zhsun> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | medium | CC: | aos-bugs |
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
Feature:
Node drain logic was moved to separate controller.
Reason:
Previously node drain procedure was performed within the main reconcile thread for each deleted machine, which led to significant deletion time due to block by the drain procedure. Given that machines are handled one at a time this affected performance, especially on large machine sets.
Result:
The drain procedure refactored in a way to be async of the rest of the controller logic, which improved deletion performance on a large machinesets.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 11:10:43 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: |
Comment 9
sunzhaohua
2022-06-21 08:38:16 UTC
Verified cluterversion: 4.11.0-0.nightly-2022-06-22-015220 Tested on gcp,azure,alicloud,ibm,vsphere,nutanix and osp, all works fine. 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 (Important: OpenShift Container Platform 4.11.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-2022:5069 |