Skip to content

Commit

Permalink
MD1420 with 24x 3.84TB SSDs can take a bit more power than the previo…
Browse files Browse the repository at this point in the history
…us threshold
  • Loading branch information
guilbaults committed Feb 14, 2022
1 parent 4b1c1f5 commit c40e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_jbod.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def get_sg_jbods():
current_max = [45, None, 45, None]
elif model == 'MD1420':
current_min = [0.25, 0.25, 3, 3, 0, 0]
current_max = [0.45, 0.45, 6, 6, 2, 2]
current_max = [0.45, 0.45, 7, 7, 2, 2]
elif model == '2U12ENCJ12ESM3P':
current_min = [0.40, 0.10, 0.40, 0.40]
current_max = [42, 38, 42, 38]
Expand Down

0 comments on commit c40e24f

Please sign in to comment.