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
The write_standby.py script waits for IP tunnel to be created in ASIC DB for 90 sec and as can be seen in the logs it was successfully created and standby config written to APPL_DB by the script:
However, the mux.service itself still failed due to 90 sec timeout.
Expected behaviour
No failure to start mux.service, mux.service should apply this config on event when tunnel is created instead of polling with a timeout.
Version
202411 hash 4e5026e48
The text was updated successfully, but these errors were encountered:
MUX service failed to start due to ExecStartPre= scripts took longer than 90 sec to complete:
Observed behaviour
mux.service.j2:
The
write_standby.py
script waits for IP tunnel to be created in ASIC DB for 90 sec and as can be seen in the logs it was successfully created and standby config written to APPL_DB by the script:However, the mux.service itself still failed due to 90 sec timeout.
Expected behaviour
No failure to start mux.service, mux.service should apply this config on event when tunnel is created instead of polling with a timeout.
Version
The text was updated successfully, but these errors were encountered: