Bug 848728
Summary: | 3.1 - Allow VDSM to report logical cores/threads as physical cores. | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Lee Yarwood <lyarwood> | |
Component: | vdsm | Assignee: | Dan Kenigsberg <dkenigsb> | |
Status: | CLOSED ERRATA | QA Contact: | Pavel Stehlik <pstehlik> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.3 | CC: | abaron, bazulay, chetan, cpelland, danken, iheim, ilvovsky, lpeer, michal.skrivanek, pep, ykaul | |
Target Milestone: | beta | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | infra | |||
Fixed In Version: | vdsm-4.9.6-29.0 | Doc Type: | Bug Fix | |
Doc Text: |
A previous change to VDSM caused the getVdsCaps call to only return the number of physical cores on a system. Now, VDSM allows configuration of the report_host_threads_as_cores option to specify what is returned by getVdsCaps. When the report_host_threads_as_cores option is left in its default "false" value, getVdsCaps reports the number of real host cores in cpuCores. When the value is changed to "true", getVdsCaps returns the total number of hyperthreads.
|
Story Points: | --- | |
Clone Of: | ||||
: | 848729 (view as bug list) | Environment: | ||
Last Closed: | 2012-12-04 19:07:33 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: | 848729 |
Description
Lee Yarwood
2012-08-16 10:04:38 UTC
when report_host_threads_as_cores is left in its default "false" value, the number of real host cores is to be reported in cpuCores. When the value is changed to "true", hyperthreads are counted instead. 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, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1508.html |