Delay process-reboot-cause service until network connection is stable#4003
Merged
lguohan merged 1 commit intosonic-net:masterfrom Jan 10, 2020
sujinmkang:process-reboot
Merged
Delay process-reboot-cause service until network connection is stable#4003lguohan merged 1 commit intosonic-net:masterfrom sujinmkang:process-reboot
lguohan merged 1 commit intosonic-net:masterfrom
sujinmkang:process-reboot
Conversation
lguohan
approved these changes
Jan 10, 2020
Collaborator
Author
|
retest vs please |
1 task
pphuchar
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Mar 9, 2020
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Apr 24, 2020
mssonicbld
added a commit
that referenced
this pull request
Jan 10, 2026
…atically (#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog
jasonbridges
pushed a commit
to jasonbridges/sonic-buildimage
that referenced
this pull request
Jan 22, 2026
…atically (sonic-net#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (sonic-net#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (sonic-net#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (sonic-net#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (sonic-net#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Mar 6, 2026
…atically (sonic-net#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (sonic-net#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (sonic-net#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (sonic-net#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (sonic-net#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
dprital
pushed a commit
that referenced
this pull request
Mar 19, 2026
…atically (#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: dprital <[email protected]>
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.
- What I did
Delay of starting the process-reboot-cause for sometime until network connection is stable.
Since we noticed the syslog server are missing the reboot cause log messages for most of platforms.
- How I did it
Add the systemd timer for process-reboot-cause to delay the start of the service
- How to verify it
After adding the systemd timer, reboot the device and wait to see if the log server receives the reboot-cause messages for all platforms
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)