Bug 1925203
Summary: | [RFE] [OCPonRHV] - High Performance Mode in OCP on RHV - huge pages, CPU and Numa pinning configuration | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | michal <mgold> | |
Component: | Installer | Assignee: | Liran Rotenberg <lrotenbe> | |
Installer sub component: | OpenShift on RHV | QA Contact: | Guy <gafik> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | high | CC: | emarcus, gzaidman, hpopal, jpasztor, lleistne, lrotenbe, mburman, mkalinin, mstaeble | |
Version: | 4.7 | |||
Target Milestone: | --- | |||
Target Release: | 4.9.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Enhancement | ||
Doc Text: |
Providing autoPinningPolicy and/or hugepages property into the ovirt installer config is now possible. It will make the control plan nodes and/or compute nodes. `autoPinningPolicy` will set automatically the CPUs and NUMAs. `hugepages` will set the nodes with a custom property in ovirt, telling these nodes to use the hugepages of the hypervisor.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1988794 (view as bug list) | Environment: | ||
Last Closed: | 2021-10-18 17:29:20 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: | 1948963 | |||
Bug Blocks: | 1988794 |
Description
michal
2021-02-04 15:15:23 UTC
due to capacity constraints, we will be revisiting this bug in the upcoming sprint *** Bug 1925201 has been marked as a duplicate of this bug. *** Is this really a bug? Or is this a new feature? The presence of "RFE" in the title of the BZ seems to support this being a new feature. Can this wait to be added as a new feature in 4.9? The yaml should look like this (copying from the PR): ... compute: - name: worker platform: ovirt: autoPinningPolicy: resize_and_pin hugepages: 2048 ... replicas: 2 controlPlane: ... name: master platform: ovirt: autoPinningPolicy: resize_and_pin hugepages: 2048 ... replicas: 3 ... Note that for hugepages you need to have enough hugepages available on your hypervisor in order to let the nodes to start. Verified on openshift cluster version 4.9.0-0.nightly-2021-07-17-212317 and RHV engine ovirt-engine-4.4.8-0.19.el8ev.noarch 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 (Moderate: OpenShift Container Platform 4.9.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-2021:3759 |