[swss.sh] cleanup LAG entries in STATE DB for non-warm boot#3114
Merged
stcheng merged 1 commit intosonic-net:masterfrom Jul 9, 2019
Merged
[swss.sh] cleanup LAG entries in STATE DB for non-warm boot#3114stcheng merged 1 commit intosonic-net:masterfrom
stcheng merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: Stepan Blyschak <[email protected]>
Collaborator
Author
|
This is causing failures in regression tests which do config reload. |
andriymoroz-mlnx
approved these changes
Jul 3, 2019
Collaborator
|
why is this not needed in 201811 branch? |
prsunny
approved these changes
Jul 3, 2019
Collaborator
Author
|
@lguohan I haven't seen PortChannel loses IP because of race between intfsmgrd and teamd on 201811, but I think it can be reproduced there as well if perform many iterations of config reload. |
Collaborator
Author
|
Retest vs please |
mykolaf
approved these changes
Jul 5, 2019
Collaborator
|
@lguohan can you please check why vs is failing? i see it fails of network unreachable. |
Collaborator
|
Retest vs please |
stcheng
approved these changes
Jul 9, 2019
yxieca
pushed a commit
that referenced
this pull request
Jul 10, 2019
Signed-off-by: Stepan Blyschak <[email protected]>
mssonicbld
added a commit
that referenced
this pull request
Feb 6, 2024
…atically (#18049) #### Why I did it src/sonic-utilities ``` * b548735 - (HEAD -> master, origin/master, origin/HEAD) [route_check.py] account static routes in route_check.py (#3120) (9 hours ago) [Stepan Blyshchak] * 64e1f9f - [Mellanox buffer migrator] Do not touch the buffer model on generic SKUs if the buffer configuration is empty (#3114) (19 hours ago) [Stephen Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Feb 19, 2024
…atically (#18128) #### Why I did it src/sonic-utilities ``` * c711b061 - (HEAD -> 202311, origin/202311) [Mellanox buffer migrator] Do not touch the buffer model on generic SKUs if the buffer configuration is empty (#3114) (2 days ago) [Stephen Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Apr 19, 2024
…lly (#18334) #### Why I did it src/sonic-swss ``` * 9e183a6 - (HEAD -> master, origin/master, origin/HEAD) Add bookworm build to the PR checkers (#3114) (2 days ago) [Saikrishna Arcot] * ec46395 - [twamporch] Explicitly initialize local variable (#3115) (2 days ago) [xiaodong hu] * 1941023 - Add force option for fabric port unisolate command (#3089) (7 days ago) [jfeng-arista] * 774973d - [dash] fix ENI admin state update (#3081) (8 days ago) [Yakiv Huryk] * 56ba6de - [p4orch] Clang format change. (#3096) (10 days ago) [mint570] * f6dd9ca - Introduce a new role for DPU-NPU Interconnect (10 days ago) [Vivek] * 0f70775 - [portsorch] Handle TRANSCEIVER_INFO table on warm boot (#3087) (10 days ago) [Stepan Blyshchak] * cbc263a - [EVPN]Fix fpmsyncd crash when EVPN type5 is received with bgp fib suppression enabled (#3101) (13 days ago) [Sudharsan Dhamal Gopalarathnam] * 4af6116 - Fix oper FEC retrieval after warmboot (#3100) (13 days ago) [Sudharsan Dhamal Gopalarathnam] * 2a58615 - [Fdbsyncd] Adding extern_learn flag with fdb entry so Kernel doesn't age out (#2985) (2 weeks ago) [KISHORE KUNAL] * 465399e - T2-VOQ-VS: Fix iBGP bringup issue (#3053) (2 weeks ago) [Deepak Singhal] * dc9eae8 - Clang format change. (#3080) (2 weeks ago) [mint570] * 95a7475 - [orchagent] TWAMP Light orchagent implementation (#2927) (2 weeks ago) [xiaodong hu] ``` #### 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.
Signed-off-by: Stepan Blyschak [email protected]
- What I did
cleanup LAG entries in STATE DB
- How I did it
cleanup LAG entries in STATE DB
- How to verify it
This bug caused PortChannel lose IP configuration after config reload.
There is a race between intfsmgr and PortChannel creation, since LAG_TABLE will have state: OK infsmgrd will set IP, then PortChannel interface gets recreated by teamd as a result without IP configuration
- Description for the changelog
[swss.sh] cleanup LAG entries in STATE DB
- A picture of a cute animal (not mandatory but encouraged)