Bug 506795
| Summary: | numactl not working on systems with non-sequential node numbering, upstream ok | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | erikj |
| Component: | numactl | Assignee: | Neil Horman <nhorman> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | cpw, nhorman |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.0.3-1.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-02 05:52:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
erikj
2009-06-18 17:06:45 UTC
Existing versions: kernel-2.6.29.4-167.fc11.x86_64 numactl-2.0.2-4.fc11.x86_64 I've updated rawhide to the latest numactl upstream release (2.0.3). Could you please confirm that that package solves your issues? If so, I'll port it to F11, and send out an update. Thanks! sorry, that should be numactl-2.0.4-4.fc12 I've checked all the mirrors including download.fedora.redhat.com and everything seems to be at numactl-2.0.3-2.fc12.x86_64.rpm. I'll keep waiting but if you have a means to point me where this file might reside, I can test it today. ps I'm not sure how the RHEL/Fedora tie-in works, but this might also address 464625. I'm assuming 2.0.4 is a typo and will test with 2.0.3. I checked our OSS web site and the latest is 2.0.3. I pulled down numactl-2.0.3-2.fc12.x86_64.rpm and ran the test. Looks good! BEFORE [root@cct201 ~]# numactl --hardware available: 3 nodes (0-2) node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 node 0 size: 4087 MB node 0 free: 3292 MB libnuma: Warning: /sys not mounted or invalid. Assuming one node: No such file or directory node 1 cpus: node 1 size: <not available> node 1 free: <not available> node 2 cpus: node 2 size: 4096 MB node 2 free: 3962 MB No distance information available. AFTER [root@cct201 ~]# numactl --hardware available: 2 nodes (0,2) node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 node 0 size: 4087 MB node 0 free: 3289 MB node 2 cpus: node 2 size: 4096 MB node 2 free: 3962 MB node distances: node 0 1 2 0: 10 0 20 1: 0 0 0 2: 20 0 10 [root@cct201 ~]# rpm -q numactl numactl-2.0.3-2.fc12.x86_64 PS: Yes, tested version matches koji link. thanks! numactl-2.0.3-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/numactl-2.0.3-2.fc10 numactl-2.0.3-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/numactl-2.0.3-1.fc11 numactl-2.0.3-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. numactl-2.0.3-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |