Skip to content

Commit

Permalink
Update WARM START FINALIZER to wait for linkmgrd to reconcile (sonic-…
Browse files Browse the repository at this point in the history
…net#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 [email protected]

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.
  • Loading branch information
zjswhhh authored and yxieca committed Jul 28, 2022
1 parent b41d516 commit a71d5db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/image_config/warmboot-finalizer/finalize-warmboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71d5db

Please sign in to comment.