6d07efa890
Why I did it To implement fan control using thermalctld in DellEMC S6000 platform Requires: Azure/sonic-linux-kernel#241 How I did it Add thermal policies in 'thermal_policy.json' Implemented thermal_manager.py and the necessary modules to perform fan control via thermalctld Removed fancontrol.sh How to verify it Verified that the fan speeds are set based on the fan and temperature status. Logs: S6000_fan_control_test_logs.txt
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
# postinst script for S6000
|
|
|
|
# Enable Dell-S6000-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-s6000.service
|
|
systemctl start platform-modules-s6000.service
|
|
|
|
#DEBHELPER#
|