-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Large sensor values result in sdr list failing. This could be an issue with ipmi_sim package though (unverified atm).
Can be recreated by updating sensor preset file with large sensor and threshold values (beyond 5000 e.g. 6480)
simengine/enginecore/enginecore/model/presets/sensors.json
Lines 30 to 41 in 01b0fd2
| { | |
| "thresholds": { | |
| "lcr": 200, | |
| "lnc": 300, | |
| "unc": 1000, | |
| "ucr": 1200 | |
| }, | |
| "defaultValue": 1000, | |
| "name": "Frnt_FAN", | |
| "offValue": 0, | |
| "address": "0x79" | |
| } |
sample failing case:
{
"thresholds": {
"lnc": 4200
},
"defaultValue": 6480,
"name": "PSU1 Fan",
"offValue": 0,
"address": "0x51"
}Metadata
Metadata
Assignees
Labels
No labels