Skip to content

Commit 9ffa7ea

Browse files
committed
Merge branch '202511' of https://github.com/sonic-net/sonic-utilities into 202603
2 parents 806cdf0 + b0cc77f commit 9ffa7ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/fast-reboot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,9 @@ if [[ x"${DETACH}" == x"yes" && x"${ALREADY_DETACHED}" == x"" ]]; then
690690
fi
691691
692692
sonic_asic_type=$(sonic-cfggen -y /etc/sonic/sonic_version.yml -v asic_type)
693-
if [[ "$REBOOT_TYPE" = "express-reboot" ]] && [[ "$sonic_asic_type" != "cisco-8000" ]]; then
693+
if [[ "$REBOOT_TYPE" == "express-reboot" ]] && \
694+
[[ "$sonic_asic_type" != "cisco-8000" ]] && \
695+
[[ "$sonic_asic_type" != "marvell-teralynx" ]]; then
694696
echo "eXpress Boot is not supported"
695697
exit "${EXIT_FAILURE}"
696698
fi

0 commit comments

Comments
 (0)