Bug 2137804
Summary: | Inconsistent error msg prompts when setting inexistent nodeset with restrictive numa tuning mode | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | liang cong <lcong> |
Component: | libvirt | Assignee: | khanicov |
libvirt sub component: | General | QA Contact: | liang cong <lcong> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | low | ||
Priority: | medium | CC: | abologna, lmen, mprivozn, virt-maint, xuzhang |
Version: | 9.1 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
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: | 2023-01-16 10:50:47 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
liang cong
2022-10-26 09:29:46 UTC
Add some info: If setting other numa tuning mode like "preferred", "strict" or "interleave" then the error msg is: error: unsupported configuration: NUMA node 2 is unavailable This is because the check for host NUMA nodes presence is skipped in qemuBuildMemoryBackendProps() for VIR_DOMAIN_NUMATUNE_MEM_RESTRICTIVE and then the code proceeds to qemuProcessSetupPid() where the nodeset is set directly in CGroups, hence the difference in error messages. *** This bug has been marked as a duplicate of bug 2156289 *** |