Add watchdog-control service to disable watchdog during bootup#3877
Add watchdog-control service to disable watchdog during bootup#3877sujinmkang merged 6 commits into201811from
Conversation
| @@ -0,0 +1,10 @@ | |||
| [Unit] | |||
| Description=watchdog control service | |||
| After=rc-local.service | |||
There was a problem hiding this comment.
It is probably make more sense to put this service 'After swss.service'
There was a problem hiding this comment.
I could go either way. Just depends on how early we feel comfortable disabling it, and whether or not we need to disable it early to prevent unnecessary watchdogs during normal reboot.
There was a problem hiding this comment.
We only use this service to recover fast/warm reboot so far. After swss is fine in that sense. We could also use this to protect against not able to initiate critical services. I agree that after swss could be an issue for cold reboot on wimpy platforms.
|
Please wait for the sonic-utility PR merged and add submodule head change to this PR so they go in together. |
|
@sujinmkang: It appears something went wrong with your submodule update, as GitHub is indicating there are conflicts. |
Disable only if it's applicable and the watchdog is enabled.
b4298cf to
e95c102
Compare
Signed-off-by: Caleb Dueck <caleb@nexthop.ai>
Disable only if it's applicable and the watchdog is enabled.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)