-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SONiC did not perform warm-reboot #11914
Closed
SavchukRomanLv opened this issue
Aug 31, 2022
· 0 comments
· Fixed by sonic-net/sonic-utilities#2367
Closed
SONiC did not perform warm-reboot #11914
SavchukRomanLv opened this issue
Aug 31, 2022
· 0 comments
· Fixed by sonic-net/sonic-utilities#2367
Labels
Comments
liat-grozovik
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Sep 19, 2022
- What I did Fixed issue when cache wasn't generated and warm reboot command fails. Fixes sonic-net/sonic-buildimage#11914 - How I did it Added a check for cache existence - How to verify it Run warm-reboot Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
EdenGri
pushed a commit
to EdenGri/sonic-utilities
that referenced
this issue
Oct 12, 2022
) - What I did Fixed issue when cache wasn't generated and warm reboot command fails. Fixes sonic-net/sonic-buildimage#11914 - How I did it Added a check for cache existence - How to verify it Run warm-reboot Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
mdanish-kh
pushed a commit
to hamnarauf/sonic-utilities
that referenced
this issue
Oct 22, 2022
) - What I did Fixed issue when cache wasn't generated and warm reboot command fails. Fixes sonic-net/sonic-buildimage#11914 - How I did it Added a check for cache existence - How to verify it Run warm-reboot Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
preetham-singh
pushed a commit
to preetham-singh/sonic-utilities
that referenced
this issue
Nov 21, 2022
) - What I did Fixed issue when cache wasn't generated and warm reboot command fails. Fixes sonic-net/sonic-buildimage#11914 - How I did it Added a check for cache existence - How to verify it Run warm-reboot Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
yxieca
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Mar 27, 2023
- What I did Fixed issue when cache wasn't generated and warm reboot command fails. Fixes sonic-net/sonic-buildimage#11914 - How I did it Added a check for cache existence - How to verify it Run warm-reboot Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
- What I did Fixed issue when cache wasn't generated and warm reboot command fails. Fixes sonic-net/sonic-buildimage#11914 - How I did it Added a check for cache existence - How to verify it Run warm-reboot Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
SONiC does not perform warm-reboot command. It returns
sudo warm-reboot cp: cannot stat '/tmp/cache': No such file or directory
Changes caused this issue introduced in PR 2232 row 472
Script tries to copy counters_folder to not existing /tmp/cache directory
Steps to reproduce the issue:
Describe the results you received:
Error appears
cp: cannot stat '/tmp/cache': No such file or directory
Describe the results you expected:
DUT follows warm reboot scenario
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: