openbmc / phosphor-pid-control

OpenBMC PID-based Thermal Control Daemon
Apache License 2.0
16 stars 21 forks source link

Individual fan control of automatic/manual status would be nice #40

Open Krellan opened 10 months ago

Krellan commented 10 months ago

It's a longstanding limitation of phosphor-pid-control that you can only set the automatic/manual status of a thermal zone. You can't set this on an individual fan basis.

Is there any demand for having this ability? It might be nice for some fans, in the same thermal zone, to be set to manual mode, while still having the other fans run automatically (as guided by PID loops).

The existing IPMI commands only work on an entire thermal zone at a time: https://github.com/openbmc/phosphor-pid-control/blob/master/ipmi.md

Sometimes it comes up, but so rarely that this limitation hasn't really been a problem.

When exploring how to model automatic/manual status in Redfish, this came up. It seems awkward in Redfish to have to do it for an entire thermal zone at a time: https://github.com/openbmc/phosphor-pid-control/issues/21