Skip to content
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

DASH smartswitch DPU orchagent zmq listens to wrong midplane IP #20295

Open
mukeshmv opened this issue Sep 18, 2024 · 1 comment
Open

DASH smartswitch DPU orchagent zmq listens to wrong midplane IP #20295

mukeshmv opened this issue Sep 18, 2024 · 1 comment
Assignees

Comments

@mukeshmv
Copy link

mukeshmv commented Sep 18, 2024

Description

On the DASH Smartswitch, the orchagent is started on DPU with -q option to enable zmq listen. With midplane IP support it is set to listen to a specific IP rather than wildcard. But the DPU midplane IP is obtained by DHCP and changes after init. Hence the zmq channel configurations are not received by DPU orchagent.

Steps to reproduce the issue:

  1. Boot the switch and DPU with midplane IP support
  2. Push configurations
  3. Configurations do not show up in DPU swss.rec

Workaround

Edit /usr/bin/orchagent.sh in the swss container to start listen on wildcard and restart DPU
ORCHAGENT_ARGS+=" -q tcp://0.0.0.0:8100"

@prsunny
Copy link
Contributor

prsunny commented Sep 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants