Skip to content

Commit ffd9e19

Browse files
zjswhhhqiluo-msft
authored andcommitted
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 [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.
1 parent cf12aa5 commit ffd9e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/image_config/warmboot-finalizer/finalize-warmboot.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ declare -A RECONCILE_COMPONENTS=( \
1010
["swss"]="orchagent neighsyncd" \
1111
["bgp"]="bgp" \
1212
["nat"]="natsyncd" \
13+
["mux"]="linkmgrd" \
1314
)
1415
EXP_STATE="reconciled"
1516

0 commit comments

Comments
 (0)