Skip to content

Commit

Permalink
Extend fast-reboot STATE_DB entry timer (sonic-net#2577)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
arfeigin authored and isabelmsft committed Mar 23, 2023
1 parent 68a11e7 commit 8329518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ case "$REBOOT_TYPE" in
check_warm_restart_in_progress
BOOT_TYPE_ARG=$REBOOT_TYPE
trap clear_boot EXIT HUP INT QUIT TERM KILL ABRT ALRM
sonic-db-cli STATE_DB SET "FAST_REBOOT|system" "1" "EX" "180" &>/dev/null
sonic-db-cli STATE_DB SET "FAST_REBOOT|system" "1" "EX" "210" &>/dev/null
config warm_restart enable system
;;
"warm-reboot")
Expand Down

0 comments on commit 8329518

Please sign in to comment.