We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 806cdf0 + b0cc77f commit 9ffa7eaCopy full SHA for 9ffa7ea
1 file changed
scripts/fast-reboot
@@ -690,7 +690,9 @@ if [[ x"${DETACH}" == x"yes" && x"${ALREADY_DETACHED}" == x"" ]]; then
690
fi
691
692
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
+if [[ "$REBOOT_TYPE" == "express-reboot" ]] && \
694
+ [[ "$sonic_asic_type" != "cisco-8000" ]] && \
695
+ [[ "$sonic_asic_type" != "marvell-teralynx" ]]; then
696
echo "eXpress Boot is not supported"
697
exit "${EXIT_FAILURE}"
698
0 commit comments