-
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
[fast-reboot] fast reboot upgrade from 201911 to 202205 has downtime >30 sec #16699
Comments
@vaibhavhd Could you please take a look? |
@stepanblyschak can you check if this fixes the isse :#16669. @vaibhavhd is this fix needed in 202205 also? |
Merged
11 tasks
yxieca
pushed a commit
that referenced
this issue
Sep 28, 2023
…t fast-reboot from older images (#16733) Why I did it Fix: #16699 Fast reboot is failing from old OS versions (eg., 201911 image) to latest (eg., master branch) after PR #15685 The system wide flag for FAST_REBOOT is still required when the base OS version does not support the new fast-reboot reconciliation logic (no db dump)
11 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this issue
Sep 28, 2023
…t fast-reboot from older images (sonic-net#16733) Why I did it Fix: sonic-net#16699 Fast reboot is failing from old OS versions (eg., 201911 image) to latest (eg., master branch) after PR sonic-net#15685 The system wide flag for FAST_REBOOT is still required when the base OS version does not support the new fast-reboot reconciliation logic (no db dump)
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this issue
Sep 28, 2023
…t fast-reboot from older images (sonic-net#16733) Why I did it Fix: sonic-net#16699 Fast reboot is failing from old OS versions (eg., 201911 image) to latest (eg., master branch) after PR sonic-net#15685 The system wide flag for FAST_REBOOT is still required when the base OS version does not support the new fast-reboot reconciliation logic (no db dump)
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this issue
Sep 28, 2023
…t fast-reboot from older images (sonic-net#16733) Why I did it Fix: sonic-net#16699 Fast reboot is failing from old OS versions (eg., 201911 image) to latest (eg., master branch) after PR sonic-net#15685 The system wide flag for FAST_REBOOT is still required when the base OS version does not support the new fast-reboot reconciliation logic (no db dump)
mssonicbld
pushed a commit
that referenced
this issue
Oct 20, 2023
…t fast-reboot from older images (#16733) Why I did it Fix: #16699 Fast reboot is failing from old OS versions (eg., 201911 image) to latest (eg., master branch) after PR #15685 The system wide flag for FAST_REBOOT is still required when the base OS version does not support the new fast-reboot reconciliation logic (no db dump)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
During boot from an old image,
FAST_REBOOT|system
flag should be set in STATE DB, then db_migrator translates it intoFAST_RESTART_ENABLE_TABLE|system
flag that every component reads to determine whether system is in fast boot mode.The code that sets
FAST_REBOOT|system
flag was removed by https://github.com/sonic-net/sonic-buildimage/pull/15685/files#diff-130e5ab75471398db06b73a4c6e4b56517f42e3c1f17870b5309620fc0e2fafbL254.A comment was posted in PR after merge with explanation - https://github.com/sonic-net/sonic-buildimage/pull/15685/files#r1295535606.
Steps to reproduce the issue:
Describe the results you received:
Syncd started in cold mode.
Describe the results you expected:
Syncd starts in fast mode.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
sonic_dump_arc-switch1025_20230925_122433.tar.gz
The text was updated successfully, but these errors were encountered: