commit | 3db6f9cda67dda9558811cc249a24c6936ea7a0d | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Dec 08 10:55:47 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Mon Dec 13 21:46:43 2021 +0000 |
tree | 449a1e4cf8499d9fa2732074efdf9710c5f612d1 | |
parent | 0c23fc3ad1dfb6066f1ec128d05a0095c4cebcab [diff] |
NVMeContext: Add the ability to remove NVMeSensors Sometimes sensors go away, e.g. with drive hot-unplug. Make sure we have the ability to remove them from the set of monitored sensors. Change-Id: Ifdd51aebfc1c0be964b98db1bde534f539c3f911 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access