Bug 1939225
Summary: | message: "Clusters with less than 3 dedicated masters or a single worker are not supported" suggests that we support more than 3 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alexander Chuzhoy <sasha> |
Component: | assisted-installer | Assignee: | Elior Erez <eerez> |
assisted-installer sub component: | assisted-service | QA Contact: | Yuri Obshansky <yobshans> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | alazar, aos-bugs, cvultur, jtomasek, tjelinek |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | AI-Team-Core | ||
Fixed In Version: | OCP-Metal-v1.0.19.1 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-19 15:15:42 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
Alexander Chuzhoy
2021-03-15 18:43:48 UTC
AFAIK, You can have these cluster combinations: 1 supervisor (control plane) 3 supervisors (control plane) 3 supervisors (control plane)+ >2 workers I think we’ll also have in the future: 1 supervisor (control plane)+ n workers The message should address all use-cases, maybe something like: "The cluster must contain either 1 supervisor (for Single Node OpenShift), 3 supervisors alone (so supervisors will run workloads), or 3 supervisors with an additional 2 workers at a minimum" I'm sure we can edit the wording to make it better though. With 2 nodes, cluster validation does not pass. The message is: "Clusters must have exactly 3 dedicated masters. Please either add hosts, or disable the worker host" With 3 nodes, cluster validation passes ok. With 4 nodes, and Role set to automatic cluster validation does not pass. The message is: "Clusters must have exactly 3 dedicated masters. Please either add hosts, or disable the worker host" With 5 nodes, cluster validation passes ok ( 3 nodes as Masters, 2 nodes Automatic ) With 5 nodes, ( 4 masters, 1 Automatic ): "Clusters must have exactly 3 dedicated masters. Please either add hosts, or disable the worker host" Marking this as Validated with versions : "release_tag":"v1.0.19.3" Assisted-ui-lib: 1.5.19 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 (OpenShift Container Platform 4.7.11 bug fix 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/RHBA-2021:1550 |