Closed tigerblue77 closed 1 year ago
This would be great!!
As when my server goes over the CPU_TEMPERATURE_TRESHOLD
, it then jumps to 10k RPM instead of something more applicable to 55 Degrees.
Hello @louispires, thanks for your interest in this project. I don't have much time to devote to this project at the beginning of the year (some difficulties on personal non-IT projects).
The problem that you describe is the actual "normal" behavior and is not linked to "Third-Party PCIe Card default cooling response" functionality, if I can call it like this. When the defined CPU_TEMPERATURE_TRESHOLD
is reached, this Docker container immediately resets the server's default fan mode for safety, in order to avoid overheating (or at least to prevent the CPUs from exceeding this threshold temperature too much). There is no algorithm to progressively increase the fan speed in this container.
What I can advise is :
Tcase
(case temperature) of your CPU on Intel Ark website and then set CPU_TEMPERATURE_TRESHOLD
to a slightly lower value. Example with my CPUs (Intel Xeon E5-2630L v2) : Tcase = 63°C, I set CPU_TEMPERATURE_TRESHOLD
to 60(°C).FAN_SPEED
value to increase the airflow and thus further decrease the temperature of your CPU(s)Hey @tigerblue77,
Sorry my initial explanation might have been wrong, the project works great and exactly as I would expect it to.
Due to my server containing a NON Dell approved PCI-E Card, technically the default Fan Curve is much higher, as you explained when opening this issue.
Thus, when defaulting to the Dell Fan Curve, it jumps to 10k rpm, instead for the temperatures, it should be closer to 6k:
Here is the exact same settings, but with the PR #33 in place:
Enable
third-party PCIe card default cooling responseDisable
third-party PCIe card default cooling responseGet Third-Party PCIe Card Default Cooling Response Logic Status
The response data is:
Disabled
)Enabled
)Source : https://www.dell.com/support/kbdoc/en-us/000135682/how-to-disable-the-third-party-pcie-card-default-cooling-response-on-poweredge-13g-servers
Other links :