DellEMC Z9332f: Fix thermalctld warning logs (#9977)
This commit is contained in:
parent
c70de67d70
commit
90fb01e4ab
@ -187,7 +187,7 @@ if [ "$1" == "init" ]; then
|
|||||||
modprobe i2c-dev
|
modprobe i2c-dev
|
||||||
modprobe i2c-mux-pca954x force_deselect_on_exit=1
|
modprobe i2c-mux-pca954x force_deselect_on_exit=1
|
||||||
modprobe ipmi_devintf
|
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-i2c-ocore
|
||||||
modprobe cls-switchboard
|
modprobe cls-switchboard
|
||||||
modprobe mc24lc64t
|
modprobe mc24lc64t
|
||||||
@ -200,7 +200,7 @@ if [ "$1" == "init" ]; then
|
|||||||
# /usr/bin/qsfp_irq_enable.py
|
# /usr/bin/qsfp_irq_enable.py
|
||||||
platform_firmware_versions
|
platform_firmware_versions
|
||||||
get_reboot_cause
|
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
|
elif [ "$1" == "deinit" ]; then
|
||||||
sys_eeprom "delete_device"
|
sys_eeprom "delete_device"
|
||||||
|
Reference in New Issue
Block a user