openbmc / entity-manager

Run-time JSON driven system configuration manager
Other
26 stars 48 forks source link

Persistent Sensor Threshold Change? #18

Open lqu opened 2 years ago

lqu commented 2 years ago

This is a question on the design. Should a sensor threshold change (i.e. Soft Shutdown) be persisted and survive BMC power cycle? It is the case with some vendor's proprietary BMC implementation. Current OpenBMC accepts sensor threshold change from DBUS or 'ipmitool sensor thresh' command, but changes are not written back to /var/configuration/system.json, and settings will be reset after BMC power cycle.

shanjiz commented 1 year ago

How to fix?