Skip to content

Commit

Permalink
hw-mgmt: scripts: fix missing psu config attributes on SN5400
Browse files Browse the repository at this point in the history
Fix bug #3747683

Signed-off-by: Michael Shych <[email protected]>
  • Loading branch information
mshych committed Jan 22, 2024
1 parent 8d9f993 commit 95b27bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hw-management (1.mlnx.7.0030.3000) unstable; urgency=low
hw-management (1.mlnx.7.0030.3032) unstable; urgency=low
[ MLNX ]

-- MellanoxBSP <[email protected]> Mon, 1 Jan 2024 13:44:00 +0300
-- MellanoxBSP <[email protected]> Sun, 21 Jan 2024 13:44:00 +0300
2 changes: 1 addition & 1 deletion usr/usr/bin/hw-management-thermal-events.sh
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ if [ "$1" == "add" ]; then
fw_primary_ver=$(echo $fw_ver_all | cut -d. -f1)
fw_ver=$(echo $fw_ver_all | cut -d. -f2)
fi
if [[ "$cap" == "3000" && $sku == "HI144" ]]; then
if [[ "$cap" == "3000" && ( $sku == "HI144" || $sku == "HI147" ) ]]; then
if [ ! -e "$config_path"/amb_tmp_warn_limit ]; then
echo 38000 > "$config_path"/amb_tmp_warn_limit
fi
Expand Down

0 comments on commit 95b27bd

Please sign in to comment.