-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Port state remain down in CLI, port is up in HW #6884
Comments
Need more info @wjaco:
|
@volodymyrsamotiy - FYI |
No crash show tech attached. Ethernet0 is down. Ethernet1 is made admin down (in config_db). If I make both admin up it both come up. So it appears to be a timing issue like I explained above.
|
@anshuv-mfst |
Happens in 202012.
Port is up in HW and syncd sends oper status update and I can see that orchagent is receiving it, but it's dropped in the below code.
PortsOrch::doTask returns from here when interface oper status up received:
Logs showing the same:
Because, PortInitDone notification arrives late (after ~45msec)
I have only one port in this system. Noticed that, if I bring up one more port - both the ports come up.
Looks like a timing/sync issue.
Please let me know what are the relevant logs needed to root cause this further.
config:
Thanks and regards,
Wilson
The text was updated successfully, but these errors were encountered: