Skip to content

Commit c143a67

Browse files
YairRavivDaniel Isakov
authored andcommitted
[fast-reboot] Remove teamsyncd timer override by fast-boot (sonic-net#4233)
Timer override to 1 sec was used to speed up kernel IP configuration on PortChannel as a W/A. This PR reopened this PR - sonic-net#3996 - What I did Remove teamsyncd 1 sec timer override. It was used to speed up kernel IP configuration on PortChannel as a W/A. Original issue is solved by sonic-net/sonic-swss#4170 - How I did it Remove teamsyncd 1 sec timer override. - How to verify it Ran fast-boot and warm-boot tests. Signed-off-by: Stepan Blyschak <[email protected]>
1 parent c3a29dc commit c143a67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/fast-reboot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ case "$REBOOT_TYPE" in
933933
BOOT_TYPE_ARG=$REBOOT_TYPE
934934
trap clear_boot EXIT HUP INT QUIT TERM KILL ABRT ALRM
935935
sonic-db-cli STATE_DB HSET "FAST_RESTART_ENABLE_TABLE|system" "enable" "true" &>/dev/null
936-
config warm_restart teamsyncd_timer 1
937936
config warm_restart enable system
938937
;;
939938
"warm-reboot")

0 commit comments

Comments
 (0)