Commit a131061
authored
[fast/warm-reboot] Fix timers query (sonic-net#4022)
- What I did
Fixed an issue that timers weren't stopped upon warm or fast-reboot. This is because sonic-delayed.target was removed but this script was not updated.
- How I did it
Fetch timers associated with sonic.target
- How to verify it
fast-reboot:
...
Thu Aug 7 05:41:03 PM IDT 2025 Stopping aaastatsd.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopped aaastatsd.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopping featured.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopped featured.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopping hostcfgd.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopped hostcfgd.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopping tacacs-config.timer ...
Thu Aug 7 05:41:03 PM IDT 2025 Stopped tacacs-config.timer ...
...
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>1 parent 3bf5c27 commit a131061
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
| 868 | + | |
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| |||
0 commit comments