[teamd] Force team device recreation in case it already exists#2168
Merged
[teamd] Force team device recreation in case it already exists#2168
Conversation
lguohan
approved these changes
Oct 18, 2018
Collaborator
|
there is should we use |
Collaborator
|
since it is cold restart, I am thinking maybe it is more clean just to re-create the teamd device. |
lguohan
requested changes
Oct 18, 2018
Collaborator
lguohan
left a comment
There was a problem hiding this comment.
change to force recreate
lguohan
approved these changes
Oct 18, 2018
lguohan
pushed a commit
that referenced
this pull request
Oct 18, 2018
* Force team device recreation in case it already exists
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
Mar 13, 2022
0026689 Add AAA table description and example to Configuration.md (sonic-net#2168) Signed-off-by: Stephen Sun <stephens@nvidia.com>
Ndancejic
pushed a commit
to Ndancejic/sonic-buildimage
that referenced
this pull request
May 3, 2022
…2168) **What I did** Add AAA table description and example to configuration.md **Why I did it** AAA table description and example are missing in configuration.md **How I verified it** No code change, not validate. **Details if related**
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.
- What I did
I've added an option to recreate LAG interface by teamd if it already exist. Usually we need this if teamd crashed and didn't remove the LAG interface.
- How I did it
Added
-roption for teamd start.- How to verify it
kill -9 $teamd_pid- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)