This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
sonic-buildimage
Watch
1
Star
0
Fork
0
You've already forked sonic-buildimage
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
940e5c0db0
sonic-buildimage
/
device
/
dell
/
x86_64-dell_z9100_c2538-r0
/
pmon_daemon_control.json
5 lines
56 B
JSON
Raw
Normal View
History
Unescape
Escape
DellEMC: Skip starting 'ledd' in pmon in DellEMC platforms (#3762)
2019-11-28 16:41:58 -06:00
{
[201911] DellEMC: Skip thermalctld and thermal platform API changes (#4752) **- Why I did it** - Skip thermalctld in DellEMC S6000, S6100, Z9100 and Z9264 platforms. - Change the return type of thermal Platform APIs in DellEMC S6000, S6100 and Z9100 platforms to 'float'. **- How I did it** - Add 'skip_thermalctld:true' in pmon_daemon_control.json for DellEMC S6000, S6100, Z9100 and Z9264 platforms. - Made changes in thermal.py, for 'get_temperature', 'get_high_threshold' and 'get_low_threshold' to return 'float' value. **- How to verify it** - Check thermalctld is not running in 'pmon'. - Wrote a python script to load Chassis class and then call the APIs accordingly and verify the return type.
2020-06-11 12:48:27 -05:00
"skip_ledd"
:
true
,
"skip_thermalctld"
:
true
DellEMC: Skip starting 'ledd' in pmon in DellEMC platforms (#3762)
2019-11-28 16:41:58 -06:00
}
Reference in New Issue
Copy Permalink