Bug 883214
Summary: | CPU speed filtering in hostRequires does not work when it's float value | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Qixiang Wan <qwan> |
Component: | scheduler | Assignee: | Qixiang Wan <qwan> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dan Callaghan <dcallagh> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 0.10 | CC: | asaha, dcallagh, mishin, qwan, rglasz, rmancy |
Target Milestone: | 0.11 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-17 04:34:20 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
Qixiang Wan
2012-12-04 03:58:21 UTC
patch post: http://gerrit.beaker-project.org/1534 Verified that <hostRequires> <system_type value="Machine"/> <cpu> <speed op=">=" value="1198.5"/> </cpu> </hostRequires> includes a system with CPU speed 1199.0 and that <hostRequires> <system_type value="Machine"/> <cpu> <speed op=">=" value="1199.5"/> </cpu> </hostRequires> excludes it. Beaker 0.11.0 has been released. |