Skip to content
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

[libteam]: Add Fast-Reboot mode for teamd #3490

Merged
merged 22 commits into from
Sep 20, 2019

Conversation

pavel-shirshov
Copy link
Contributor

- What I did
Implemented stop mode for fast-reboot. When you send SIGUSR2 to teamd, it will stop in FR mode. That means that:

  • teamd will send last lacp packet
  • teamd will not remove PortChannels
    We have very similar mode: WR, but WR mode activated by SIGUSR1. Also it dumps LACP state to the disk.

- How I did it
Catching USR2 signal.

- How to verify it
Build changed teamd. Install and run it. Capture packets and send teamd USR2 signal. You will see that teamd left all PortChannels untouched, sends LACP packets right before the stop.

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@pavel-shirshov pavel-shirshov marked this pull request as ready for review September 20, 2019 00:21
@pavel-shirshov pavel-shirshov merged commit c60278d into sonic-net:master Sep 20, 2019
@pavel-shirshov pavel-shirshov deleted the pavelsh/fix_fr branch September 20, 2019 22:33
yxieca pushed a commit that referenced this pull request Sep 23, 2019
* [libteam]: add special Fast-Reboot teamd stop mode

* Fix last packet sending

* Update sonic-utilities module
mssonicbld added a commit that referenced this pull request Sep 5, 2024
…atically (#20137)

#### Why I did it
src/sonic-utilities
```
* c019c48b - (HEAD -> master, origin/master, origin/HEAD) Exit early if YANG validation fails in Golden Config (#3490) (3 hours ago) [jingwenxie]
* 40026f98 - Remove redundant mmuconfig file (#3446) (7 hours ago) [HP]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 6, 2024
…atically (#20160)

#### Why I did it
src/sonic-utilities
```
* 70e43b90 - (HEAD -> 202405, origin/202405) Exit early if YANG validation fails in Golden Config (#3490) (22 hours ago) [jingwenxie]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 11, 2024
…atically (#20186)

#### Why I did it
src/sonic-utilities
```
* 0efc6d94 - (HEAD -> 202311, origin/202311) Exit early if YANG validation fails in Golden Config (#3490) (3 days ago) [jingwenxie]
```
#### How I did it
#### How to verify it
#### Description for the changelog
vvolam pushed a commit to vvolam/sonic-buildimage that referenced this pull request Sep 12, 2024
…atically (sonic-net#20137)

#### Why I did it
src/sonic-utilities
```
* c019c48b - (HEAD -> master, origin/master, origin/HEAD) Exit early if YANG validation fails in Golden Config (sonic-net#3490) (3 hours ago) [jingwenxie]
* 40026f98 - Remove redundant mmuconfig file (sonic-net#3446) (7 hours ago) [HP]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants