TWSD-863 Mgmt interface of both AVX is not coming up || KSAU
Review Request #947 — Created June 30, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| timlai | |
| AVX2 | |
| rel_avx_2_7_4 | |
| TWSD-863 | |
| Reviewers | |
| timsu, wli | |
Root Cause:
Increasing the system memory slowed down the NIC initialization,
the backend service start before the OS had finished setting up the network interface,
which led to the interface being misnamed and unable to link up.Solution:
In the backend.service file, add the 'udevadm settle' command to ensure that udevd completes device initialization before the service start.
Test on AVX9800 with 512G ram, mgmt interface is up after system bootup
