commit | afd55b9697c5672da074c1adbdd49a1c9f70808b | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Dec 08 10:58:17 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Mon Dec 13 21:46:43 2021 +0000 |
tree | 8e8772f4a9a4bcf58b93ae7272c37200d7fd0bd8 | |
parent | 3db6f9cda67dda9558811cc249a24c6936ea7a0d [diff] |
NVMeSensorMain: Remove sensors when removing configs Handle drive hot-unplug through the InterfacesRemoved signal from EM. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I685f0f2d3c8adc5b305c59546b306d5d8c8910c9
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