OpenSolaris

Printable Version Enter a New Search
Bug ID 6735695
Synopsis SES fan speed sensor should be of type THRESHOLD_STATE
State 10-Fix Delivered (Fix available in build)
Category:Subcategory library:fm
Keywords
Responsible Engineer Eric Schrock
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_97
Fixed In snv_97
Release Fixed solaris_nevada(snv_97)
Related Bugs 6720452
Submit Date 10-August-2008
Last Update Date 28-August-2008
Description
In ses_facility.c, the fan sensors are declared as type FAN.  While
this makes logical sense, it is in fact a threshold-based sensor,
and uses the threshold #defines to indicate failure.  For
programmatic consumers to correctly consume this state, the type
needs to be THRESHOLD_STATE.
Work Around
N/A
Comments
N/A