Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1212310

Summary: [beaker-system-scan] cpu flags are duplicated on S/390 with multiple CPUs
Product: [Retired] Beaker Reporter: Dan Callaghan <dcallagh>
Component: inventoryAssignee: matt jia <mjia>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: aigao, dcallagh, dowang, ebaak, mjia
Target Milestone: 21.0Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-26 06:17:57 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: 541294    

Description Dan Callaghan 2015-04-16 06:59:43 UTC
With 2 cpus produces:

[u'dfp', u'dfp', u'eimm', u'eimm', u'esan3', u'esan3', u'etf3eh', u'etf3eh', u'highgprs', u'highgprs', u'ldisp', u'ldisp', u'msa', u'msa', u'stfle', u'stfle', u'zarch', u'zarch']

But should be:

[u'dfp', u'eimm', u'esan3', u'etf3eh', u'highgprs', u'ldisp', u'msa', u'stfle', u'zarch'] 

For reference, /proc/cpuinfo:

vendor_id       : IBM/S390
# processors    : 2
bogomips per cpu: 2913.00
features	: esan3 zarch stfle msa ldisp eimm dfp etf3eh highgprs 
processor 0: version = FF,  identification = 32C047,  machine = 2827
processor 1: version = FF,  identification = 32C047,  machine = 2827

Comment 1 matt jia 2015-05-26 05:01:47 UTC
On Gerrit:

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

Comment 4 Dan Callaghan 2015-08-26 06:17:57 UTC
Beaker 21.0 has been released.