Skip to content

ipmi_sim does not accept large RPM values #102

@belavina

Description

@belavina

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"
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions