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
Description
Issue where image is compile with flag ENABLE_DHCP_GRAPH_SERVICE and then we load image and reboot even if there was existing
config_db.json on file system we will still look for DHCP Service for minigraph after reboot and system remain in that stuck state.This behavior is different to what we have in 201811 image.
Steps to reproduce the issue:
compile image with flag ENABLE_DHCP_GRAPH_SERVICE
Load the image on existing system that has config_db.josn and reboot
Describe the results you received:
After reboot system gets stuck looking for DHCP service.
Describe the results you expected:
System should not get stuck and using config_db.json present on system before reboot and used for configuration
The text was updated successfully, but these errors were encountered:
Description
Issue where image is compile with flag ENABLE_DHCP_GRAPH_SERVICE and then we load image and reboot even if there was existing
config_db.json on file system we will still look for DHCP Service for minigraph after reboot and system remain in that stuck state.This behavior is different to what we have in 201811 image.
Steps to reproduce the issue:
Describe the results you received:
After reboot system gets stuck looking for DHCP service.
Describe the results you expected:
System should not get stuck and using config_db.json present on system before reboot and used for configuration
The text was updated successfully, but these errors were encountered: