We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large sensor values result in sdr list failing. This could be an issue with ipmi_sim package though (unverified atm).
sdr list
ipmi_sim
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
sample failing case:
{ "thresholds": { "lnc": 4200 }, "defaultValue": 6480, "name": "PSU1 Fan", "offValue": 0, "address": "0x51" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Large sensor values result in
sdr list
failing. This could be an issue withipmi_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
sample failing case:
The text was updated successfully, but these errors were encountered: