Bug 770153
| Summary: | vdsm-bootstrap should not set max_cstate=1 to the kernel command line | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Yaniv Kaul <ykaul> |
| Component: | vdsm | Assignee: | Alon Bar-Lev <alonbl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | abaron, acathrow, alonbl, bazulay, bsarathy, iheim, jboggs, jkt, mburns, ovirt-bugs, ovirt-maint, tburke, ykaul |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | 3.2 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | virt | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 770123 | Environment: | |
| Last Closed: | 2013-02-15 06:46: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: | |||
| Bug Depends On: | 770122, 770123, 866889 | ||
| Bug Blocks: | |||
|
Description
Yaniv Kaul
2011-12-23 16:49:32 UTC
This was requested by rhev-3.0 bug 579705, so I'd be keeping max_cstate for rhel6. http://gerrit.ovirt.org/5658 (In reply to comment #1) > This was requested by rhev-3.0 bug 579705, so I'd be keeping max_cstate for > rhel6. I believe it's no longer needed. Note that ovirt-node have removed it already - https://bugzilla.redhat.com/show_bug.cgi?id=770123 And the logic to set/remove it - https://bugzilla.redhat.com/show_bug.cgi?id=770123#c2 > > http://gerrit.ovirt.org/5658 I am not at all sure that ovirt-node has satisfied Andy's requirement of https://bugzilla.redhat.com/show_bug.cgi?id=770123#c1 .. we check /proc/cpuinfo flags for constant_tsc and if it's NOT present we add the max_cstate otherwise we leave it off. This is a logic that vdsmd does not have. Sp this patch is partial. I agree this should not be used. Will be removed unless someone has any new input. Thanks! new bootstrap will warn if no constant_tsc. 3.2 beta built, moving to ON_QA status to allow testing |