You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…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
…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
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.
The text was updated successfully, but these errors were encountered: