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

static routes disappear after reboot #3484

Open
nikos-github opened this issue Sep 19, 2019 · 0 comments
Open

static routes disappear after reboot #3484

nikos-github opened this issue Sep 19, 2019 · 0 comments
Assignees
Labels

Comments

@nikos-github
Copy link
Collaborator

With split mode, static routes configured in frr.conf, disappear from running config after reboot. Problem should be observable though with any mode.

Issue is caused by frr being handled via supervisord and not by watchfrr. This introduces a timing/race condition whereby staticd manages to start before zebra, tries to push the static routes, fails and there is no retry. No issue exists when frr daemons are controlled by watchfrr.

@yxieca yxieca assigned pavel-shirshov and biblix and unassigned biblix Sep 20, 2019
mssonicbld added a commit that referenced this issue Aug 22, 2024
…atically (#19971)

#### Why I did it
src/sonic-utilities
```
* 9a3f359e - (HEAD -> master, origin/master, origin/HEAD) Add timeout for rexec's get_password (#3484) (29 hours ago) [Changrong Wu]
* 4372ced5 - Add lock to config reload/load_minigraph (#3475) (2 days ago) [Longxiang Lyu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this issue Aug 25, 2024
…atically (#20017)

#### Why I did it
src/sonic-utilities
```
* 8e385451 - (HEAD -> 202405, origin/202405) Add lock to config reload/load_minigraph (#3475) (27 hours ago) [Longxiang Lyu]
* 2e9009e6 - [config] no op if Golden Config is invalid (#3367) (27 hours ago) [jingwenxie]
* 1f4315ea - [Bug Fix] Fix disk check test and drops group test (#3424) (27 hours ago) [Changrong Wu]
* a2040b5b - Add timeout for rexec's get_password (#3484) (27 hours ago) [Changrong Wu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
vvolam pushed a commit to vvolam/sonic-buildimage that referenced this issue Sep 12, 2024
…atically (sonic-net#19971)

#### Why I did it
src/sonic-utilities
```
* 9a3f359e - (HEAD -> master, origin/master, origin/HEAD) Add timeout for rexec's get_password (sonic-net#3484) (29 hours ago) [Changrong Wu]
* 4372ced5 - Add lock to config reload/load_minigraph (sonic-net#3475) (2 days ago) [Longxiang Lyu]
```
#### 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
Labels
Projects
None yet
Development

No branches or pull requests

3 participants