-
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
bgp service starts in default namespace on multi-asic platform #11653
Labels
Comments
6 tasks
caused due to #11000 |
updated #11000 with a fix, please confirm that this works for multi-asic systems |
Ndancejic
added a commit
to Ndancejic/sonic-buildimage
that referenced
this issue
Aug 11, 2022
bgp should be a per-asic service, and runs for each namespace on multi-asic platforms. However, putting bgp in MULTI_INST_DEPENDENT causes swss to be restarted as well as bgp. this is causing issues after Issue: sonic-net#11653 This fix: - removes bgp from dependents list - adds a conditional that either adds bgp, or bgp@$DEV to separate between single and multi-asic platforms Signed-off-by: Nikola Dancejic <[email protected]>
7 tasks
SuvarnaMeenakshi
pushed a commit
that referenced
this issue
Aug 12, 2022
bgp should be a per-asic service, and runs for each namespace on multi-asic platforms. However, putting bgp in MULTI_INST_DEPENDENT causes swss to be restarted as well as bgp. this is causing issues after #11000 Issue: #11653 This fix: removes bgp from dependents list adds a conditional that either adds bgp, or bgp@$DEV to separate between single and multi-asic platforms
Issue fixed with #11691 |
yxieca
pushed a commit
that referenced
this issue
Aug 17, 2022
bgp should be a per-asic service, and runs for each namespace on multi-asic platforms. However, putting bgp in MULTI_INST_DEPENDENT causes swss to be restarted as well as bgp. this is causing issues after #11000 Issue: #11653 This fix: removes bgp from dependents list adds a conditional that either adds bgp, or bgp@$DEV to separate between single and multi-asic platforms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Steps to reproduce the issue:
./testbed-cli.sh -t vtestbed.yaml -m veos_vtb -k ceos add-topo vms-kvm-four-asic-t1-lag password.txt
./testbed-cli.sh -t vtestbed.yaml -m veos_vtb deploy-mg vms-kvm-four-asic-t1-lag veos_vtb password.txt
Describe the results you received:
Before load_minigraph or deploy_mg:
After load minigraph:
Describe the results you expected:
bgp service should not start up
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: