-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 upgrade via warm-reboot requires force flag for warm-reboot script #5972
Comments
vaibhavhd
added a commit
to sonic-net/sonic-utilities
that referenced
this issue
Dec 7, 2020
…on failures (#1292) To fix the issue sonic-net/sonic-buildimage#5972 warm-reboot with force flag ignores ASIC config checksum mismatch along with orchagent RESTARTCHECK failure. This commit accounts for a use case when checksum-verification should be ignored but orchagent pause check should not be ignored. The change is to add a new option in fast-reboot script to ignore ASIC checksum verification failures.
Hi @stepanblyschak, thanks for reporting this. I have added a new option ( This is the PR: sonic-net/sonic-utilities#1292 Can you please confirm that this resolves the issue raised here? |
anand-kumar-subramanian
pushed a commit
to anand-kumar-subramanian/sonic-utilities
that referenced
this issue
Mar 2, 2021
…on failures (sonic-net#1292) To fix the issue sonic-net/sonic-buildimage#5972 warm-reboot with force flag ignores ASIC config checksum mismatch along with orchagent RESTARTCHECK failure. This commit accounts for a use case when checksum-verification should be ignored but orchagent pause check should not be ignored. The change is to add a new option in fast-reboot script to ignore ASIC checksum verification failures.
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
…on failures (#1292) To fix the issue sonic-net/sonic-buildimage#5972 warm-reboot with force flag ignores ASIC config checksum mismatch along with orchagent RESTARTCHECK failure. This commit accounts for a use case when checksum-verification should be ignored but orchagent pause check should not be ignored. The change is to add a new option in fast-reboot script to ignore ASIC checksum verification failures.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
SONiC upgrade via warm-reboot requires to add force flag to warm-reboot script
Steps to reproduce the issue:
A W/A we used is to add '-f' to warm-reboot script, however that might be unsafe because forcing the warm-reboot means the orchagent pause check will be ignored too.
Describe the results you received:
SONiC upgrade via warm-reboot requires '-f'.
Describe the results you expected:
SONiC upgrade via warm-reboot should not be with force option.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: