Skip to content

Commit

Permalink
Handling newer SP-34106-CFFE12P on RockyLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
guilbaults committed Feb 14, 2022
1 parent 0a4e7e6 commit 9e29a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check_jbod.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ def get_sg_jbods():
'Hot swap=1, Fail=0, Requested on=0, Off=0, Overtmp fail=0',
'Hot swap=1, Fail=0, Requested on=1, Off=0, Overtmp fail=0',
'Hot swap=0, Fail=0, Requested on=0, Off=0, Overtmp fail=0',
'DC overcurrent=0, Hot swap=1, Fail=0, Requested on=1, Off=0'
'DC overcurrent=0, Hot swap=1, Fail=0, Requested on=1, Off=0',
'DC overcurrent=0, Hot swap=1, Fail=0, Requested on=0, Off=0'
]:
criticals.append('PSU{number} {status}'.format(
number=psu_number,
Expand Down

0 comments on commit 9e29a31

Please sign in to comment.