[Mellanox] Change fan tolerance to 50% (#5018)
Mellanox platforms fan tolerance should change to 50% Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
This commit is contained in:
parent
639ad1895d
commit
bbb91715a8
@ -288,8 +288,8 @@ class Fan(FanBase):
|
|||||||
An integer, the percentage of variance from target speed which is
|
An integer, the percentage of variance from target speed which is
|
||||||
considered tolerable
|
considered tolerable
|
||||||
"""
|
"""
|
||||||
# The tolerance value is fixed as 20% for all the Mellanox platform
|
# The tolerance value is fixed as 50% for all the Mellanox platform
|
||||||
return 20
|
return 50
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def set_cooling_level(cls, level, cur_state):
|
def set_cooling_level(cls, level, cur_state):
|
||||||
|
Reference in New Issue
Block a user