-
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
[Smartswitch] Orchagent is crashing when the MGMT_VRF is enabled #19638
Comments
@liuh-80 @Pterosaur @prsunny Please check |
@liuh-80 could you take a look at this issue |
will check and fix the issue soon |
The root cause of this issue is because currently ZMQ not bind to VRF by ZMQ_BINDTODEVICE when VRF enabled: Need 4 PRs to fix this issue:
|
Add mgmt VRF support. #### Why I did it Fix following issue: sonic-net/sonic-buildimage#19638 ### How I did it Add VRF parameter and bind ZMQ to VRF. #### How to verify it Pass all UT. Manually verify issue fixed. ### Description for the changelog Add mgmt VRF support.
Add VRF parameter to orchagent and GNMI start script. Why I did it Orchagent failed bind to ZMQ when mgmt VRF enabled: #19638 How I did it Add VRF parameter to orchagent and GNMI start script when mgmt-vrf feature enabled. How to verify it Pass all UT.
All PR merged, manually verified orchagent not crash after enable vrf, close this bug. |
Add VRF parameter to orchagent and GNMI start script. Why I did it Orchagent failed bind to ZMQ when mgmt VRF enabled: sonic-net#19638 How I did it Add VRF parameter to orchagent and GNMI start script when mgmt-vrf feature enabled. How to verify it Pass all UT.
Add VRF parameter to orchagent and GNMI start script. Why I did it Orchagent failed bind to ZMQ when mgmt VRF enabled: sonic-net#19638 How I did it Add VRF parameter to orchagent and GNMI start script when mgmt-vrf feature enabled. How to verify it Pass all UT.
Add mgmt VRF support. #### Why I did it Fix following issue: sonic-net/sonic-buildimage#19638 ### How I did it Add VRF parameter and bind ZMQ to VRF. #### How to verify it Pass all UT. Manually verify issue fixed. ### Description for the changelog Add mgmt VRF support.
Add VRF parameter to orchagent and GNMI start script. Why I did it Orchagent failed bind to ZMQ when mgmt VRF enabled: sonic-net#19638 How I did it Add VRF parameter to orchagent and GNMI start script when mgmt-vrf feature enabled. How to verify it Pass all UT.
Add VRF parameter to orchagent and GNMI start script. Why I did it Orchagent failed bind to ZMQ when mgmt VRF enabled: sonic-net#19638 How I did it Add VRF parameter to orchagent and GNMI start script when mgmt-vrf feature enabled. How to verify it Pass all UT.
Add mgmt VRF support. #### Why I did it Fix following issue: sonic-net/sonic-buildimage#19638 ### How I did it Add VRF parameter and bind ZMQ to VRF. #### How to verify it Pass all UT. Manually verify issue fixed. ### Description for the changelog Add mgmt VRF support.
Add mgmt VRF support. #### Why I did it Fix following issue: sonic-net/sonic-buildimage#19638 ### How I did it Add VRF parameter and bind ZMQ to VRF. #### How to verify it Pass all UT. Manually verify issue fixed. ### Description for the changelog Add mgmt VRF support.
Description
When the MGMT_VRF_CONFIG is present, zmq_bind fails in orchagent and aborts. Seen on smartswitch platforms
Steps to reproduce the issue:
or run the following test
test_syslog_config_work_after_reboot
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: