You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dell_iDRAC_fan_controller.sh
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,12 @@ fi
50
50
if [[ $SERVER_MODEL=~ .*[RT][[:space:]]?[0-9][4-9]0.* ]]
51
51
then
52
52
DELL_POWEREDGE_GEN_14_OR_NEWER=true
53
+
CPU1_TEMPERATURE_INDEX=2
54
+
CPU2_TEMPERATURE_INDEX=4
53
55
else
54
56
DELL_POWEREDGE_GEN_14_OR_NEWER=false
57
+
CPU1_TEMPERATURE_INDEX=1
58
+
CPU2_TEMPERATURE_INDEX=2
55
59
fi
56
60
57
61
# Log main informations
@@ -146,15 +150,19 @@ while true; do
146
150
fi
147
151
fi
148
152
149
-
# Enable or disable, depending on the user's choice, third-party PCIe card Dell default cooling response
150
-
# No comment will be displayed on the change of this parameter since it is not related to the temperature of any device (CPU, GPU, etc...) but only to the settings made by the user when launching this Docker container
# Enable or disable, depending on the user's choice, third-party PCIe card Dell default cooling response
157
+
# No comment will be displayed on the change of this parameter since it is not related to the temperature of any device (CPU, GPU, etc...) but only to the settings made by the user when launching this Docker container
0 commit comments