DellEMC Z9332f: Fix thermalctld warning logs (#9977)

This commit is contained in:
Aravind Mani 2022-02-15 12:23:30 +05:30 committed by GitHub
parent c70de67d70
commit 90fb01e4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,7 @@ if [ "$1" == "init" ]; then
modprobe i2c-dev
modprobe i2c-mux-pca954x force_deselect_on_exit=1
modprobe ipmi_devintf
modprobe ipmi_si kipmid_max_busy_us=1000
modprobe ipmi_si kipmid_max_busy_us=2500
modprobe cls-i2c-ocore
modprobe cls-switchboard
modprobe mc24lc64t
@ -200,7 +200,7 @@ if [ "$1" == "init" ]; then
# /usr/bin/qsfp_irq_enable.py
platform_firmware_versions
get_reboot_cause
echo 1000 > /sys/module/ipmi_si/parameters/kipmid_max_busy_us
echo 2500 > /sys/module/ipmi_si/parameters/kipmid_max_busy_us
elif [ "$1" == "deinit" ]; then
sys_eeprom "delete_device"