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
Fixessonic-net/sonic-buildimage#4006
1. save fast-reboot state into the db(aligned with sonic-net/sonic-buildimage#3741)
2. `sonic-buildimage/files/scripts/syncd.sh` could detect the FAST reboot type by the saved fast-reboot state, and request syncd to fast shutdown.
Description
When fast reboot, we should request syncd FAST shutdown to keep data plane running.
syncd.cpp:
But, in
sonic-buildimage/files/scripts/syncd.sh
, there arewarm
andcold
shutdown types, seems like it missing theFAST
.Steps to reproduce the issue:
Describe the results you received:
request syncd cold shutdown
Describe the results you expected:
request syncd fast shutdown
The text was updated successfully, but these errors were encountered: