sonic-buildimage/src/sonic-device-data
Shi Su 9580b0407f
[warm-reboot] Remove warmboot file path that overrides the default path (#6198)
- Why I did it
The sai.profile file in kvm images overrides the warmboot file with path /var/cache/sai_warmboot.bin. Since the directory /var/cache is not mounted in syncd, it will be cleared in an image upgrade, the warm-reboot image upgrade will fail if the file is put in the directory.

Fix #6183

- How I did it
Remove the path that overrides the default path. The warmboot file path will then be the default value /var/warmboot/sai-warmboot.bin. Since /var/warmboot/ is mounted by /host/warmboot/ in the host, it could survive an image upgrade.

- How to verify it
Tested warm reboot upgrading kvm image locally.
2020-12-13 22:17:33 -08:00
..
src [warm-reboot] Remove warmboot file path that overrides the default path (#6198) 2020-12-13 22:17:33 -08:00
tests [sonic-device-data] Convert Python files to Python 3 (#5816) 2020-11-05 11:17:08 -08:00
.gitignore Reorganize .gitignore files (#4707) 2020-06-09 21:04:55 -07:00
LICENSE Consolidate device-specific files; install as a Debian package (#316) 2017-02-27 00:13:36 -08:00
MAINTAINERS Consolidate device-specific files; install as a Debian package (#316) 2017-02-27 00:13:36 -08:00
Makefile Add gearbox phy device files and a new physyncd docker to support VS gearbox phy feature (#4851) 2020-09-25 08:32:44 -07:00
README.md Consolidate device-specific files; install as a Debian package (#316) 2017-02-27 00:13:36 -08:00

sonic-device-data

Device-specific data for the SONiC project

See the SONiC Website for more information about the SONiC project.