Skip to content

Commit 39ac564

Browse files
authored
Extend fast-reboot STATE_DB entry timer (sonic-net#2577)
*Due to an issue of fallback from to cold-boot when using upgrade with fast-reboot combined with FW upgrade a short term solution is to extend the timer. Long term solution of using fast-reboot finalizer replacing the timer is in work.
1 parent fb8f98b commit 39ac564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fast-reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ case "$REBOOT_TYPE" in
532532
check_warm_restart_in_progress
533533
BOOT_TYPE_ARG=$REBOOT_TYPE
534534
trap clear_boot EXIT HUP INT QUIT TERM KILL ABRT ALRM
535-
sonic-db-cli STATE_DB SET "FAST_REBOOT|system" "1" "EX" "180" &>/dev/null
535+
sonic-db-cli STATE_DB SET "FAST_REBOOT|system" "1" "EX" "210" &>/dev/null
536536
config warm_restart enable system
537537
;;
538538
"warm-reboot")

0 commit comments

Comments
 (0)