Open arfeigin opened 4 months ago
@kcudnik Can you please help reviewing this PR?
@vaibhavhd Can you please reviewing this PR?
Hi @vaibhavhd , could you please help review this?
@vaibhavhd The change is in our internal 202405 branch and running in regression for few month now with no issues related to fast-reboot
@arfeigin Can you please sync with master branch? The PR can't be merged because it's out-of-date with master branch
@bingwang-ms , Can you please merge and cherry pick to 202405 ?
syncd_init_common.sh is checking fast-reboot by reading /proc/cmdline. However, /proc/cmdline will not change after config reload. So, consider a case like fast-reboot -> config reload. In the config reload process, syncd_init_common.sh will also treat it as fast-reboot and probably enter wrong logic.