2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-29 07:41:31 +00:00

Message fixes suggested in review comments

This commit is contained in:
Mark Gurevich
2017-04-12 15:16:47 -04:00
committed by ertaozh
parent bcd5247e3e
commit d86217ed58

View File

@@ -1870,7 +1870,7 @@ sub do_firmware_update {
}
}
xCAT::SvrUtils::sendmsg("rflash started, individual node upgrade failure will be retried upto $retry times. Please wait.......",
xCAT::SvrUtils::sendmsg("rflash started, upgrade failure will be retried up to $retry times. Please wait...",
$callback, $sessdata->{node}, %allerrornodes);
# check for 8335-GTB Firmware above 1610A release. If below, exit
@@ -2012,7 +2012,7 @@ RETRY_UPGRADE:
else {
# After 10 min of waiting node has not rebooted. Give up retrying.
$exit_with_error_func->($sessdata->{node}, $callback,
"Giving up waiting for the node to reboot. No firther upgrade retries will be attempted.");
"Giving up waiting for the node to reboot. No further retries will be attempted.");
}
}