Bug 1889633
Summary: | openshift4-cnf-tests | hugepages are not detected properly when requested in several NUMA nodes | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alberto Losada <alosadag> | |
Component: | CNF Platform Validation | Assignee: | Federico Paolinelli <fpaoline> | |
Status: | CLOSED ERRATA | QA Contact: | Nikita <nkononov> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 4.6 | CC: | alukiano, aos-bugs, fpaoline, mmckiern, tradej | |
Target Milestone: | --- | |||
Target Release: | 4.7.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
Cause:
Check under incorrect sys file for the amount of total and free number of hugepages.
Consequence:
The test fails when it runs on an environment with multiple NUMA nodes and a user asked to allocate hugepages on the specific NUMA node.
Workaround (if any):
It possible to skip the specific test via the ginkgo --skip parameter or just ignore the test result.
Result:
|
Story Points: | --- | |
Clone Of: | ||||
: | 1890087 (view as bug list) | Environment: | ||
Last Closed: | 2021-09-28 10:27:39 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: | 1890087 |
Description
Alberto Losada
2020-10-20 08:57:12 UTC
Martin: assigning it to you since this is on the performance side Yeah, the test does not expect NUMA separation it seems. This code compares the total per-size with the requests that are per NUMA node: https://github.com/openshift-kni/performance-addon-operators/blob/master/functests/1_performance/hugepages.go#L54 PR with test fix: https://github.com/openshift-kni/performance-addon-operators/pull/412 Verified fix - test works well |