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
interfaces-config.service performs /etc/network/interfaces generation where configuration for the management interface resides and restarts networking service.
Swss, teamd, syncd, bgp services are configured to run After= interfaces-config.service.
This makes data plane services block for management interfaces to be configured.
interfaces-config.service is one of the longest starting services:
Description
interfaces-config.service performs /etc/network/interfaces generation where configuration for the management interface resides and restarts networking service.
Swss, teamd, syncd, bgp services are configured to run
After=
interfaces-config.service.This makes data plane services block for management interfaces to be configured.
interfaces-config.service is one of the longest starting services:
We could have saved 13 sec if we had no dependency on interfaces-config.service.
Steps to reproduce the issue:
Describe the results you received:
We experience >80 sec in port channel restoration time which is under a risk of port channel beeing flapped.
Describe the results you expected:
If we had interfaces-config.service indepdenently started from data plane services we could have saved some time and be under 80 sec.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: