[Teamd] Adding port member failed #3687
Open
antony-rheneus wants to merge 7 commits intosonic-net:masterfrom
Open
[Teamd] Adding port member failed #3687antony-rheneus wants to merge 7 commits intosonic-net:masterfrom
antony-rheneus wants to merge 7 commits intosonic-net:masterfrom
Conversation
…eam_get_option()" which got err as -ENOENT (-2). If port init failed, it does rollback adn remove the LAG member and never adds back until reboot TO avoid this, retry the port init 30 times. Failure LOG from teamd.log: Ethernet50: Failed to find "enabled" option. get_ifinfo_list: check_call_change_handers failed Failed to get interface information list. Failed to refresh interface information list. Ethernet50: Team refresh failed. Signed-off-by: Antony Rheneus <[email protected]>
…eam_get_option()" which got err as -ENOENT (-2). If port init failed, it does rollback adn remove the LAG member and never adds back until reboot TO avoid this, retry the port init 30 times. Failure LOG from teamd.log: Ethernet50: Failed to find "enabled" option. get_ifinfo_list: check_call_change_handers failed Failed to get interface information list. Failed to refresh interface information list. Ethernet50: Team refresh failed. Signed-off-by: Antony Rheneus <[email protected]>
Contributor
|
@antony-rheneus How to reproduce the issue? Thanks |
Contributor
Author
It is random and not consistent. |
Contributor
|
Can you please test my PR #3725 ? |
Contributor
Author
Ok sure, will update you. |
Contributor
|
Hi @antony-rheneus |
mssonicbld
added a commit
that referenced
this pull request
Jun 7, 2025
…lly (#22884) #### Why I did it src/sonic-swss ``` * db7d939 - (HEAD -> master, origin/master, origin/HEAD) Remove cache for high volume DASH objects (#3534) (4 hours ago) [Lawrence Lee] * 80294d5 - add parseBoolList in request parser (#3675) (9 hours ago) [Jing Zhang] * a7607be - [fpmsyncd]Fixing fpmsyncd to handle routes without protocol (#3657) (11 hours ago) [Sudharsan Dhamal Gopalarathnam] * 8067dee - [muxorch] Catch error when checking active state of missing neighbor (#3674) (11 hours ago) [Nikola Dancejic] * d073fc7 - [vstest]: Skip flaky icmp echo tests (#3687) (12 hours ago) [prabhataravind] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
during port init in "team_option *team_get_option()"
which got err as -ENOENT (-2).
If port init failed, it does rollback and remove the LAG member and never adds back until reboot
TO avoid this, retry the port init 30 times.
Failure LOG from teamd.log:
Ethernet50: Failed to find "enabled" option.
get_ifinfo_list: check_call_change_handers failed
Failed to get interface information list.
Failed to refresh interface information list.
Ethernet50: Team refresh failed.
Signed-off-by: Antony Rheneus [email protected]
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)