-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[supervisor][show][interfaces]show interfaces command shows warning on Supervisor card #8521
Closed
Comments
Fixed by 1754 |
arlakshm
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Nov 4, 2021
…g on Supervisor card (#1771) What I did Fixed sonic-net/sonic-buildimage#8521 How I did it Before displaying the warning message, call device_info.is_supervisor() function to check if it is supervisor card, don't display the warning message. How to verify it Running the image on supervisor card Execute the CLI "show interfaces status" No warning should be seen. Signed-off-by: mlok <[email protected]>
judyjoseph
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Nov 14, 2021
…g on Supervisor card (#1771) What I did Fixed sonic-net/sonic-buildimage#8521 How I did it Before displaying the warning message, call device_info.is_supervisor() function to check if it is supervisor card, don't display the warning message. How to verify it Running the image on supervisor card Execute the CLI "show interfaces status" No warning should be seen.
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
…g on Supervisor card (#1771) What I did Fixed sonic-net/sonic-buildimage#8521 How I did it Before displaying the warning message, call device_info.is_supervisor() function to check if it is supervisor card, don't display the warning message. How to verify it Running the image on supervisor card Execute the CLI "show interfaces status" No warning should be seen. Signed-off-by: mlok <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On Supervisor card, execute CLI "show interfaces status" command. A warning message "Warning: failed to retrieve PORT table from ConfigDB!" is displayed since there is NO port interfaces on supervisor card
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: