You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
During warm-reboot one of the logging incorrectly mentions fast-reboot
Steps to reproduce the issue:
Issue warm-reboot -vv
One of the step prints that fast-reboot is happening - Collecting logs to check ssd health before fast-reboot...
Describe the results you received:
admin@str-7260cx3-acs-7:~$ sudo warm-reboot -vvv
Thu 19 Nov 2020 08:23:46 PM UTC Pausing orchagent ...
Thu 19 Nov 2020 08:23:47 PM UTC Collecting logs to check ssd health before fast-reboot...
...
...
...
Thu 19 Nov 2020 08:24:12 PM UTC Stopped all remaining containers ...
Thu 19 Nov 2020 08:24:13 PM UTC Enabling Watchdog before warm-reboot
Describe the results you expected:
Logs should capture the reboot type from a variable, and not hard-code it.
Additional information you deem important (e.g. issue happens only occasionally):
**Output of `show version`:**
Latest of master.
The text was updated successfully, but these errors were encountered:
…ns (#1254)
Cosmetic fix: One of the logging statements during warm-reboot incorrectly prints fast-reboot.
Fixessonic-net/sonic-buildimage#5980
Fix: Remove hard-coded fast-reboot with REBOOT_TYPE variable.
Additionally, corrected a few typos found in the comments.
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
…ns (#1254)
Cosmetic fix: One of the logging statements during warm-reboot incorrectly prints fast-reboot.
Fixessonic-net/sonic-buildimage#5980
Fix: Remove hard-coded fast-reboot with REBOOT_TYPE variable.
Additionally, corrected a few typos found in the comments.
Description
During
warm-reboot
one of the logging incorrectly mentionsfast-reboot
Steps to reproduce the issue:
warm-reboot -vv
fast-reboot
is happening -Collecting logs to check ssd health before fast-reboot...
Describe the results you received:
Describe the results you expected:
Logs should capture the reboot type from a variable, and not hard-code it.
Additional information you deem important (e.g. issue happens only occasionally):
Latest of master.
The text was updated successfully, but these errors were encountered: