-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Fast-Reboot]: FR mode is active only first 3 minutes after start. #3352
[Fast-Reboot]: FR mode is active only first 3 minutes after start. #3352
Conversation
retest this please |
Why did you have 12 commits? Can you do a git rebase -i origin/master to get rid of the merge commits? Not that it really matters, do you think 90 seconds would be sufficient? after that LAG would flap anyways. |
@yxieca 90 seconds is not sufficient. We should wait until 2 minutes. The merge branch commits you see is a result of merging changes from the master repository to my personal repository. It is not a big problem because anyway I'm going to squish this PR into one commit and also I'm going to edit commit message before merging. |
…3352) * Fast reboot mode should be enabled only 3 minutes after restart * Advance sonic-quagga submodule
…onic-net#3352) * Fast reboot mode should be enabled only 3 minutes after restart * Advance sonic-quagga submodule
…lly (#20699) #### Why I did it src/sonic-swss ``` * ea3e76f7 - (HEAD -> master, origin/master, origin/HEAD) Use -fsanitize=address instead of -lasan for ASAN linker flags (#3344) (70 minutes ago) [Saikrishna Arcot] * 70ade343 - test_vnet.py refactor (#3352) (2 days ago) [siqbal1986] * 3e7b9b46 - [DASH] Add support for ENI counters (#3266) (2 days ago) [Vivek] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (sonic-net#20699) #### Why I did it src/sonic-swss ``` * ea3e76f7 - (HEAD -> master, origin/master, origin/HEAD) Use -fsanitize=address instead of -lasan for ASAN linker flags (sonic-net#3344) (70 minutes ago) [Saikrishna Arcot] * 70ade343 - test_vnet.py refactor (sonic-net#3352) (2 days ago) [siqbal1986] * 3e7b9b46 - [DASH] Add support for ENI counters (sonic-net#3266) (2 days ago) [Vivek] ``` #### How I did it #### How to verify it #### Description for the changelog
- What I did
Limit Fast-Reboot mode by 3 minutes after reboot.
- How I did it
When syncd and quagga are started we set Fast-Reboot mode start iff uptime is less than 3 minutes.
- How to verify it
After fast-reboot wait 5 minutes and restart syncd. You should see that syncd starts in cold boot mode.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)