Skip to content
New issue

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

ipmi_sim does not accept large RPM values #102

Open
belavina opened this issue Aug 21, 2019 · 0 comments
Open

ipmi_sim does not accept large RPM values #102

belavina opened this issue Aug 21, 2019 · 0 comments

Comments

@belavina
Copy link
Contributor

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)

{
"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"
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants