[201911] soft-reboot - support ssd_fw_update #1518
Merged
abdosi merged 4 commits intosonic-net:201911from May 5, 2021
Merged
Conversation
…ad of reading from file name
yxieca
reviewed
Mar 19, 2021
…t_plugin to soft-reboot
Collaborator
Author
|
@yxieca can you review this PR again? |
yxieca
approved these changes
Apr 12, 2021
abdosi
approved these changes
May 5, 2021
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 28, 2022
7f50b9815e14d90c02d9dce63fd08d90e25cee3f (HEAD -> 201911, origin/201911) handled update() function of fdb orchagent for FDB FLUSH event (sonic-net#1534) 17adc13b6ca21846fe27c94d6a16f9909c712d77 Add a check for warm-restart, and do a clear only when warm-restart is enable. (sonic-net#1498) d097260a5aa7bd611babd5062e220056374e23d8 Fixed compilation failure with debug option (sonic-net#1518) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 28, 2022
1f24928 (HEAD -> 201911, origin/201911) [201911] soft-reboot - support ssd_fw_update (sonic-net#1518) 30a3cb3 [route_check] Filter out VNET routes (sonic-net#1582) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
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.
…ad of reading from file name
What I did
Support ssd_fw_update for Soft reboot
How I did it
Move ssd_fw_update after enabling watchdog
Set reboot_type as soft-reboot instead of getting from the file name
Perform ssd_fw_update with reboot_type
How to verify it
"sudo soft-reboot" and verify the ssd_fw_update happen with reboot_type as soft-reboot
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)