2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

Merge branch '2.13' into master

This commit is contained in:
zet809 2017-05-15 16:47:58 +08:00 committed by GitHub
commit 9000ae5d1e

View File

@ -1936,7 +1936,6 @@ sub do_firmware_update {
}
}
# check for 8335-GTB Firmware above 1610A release. If below, exit
if ($output =~ /8335-GTB/) {
$cmd = $pre_cmd . " fru print 47";
@ -2056,7 +2055,6 @@ RETRY_UPGRADE:
}
# step 4 upgrade firmware
# For firestone machines if updating from 810 to 820 version or from 820 to 810,
# extra steps are needed. Hanled in "if" block, "else" block is normal update in a single step.
my $rflash_log_file = xCAT::Utils->full_path($sessdata->{node}.".log", RFLASH_LOG_DIR);