|
Description
|
The X4540 xmlgen script contains the following:
print <<EOF;
<topology name='disk' scheme='hc'>
<range name='bay' min='0' max='47'>
<facility name='locate' type='indicator' provider='fac_prov_ipmi' >
<propgroup name='facility' version='1' name-stability='Private'
data-stability='Private' >
<propval name='type' type='uint32' value='1' />
<propmethod name='ipmi_entity' version='0' propname='entity_ref'
proptype='string' >
<argval name='format' type='string' value='hdd\%d.ok2rm.led' />
<argval name='offset' type='uint32' value='0' />
--------> <argval name='nparams' type='unit32' value='1' />
</propmethod>
<propmethod name='thumper_locate_mode' version='0'
propname='mode' proptype='uint32' mutable='1'>
</propmethod>
</propgroup>
</facility>
The 'nparams' option should obviously be of type 'uint32', not
'unit32'. This breaks these LEDs
|