-
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
[VOQ] syncd and swss didn't come up on sup #11892
Comments
Add @arlakshm for viz. |
1 similar comment
I hit this issue again with 202205 5c7c789 |
Hi @anamehra #12780 and sonic-net/sonic-platform-daemons#311 may fix the issue. Can you try latest 202205 image? |
Thanks! We also need fix in multi_asic.py script to use FABRIC ASIC table to return get_asic_presence_list() for sup |
Thanks! I found that. I looked at the files in master earlier, where it's not present. |
Fixed with PRs #12780 and sonic-net/sonic-platform-daemons#311 |
Description
When testing recent master and also 202205 image, we found that syncd and swss didn't come up on sup.
Our debug indicates syncd and also swss were stuck in asic_status.py https://github.com/sonic-net/sonic-buildimage/blob/master/files/scripts/asic_status.py. Take asic3 as an example:
$ systemctl status syncd@3
● syncd@3.service - syncd service
Loaded: loaded (/lib/systemd/system/syncd@.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/syncd@3.service.d
└─auto_restart.conf
Active: active (running) since Tue 2022-08-30 04:43:23 UTC; 13min ago
Main PID: 11848 (syncd.sh)
Tasks: 2 (limit: 77116)
Memory: 12.0M
CGroup: /system.slice/system-syncd.slice/syncd@3.service
├─11848 /bin/bash /usr/local/bin/syncd.sh wait 3
└─11859 python3 /usr/local/bin/asic_status.py syncd 3
We confirmed that asic was already published in chassis_db:
$ sonic-db-cli CHASSIS_STATE_DB hgetall "CHASSIS_ASIC_TABLE|asic3"
{'asic_pci_address': '0000:1a:00.0', 'name': 'FABRIC-CARD1', 'asic_id_in_module': '1'}
syncd3 came up fine after restarting the service (sudo systemctl restart syncd@3)
Steps to reproduce the issue:
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: