-
Notifications
You must be signed in to change notification settings - Fork 32
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
7060CX-32S eth0 interface coming up after ~2 minutes #16
Comments
In the case of image upgrade, eth0 is coming up after ~1 minute 35 sec after getting the login prompt. admin@str-7060cx-acs-10:~$ show version |
There are two reasons why this could happen. The first one is if there is no DHCP server available. In this case the networking service would hang until dhclient timeout (1min). Given that the default minigraph for Arista platform doesn't provide a The second possibility which I think is the one hitting here is due to the Few solution from there would be
I'm currently investigating the 3rd solution as it seems to be the less invasive but I'm not totally sure about the feasibility. |
* [Arista]: Fix the udev waiting in networking start This change is to fix the issue in aristanetworks/sonic#16 For the checking condition used, it is only applied to Arista switches Signed-off-by: Boyang Yu <byu@arista.com> * [Arista]: Correct for PR comments Signed-off-by: Boyang Yu <byu@arista.com>
eth0 interface is found to be coming up only after ~2 minutes.
Tested with the following version of Sonic image:
admin@str-7060cx-acs-10:~$ show version
SONiC Software Version: SONiC.HEAD.287-2a56479
Please find the timelines below: (Note: T2 is 1 minute 53 second AFTER T1)
Time & Event
T0 - 0 sec - Executed reboot
T1 - 48 sec - Login prompt
T2 - 1 min 54 second - eth0 is UP
The text was updated successfully, but these errors were encountered: