Skip to content

Commit c40e24f

Browse files
committed
MD1420 with 24x 3.84TB SSDs can take a bit more power than the previous threshold
1 parent 4b1c1f5 commit c40e24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_jbod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def get_sg_jbods():
359359
current_max = [45, None, 45, None]
360360
elif model == 'MD1420':
361361
current_min = [0.25, 0.25, 3, 3, 0, 0]
362-
current_max = [0.45, 0.45, 6, 6, 2, 2]
362+
current_max = [0.45, 0.45, 7, 7, 2, 2]
363363
elif model == '2U12ENCJ12ESM3P':
364364
current_min = [0.40, 0.10, 0.40, 0.40]
365365
current_max = [42, 38, 42, 38]

0 commit comments

Comments
 (0)