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
Warm reboot upgrade from 201811 to 201911 fails to update FEATURE table in the target config_db
Possible cause of the issue - FEATURE table is not found in 201811 image and in 201911 image, db_migrator failed to update this new information in config_db.
However, with cold reboot, the error gets fixed. So there might be a difference in db_migrator functionality in WARM vs COLD reboot.
root@sonic-device:~# show feature status
Feature State AutoRestart
--------- ------- -------------
root@sonic-device:~#
Also, FEATURE table access errors are seen in syslog consistently:
Oct 28 07:44:24.955625 sonic-device ERR syncd#supervisor-proc-exit-listener: Unable to retrieve features table from Config DB. Exiting…
Oct 28 07:44:28.146142 sonic-device ERR lldp#supervisor-proc-exit-listener: Unable to retrieve features table from Config DB. Exiting...
Oct 28 07:44:28.254954 sonic-device ERR swss#supervisor-proc-exit-listener: Unable to retrieve features table from Config DB. Exiting...
Oct 28 07:44:30.499858 sonic-device ERR radv#supervisor-proc-exit-listener: Unable to retrieve features table from Config DB. Exiting...
Note that after cold reboot, FEATURE table is found and works:
Description
Warm reboot upgrade from 201811 to 201911 fails to update FEATURE table in the target config_db
Possible cause of the issue - FEATURE table is not found in 201811 image and in 201911 image,
db_migrator
failed to update this new information in config_db.However, with cold reboot, the error gets fixed. So there might be a difference in db_migrator functionality in WARM vs COLD reboot.
Also, FEATURE table access errors are seen in syslog consistently:
Note that after cold reboot, FEATURE table is found and works:
Steps to reproduce the issue:
show feature status
Describe the results you received:
No features displayed in
show feature status
and errors seen in syslogDescribe the results you expected:
Successful warm boot upgrade with FEATURE table updated in new image.
The text was updated successfully, but these errors were encountered: