Update WARM START FINALIZER to wait for linkmgrd to reconcile (#11477)

Spanning from sonic-net/sonic-linkmgrd#76, this PR is to update warm restart finalizer to wait for linkmgrd to be reconciled.

sign-off: Jing Zhang zhangjing@microsoft.com

Why I did it
To make sure finalizer save config after linkmgrd's reconciliation.

How I did it
Add linkmgrd to the reconciliation wait list of warmboot finalizer.

How to verify it
Verified on lab device, linkmgrd reconciled as expected.
This commit is contained in:
Jing Zhang 2022-07-28 09:08:53 -07:00 committed by GitHub
parent 925a393e3d
commit 626919e250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ declare -A RECONCILE_COMPONENTS=( \
["swss"]="orchagent neighsyncd" \
["bgp"]="bgp" \
["nat"]="natsyncd" \
["mux"]="linkmgrd" \
)
for reconcile_file in $(find /etc/sonic/ -iname '*_reconcile' -type f); do