2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 10:20:31 +00:00

polish the comments

This commit is contained in:
bybai
2018-07-22 22:34:34 -04:00
parent 5096b82aac
commit 22d35a2dba

View File

@ -4773,7 +4773,7 @@ sub rflash_upload {
unless ($::UPLOAD_AND_ACTIVATE or $::UPLOAD_ACTIVATE_STREAM) {
xCAT::SvrUtils::sendmsg("$upload_success_msg", $callback, $node);
}
#put a delay of 3 seconds to untar the file
#Put a delay of 3 seconds to allow time for the BMC to untar the file we just uploaded
if (defined($::UPLOAD_ACTIVATE_STREAM)){
sleep 3;
}