Bug 890261

Summary: 'like' op in cpu flag filtering does not work
Product: [Retired] Beaker Reporter: Qixiang Wan <qwan>
Component: schedulerAssignee: Qixiang Wan <qwan>
Status: CLOSED CURRENTRELEASE QA Contact: Amit Saha <asaha>
Severity: medium Docs Contact:
Priority: medium    
Version: 0.10CC: asaha, dcallagh, ebaak, llim, qwan, rglasz, rmancy
Target Milestone: 0.12   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Misc
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-11 04:57:27 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-26 05:35:05 UTC
Description of problem:
'like' is a valid op for CPU flag filtering in hostRequires, but it doesn't work.

Version-Release number of selected component (if applicable):
beaker-0.10

How reproducible:
100%

Steps to Reproduce:
1. submit a job with:
            <hostRequires>
                <cpu><flag op="like" value="%sse%" /></cpu>
            </hostRequires>


 
Actual results:
Recipe ID xxx does not match any systems

Expected results:
System which meet the hostRequires should be scheduled.

Additional info:

Comment 1 Qixiang Wan 2012-12-26 05:48:25 UTC
patch post:

http://gerrit.beaker-project.org/#/c/1590/

Comment 4 Dan Callaghan 2013-04-11 04:57:27 UTC
Beaker 0.12 has been released.