-
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
Warmboot fails with OA not ready for warm restart - pending SET oper on VXLAN table #12361
Comments
@skbhava from BRCM will followup |
@vaibhavhd can you please share techsupport for this issue to debug further the reason for tunnel mapping failure at OA |
This is tech support file: Issue snippet from the logs to show you where the issue happened:
|
Thanks. Will analyze the techsupport and get back on this. |
@skbhava is there an update? Do you know if this is a SAI issue? |
@vaibhavhd Thanks for sharing the tech support. This would not be a SAI issue. From the logs, it looks like the nvo object doesnt seems to be created in the orch-agent which results the remote vni-vlan map addition failing. But at this point, not sure whether the problem is at the vxlanmgr or vxlanorch as the vxlan config seems to be removed at the time of tech support collection and unable to confirm whether the nvo objects exists in config db/app db during problematic state. Are you able to consistently reproduce the issue in your local setup. Can you please share the config you are using to recreate this issue. Also, if the issue consistently seen, is it possible to collect the tech support before removing the vxlan configs and share the same. |
…)" (#2773) This reverts commit 750e064. Reverts the PR #2756 The fix added breaks the previously added workaround #2626. Hence requesting to revert the fix. Once we find a proper solution for sonic-net/sonic-buildimage#12361 we need to reintegrate this PR
@vaibhavhd was VXLAN_EVPN_NVO present in the CONFIG_DB ? |
@prsunny to follow up on providing inputs from MSFT |
Description
When warmboot is issue with CPA,
RESTARTCHECK
fails with OA continuously being busy on a pending taskVXLAN_REMOTE_VNI_TABLE:Vlan1000:192.168.8.1|SET|vni:1000
This issue has surfaced after a recent PR to fix another issue with interface creation during CPA:
sonic-net/sonic-utilities#2398
Steps to reproduce the issue:
-c
option (with CPA)Describe the results you received:
Detailed logs:
Describe the results you expected:
CPA creation should succeed and warmboot should proceed.
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: