Open bluecmd opened 3 years ago
This is likely to be an issue for all platform vendors that have not tested this command or did not want to implement something out of spec.
It also feels weird that a show
command actually changes hardware state by initializing the system leds every time it is invoked.
The failing method initizalize_system_led
is not part of the sonic_platform
API as of today https://github.com/Azure/sonic-platform-common/blob/master/sonic_platform_base/chassis_base.py
This common code should have therefore not be calling an undefined API call before adding it as part of ChassisBase
in the sonic_platform
package. The naming of the API should also be fixed since there is an obvious typo.
PR raised for this . https://github.com/Azure/sonic-buildimage/pull/8334
Also impacts Celestica Seastone-DX010 (Broadcom) SONiC.master.646-990b1127.
Description
Steps to reproduce the issue:
show system-health summary
Describe the results you received:
Describe the results you expected:
A system health summary.
Output of
show version
:Output of
show techsupport
:N/A
Additional information you deem important (e.g. issue happens only occasionally):
I think this PR needs to be applied for S5232F-ON as well, and backported: https://github.com/Azure/sonic-buildimage/pull/6788